From 93b5883cdb346743790d185b2cd455339edda4ad Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 15:47:12 +0800 Subject: [PATCH 01/25] api-spec --- sdk/resourcemanager/api-specs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/resourcemanager/api-specs.json b/sdk/resourcemanager/api-specs.json index 4543cc7604b5..f8c0a02ed4d6 100644 --- a/sdk/resourcemanager/api-specs.json +++ b/sdk/resourcemanager/api-specs.json @@ -7,9 +7,9 @@ }, "appservice": { "dir": "../appservice/azure-resourcemanager-appservice", - "source": "specification/web/resource-manager/readme.md", + "source": "specification/web/resource-manager/Microsoft.Web/AppService/readme.md", "package": "com.azure.resourcemanager.appservice", - "args": "--tag=package-2024-11 --add-inner=AppServiceCertificate --remove-inner=CsmDeploymentStatus --name-for-ungrouped-operations=ResourceProvider --enable-sync-stack=false" + "args": "--tag=package-2025-03 --add-inner=AppServiceCertificate --remove-inner=CsmDeploymentStatus --name-for-ungrouped-operations=ResourceProvider --enable-sync-stack=false" }, "appservice-hybrid": { "dir": "../resourcemanagerhybrid/azure-resourcemanager-appservice", From e2dbf3589c11313b6bb446bec8e4fe34c5b7baf5 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 21:10:52 +0800 Subject: [PATCH 02/25] regen --- eng/versioning/version_client.txt | 1 + .../fluent/AppServicePlansClient.java | 209 ++ .../fluent/ResourceProvidersClient.java | 8 +- .../fluent/WebSiteManagementClient.java | 7 - .../fluent/models/AppServicePlanInner.java | 205 ++ .../models/AppServicePlanProperties.java | 230 ++ .../ServerFarmInstanceDetailsInner.java | 157 + .../models/ServerFarmRdpDetailsInner.java | 128 + .../fluent/models/package-info.java | 2 +- .../appservice/fluent/package-info.java | 2 +- ...AppServiceCertificateOrdersClientImpl.java | 168 +- .../AppServiceEnvironmentsClientImpl.java | 439 ++- .../AppServicePlansClientImpl.java | 640 +++- ...ertificateOrdersDiagnosticsClientImpl.java | 19 +- ...ficateRegistrationProvidersClientImpl.java | 14 +- .../CertificatesClientImpl.java | 49 +- .../DeletedWebAppsClientImpl.java | 34 +- .../implementation/DiagnosticsClientImpl.java | 193 +- ...DomainRegistrationProvidersClientImpl.java | 14 +- .../implementation/DomainsClientImpl.java | 126 +- .../GetUsagesInLocationsClientImpl.java | 13 +- .../implementation/GlobalsClientImpl.java | 20 +- .../KubeEnvironmentsClientImpl.java | 50 +- .../implementation/ProvidersClientImpl.java | 88 +- .../RecommendationsClientImpl.java | 137 +- .../ResourceHealthMetadatasClientImpl.java | 60 +- .../ResourceProvidersClientImpl.java | 229 +- .../SiteCertificatesClientImpl.java | 90 +- .../implementation/StaticSitesClientImpl.java | 620 ++-- .../TopLevelDomainsClientImpl.java | 36 +- .../implementation/WebAppsClientImpl.java | 3086 +++++++++++------ .../WebSiteManagementClientImpl.java | 15 - ...orkflowRunActionRepetitionsClientImpl.java | 35 +- ...RepetitionsRequestHistoriesClientImpl.java | 19 +- ...owRunActionScopeRepetitionsClientImpl.java | 21 +- .../WorkflowRunActionsClientImpl.java | 36 +- .../WorkflowRunsClientImpl.java | 24 +- .../WorkflowTriggerHistoriesClientImpl.java | 31 +- .../WorkflowTriggersClientImpl.java | 36 +- .../WorkflowVersionsClientImpl.java | 18 +- .../implementation/WorkflowsClientImpl.java | 14 +- .../models/AppServicePlanPatchResource.java | 31 + .../appservice/models/DefaultIdentity.java | 122 + .../appservice/models/InstallScript.java | 124 + .../models/InstallScriptSource.java | 121 + .../appservice/models/InstallScriptType.java | 51 + .../models/KeyVaultReferenceWithStatus.java | 121 + .../models/ManagedServiceIdentityType.java | 14 +- .../appservice/models/RegistryAdapter.java | 154 + .../models/RegistryAdapterType.java | 71 + .../appservice/models/ServerFarmInstance.java | 149 + .../models/ServerFarmNetworkSettings.java | 100 + .../appservice/models/StorageMount.java | 209 ++ .../appservice/models/StorageMountType.java | 56 + .../appservice/models/package-info.java | 2 +- .../appservice/package-info.java | 2 +- .../azure-resourcemanager/pom.xml | 2 +- ...rdersCreateOrUpdateCertificateSamples.java | 4 +- ...ertificateOrdersCreateOrUpdateSamples.java | 4 +- ...ificateOrdersDeleteCertificateSamples.java | 4 +- ...ServiceCertificateOrdersDeleteSamples.java | 4 +- ...ficateOrdersGetByResourceGroupSamples.java | 4 +- ...ertificateOrdersGetCertificateSamples.java | 4 +- ...icateOrdersListByResourceGroupSamples.java | 4 +- ...tificateOrdersListCertificatesSamples.java | 4 +- ...ppServiceCertificateOrdersListSamples.java | 4 +- ...erviceCertificateOrdersReissueSamples.java | 4 +- ...pServiceCertificateOrdersRenewSamples.java | 4 +- ...ceCertificateOrdersResendEmailSamples.java | 4 +- ...icateOrdersResendRequestEmailsSamples.java | 4 +- ...dersRetrieveCertificateActionsSamples.java | 4 +- ...etrieveCertificateEmailHistorySamples.java | 4 +- ...tificateOrdersRetrieveSiteSealSamples.java | 4 +- ...ificateOrdersUpdateCertificateSamples.java | 4 +- ...ServiceCertificateOrdersUpdateSamples.java | 4 +- ...ersValidatePurchaseInformationSamples.java | 4 +- ...ateOrdersVerifyDomainOwnershipSamples.java | 4 +- ...ejectPrivateEndpointConnectionSamples.java | 2 +- ...pServiceEnvironmentsChangeVnetSamples.java | 5 +- ...ntsCreateOrUpdateMultiRolePoolSamples.java | 2 +- ...viceEnvironmentsCreateOrUpdateSamples.java | 5 +- ...nmentsCreateOrUpdateWorkerPoolSamples.java | 2 +- ...seCustomDnsSuffixConfigurationSamples.java | 5 +- ...eletePrivateEndpointConnectionSamples.java | 2 +- .../AppServiceEnvironmentsDeleteSamples.java | 4 +- ...seCustomDnsSuffixConfigurationSamples.java | 5 +- ...etAseV3NetworkingConfigurationSamples.java | 2 +- ...EnvironmentsGetByResourceGroupSamples.java | 3 +- ...EnvironmentsGetDiagnosticsItemSamples.java | 2 +- ...ndNetworkDependenciesEndpointsSamples.java | 2 +- ...ceEnvironmentsGetMultiRolePoolSamples.java | 2 +- ...ndNetworkDependenciesEndpointsSamples.java | 2 +- ...tPrivateEndpointConnectionListSamples.java | 2 +- ...tsGetPrivateEndpointConnectionSamples.java | 2 +- ...onmentsGetPrivateLinkResourcesSamples.java | 2 +- ...pServiceEnvironmentsGetVipInfoSamples.java | 5 +- ...rviceEnvironmentsGetWorkerPoolSamples.java | 5 +- ...nvironmentsListAppServicePlansSamples.java | 2 +- ...nvironmentsListByResourceGroupSamples.java | 2 +- ...viceEnvironmentsListCapacitiesSamples.java | 5 +- ...iceEnvironmentsListDiagnosticsSamples.java | 2 +- ...ListMultiRoleMetricDefinitionsSamples.java | 2 +- ...ePoolInstanceMetricDefinitionsSamples.java | 2 +- ...ironmentsListMultiRolePoolSkusSamples.java | 2 +- ...EnvironmentsListMultiRolePoolsSamples.java | 2 +- ...nvironmentsListMultiRoleUsagesSamples.java | 2 +- ...viceEnvironmentsListOperationsSamples.java | 5 +- .../AppServiceEnvironmentsListSamples.java | 4 +- ...pServiceEnvironmentsListUsagesSamples.java | 5 +- ...ServiceEnvironmentsListWebAppsSamples.java | 5 +- ...ListWebWorkerMetricDefinitionsSamples.java | 2 +- ...nvironmentsListWebWorkerUsagesSamples.java | 2 +- ...rPoolInstanceMetricDefinitionsSamples.java | 2 +- ...EnvironmentsListWorkerPoolSkusSamples.java | 2 +- ...iceEnvironmentsListWorkerPoolsSamples.java | 2 +- .../AppServiceEnvironmentsRebootSamples.java | 4 +- .../AppServiceEnvironmentsResumeSamples.java | 4 +- .../AppServiceEnvironmentsSuspendSamples.java | 4 +- ...stUpgradeAvailableNotificationSamples.java | 2 +- ...seCustomDnsSuffixConfigurationSamples.java | 5 +- ...dateAseNetworkingConfigurationSamples.java | 2 +- ...nvironmentsUpdateMultiRolePoolSamples.java | 2 +- .../AppServiceEnvironmentsUpdateSamples.java | 4 +- ...ceEnvironmentsUpdateWorkerPoolSamples.java | 2 +- .../AppServiceEnvironmentsUpgradeSamples.java | 4 +- .../AppServicePlansCreateOrUpdateSamples.java | 4 +- .../AppServicePlansDeleteSamples.java | 2 +- ...ServicePlansGetByResourceGroupSamples.java | 2 +- ...ervicePlansListByResourceGroupSamples.java | 5 +- .../generated/AppServicePlansListSamples.java | 2 +- .../AppServicePlansUpdateSamples.java | 2 +- ...rtificateOrderDetectorResponseSamples.java | 4 +- ...rtificateOrderDetectorResponseSamples.java | 4 +- ...strationProviderListOperationsSamples.java | 4 +- .../CertificatesCreateOrUpdateSamples.java | 3 +- .../generated/CertificatesDeleteSamples.java | 2 +- ...CertificatesGetByResourceGroupSamples.java | 2 +- ...ertificatesListByResourceGroupSamples.java | 4 +- .../generated/CertificatesListSamples.java | 2 +- .../generated/CertificatesUpdateSamples.java | 2 +- ...AppsGetDeletedWebAppByLocationSamples.java | 3 +- .../DeletedWebAppsListByLocationSamples.java | 4 +- ...DiagnosticsExecuteSiteAnalysisSamples.java | 9 +- ...nosticsExecuteSiteAnalysisSlotSamples.java | 9 +- ...DiagnosticsExecuteSiteDetectorSamples.java | 9 +- ...nosticsExecuteSiteDetectorSlotSamples.java | 9 +- ...ingEnvironmentDetectorResponseSamples.java | 2 +- .../DiagnosticsGetSiteAnalysisSamples.java | 8 +- ...DiagnosticsGetSiteAnalysisSlotSamples.java | 8 +- ...nosticsGetSiteDetectorResponseSamples.java | 7 +- ...icsGetSiteDetectorResponseSlotSamples.java | 7 +- .../DiagnosticsGetSiteDetectorSamples.java | 8 +- ...DiagnosticsGetSiteDetectorSlotSamples.java | 8 +- ...sticsGetSiteDiagnosticCategorySamples.java | 7 +- ...sGetSiteDiagnosticCategorySlotSamples.java | 7 +- ...ngEnvironmentDetectorResponsesSamples.java | 2 +- .../DiagnosticsListSiteAnalysesSamples.java | 8 +- ...iagnosticsListSiteAnalysesSlotSamples.java | 8 +- ...sticsListSiteDetectorResponsesSamples.java | 7 +- ...sListSiteDetectorResponsesSlotSamples.java | 7 +- .../DiagnosticsListSiteDetectorsSamples.java | 9 +- ...agnosticsListSiteDetectorsSlotSamples.java | 9 +- ...csListSiteDiagnosticCategoriesSamples.java | 4 +- ...stSiteDiagnosticCategoriesSlotSamples.java | 4 +- ...strationProviderListOperationsSamples.java | 3 +- .../DomainsCheckAvailabilitySamples.java | 5 +- ...ateOrUpdateOwnershipIdentifierSamples.java | 5 +- .../DomainsCreateOrUpdateSamples.java | 4 +- ...mainsDeleteOwnershipIdentifierSamples.java | 5 +- .../generated/DomainsDeleteSamples.java | 4 +- .../DomainsGetByResourceGroupSamples.java | 3 +- ...ainsGetControlCenterSsoRequestSamples.java | 5 +- .../DomainsGetOwnershipIdentifierSamples.java | 5 +- .../DomainsListByResourceGroupSamples.java | 5 +- ...omainsListOwnershipIdentifiersSamples.java | 5 +- .../DomainsListRecommendationsSamples.java | 5 +- .../generated/DomainsListSamples.java | 5 +- .../generated/DomainsRenewSamples.java | 3 +- .../generated/DomainsTransferOutSamples.java | 3 +- ...mainsUpdateOwnershipIdentifierSamples.java | 5 +- .../generated/DomainsUpdateSamples.java | 4 +- .../GetUsagesInLocationListSamples.java | 2 +- .../GlobalGetDeletedWebAppSamples.java | 2 +- ...lobalGetDeletedWebAppSnapshotsSamples.java | 3 +- ...tionOperationWithAsyncResponseSamples.java | 2 +- ...KubeEnvironmentsCreateOrUpdateSamples.java | 4 +- .../KubeEnvironmentsDeleteSamples.java | 3 +- ...EnvironmentsGetByResourceGroupSamples.java | 2 +- ...nvironmentsListByResourceGroupSamples.java | 5 +- .../KubeEnvironmentsListSamples.java | 5 +- .../KubeEnvironmentsUpdateSamples.java | 3 +- ...etFunctionAppStacksForLocationSamples.java | 4 +- .../ProviderGetFunctionAppStacksSamples.java | 2 +- ...iderGetWebAppStacksForLocationSamples.java | 3 +- .../ProviderGetWebAppStacksSamples.java | 2 +- .../ProviderListOperationsSamples.java | 2 +- ...esourceHealthMetadataGetBySiteSamples.java | 4 +- ...rceHealthMetadataGetBySiteSlotSamples.java | 4 +- ...lthMetadataListByResourceGroupSamples.java | 2 +- ...sourceHealthMetadataListBySiteSamples.java | 4 +- ...ceHealthMetadataListBySiteSlotSamples.java | 4 +- .../ResourceHealthMetadataListSamples.java | 2 +- ...ResourceProviderListAseRegionsSamples.java | 2 +- ...roviderListCustomHostnameSitesSamples.java | 7 +- ...erVerifyHostingEnvironmentVnetSamples.java | 4 +- ...SiteCertificatesCreateOrUpdateSamples.java | 4 +- ...CertificatesCreateOrUpdateSlotSamples.java | 5 +- .../SiteCertificatesDeleteSamples.java | 2 +- .../SiteCertificatesDeleteSlotSamples.java | 3 +- .../generated/SiteCertificatesGetSamples.java | 2 +- .../SiteCertificatesGetSlotSamples.java | 3 +- .../SiteCertificatesListSamples.java | 5 +- .../SiteCertificatesListSlotSamples.java | 2 +- .../SiteCertificatesUpdateSamples.java | 2 +- .../SiteCertificatesUpdateSlotSamples.java | 3 +- ...ejectPrivateEndpointConnectionSamples.java | 2 +- ...icSitesCreateOrUpdateBasicAuthSamples.java | 5 +- ...rUpdateBuildDatabaseConnectionSamples.java | 2 +- ...eateOrUpdateDatabaseConnectionSamples.java | 2 +- ...eOrUpdateStaticSiteAppSettingsSamples.java | 5 +- ...dateStaticSiteBuildAppSettingsSamples.java | 2 +- ...icSiteBuildFunctionAppSettingsSamples.java | 2 +- ...OrUpdateStaticSiteCustomDomainSamples.java | 5 +- ...eStaticSiteFunctionAppSettingsSamples.java | 2 +- ...cSitesCreateOrUpdateStaticSiteSamples.java | 3 +- ...sCreateUserRolesInvitationLinkSamples.java | 4 +- ...ipDeploymentForStaticSiteBuildSamples.java | 7 +- ...eateZipDeploymentForStaticSiteSamples.java | 18 +- ...sDeleteBuildDatabaseConnectionSamples.java | 2 +- ...cSitesDeleteDatabaseConnectionSamples.java | 5 +- ...eletePrivateEndpointConnectionSamples.java | 5 +- .../generated/StaticSitesDeleteSamples.java | 2 +- ...aticSitesDeleteStaticSiteBuildSamples.java | 2 +- ...esDeleteStaticSiteCustomDomainSamples.java | 4 +- ...taticSitesDeleteStaticSiteUserSamples.java | 2 +- .../StaticSitesDetachStaticSiteSamples.java | 2 +- ...FunctionAppFromStaticSiteBuildSamples.java | 2 +- ...videdFunctionAppFromStaticSiteSamples.java | 2 +- .../StaticSitesGetBasicAuthSamples.java | 3 +- ...itesGetBuildDatabaseConnectionSamples.java | 5 +- ...dDatabaseConnectionWithDetailsSamples.java | 2 +- ...tesGetBuildDatabaseConnectionsSamples.java | 5 +- ...DatabaseConnectionsWithDetailsSamples.java | 2 +- .../StaticSitesGetByResourceGroupSamples.java | 2 +- ...aticSitesGetDatabaseConnectionSamples.java | 4 +- ...tDatabaseConnectionWithDetailsSamples.java | 2 +- ...ticSitesGetDatabaseConnectionsSamples.java | 4 +- ...DatabaseConnectionsWithDetailsSamples.java | 2 +- ...cSitesGetLinkedBackendForBuildSamples.java | 5 +- .../StaticSitesGetLinkedBackendSamples.java | 4 +- ...SitesGetLinkedBackendsForBuildSamples.java | 5 +- .../StaticSitesGetLinkedBackendsSamples.java | 4 +- ...tPrivateEndpointConnectionListSamples.java | 5 +- ...esGetPrivateEndpointConnectionSamples.java | 4 +- ...icSitesGetPrivateLinkResourcesSamples.java | 4 +- .../StaticSitesGetStaticSiteBuildSamples.java | 2 +- ...StaticSitesGetStaticSiteBuildsSamples.java | 2 +- ...SitesGetStaticSiteCustomDomainSamples.java | 3 +- ...dFunctionAppForStaticSiteBuildSamples.java | 2 +- ...ovidedFunctionAppForStaticSiteSamples.java | 2 +- ...FunctionAppsForStaticSiteBuildSamples.java | 2 +- ...videdFunctionAppsForStaticSiteSamples.java | 2 +- .../StaticSitesLinkBackendSamples.java | 3 +- .../StaticSitesLinkBackendToBuildSamples.java | 4 +- .../StaticSitesListBasicAuthSamples.java | 3 +- ...StaticSitesListByResourceGroupSamples.java | 2 +- .../generated/StaticSitesListSamples.java | 2 +- ...SitesListStaticSiteAppSettingsSamples.java | 3 +- ...ListStaticSiteBuildAppSettingsSamples.java | 4 +- ...icSiteBuildFunctionAppSettingsSamples.java | 2 +- ...esListStaticSiteBuildFunctionsSamples.java | 4 +- ...sListStaticSiteConfiguredRolesSamples.java | 4 +- ...tesListStaticSiteCustomDomainsSamples.java | 3 +- ...tStaticSiteFunctionAppSettingsSamples.java | 5 +- ...icSitesListStaticSiteFunctionsSamples.java | 3 +- ...aticSitesListStaticSiteSecretsSamples.java | 2 +- ...StaticSitesListStaticSiteUsersSamples.java | 2 +- .../StaticSitesPreviewWorkflowSamples.java | 5 +- ...FunctionAppWithStaticSiteBuildSamples.java | 2 +- ...videdFunctionAppWithStaticSiteSamples.java | 2 +- ...aticSitesResetStaticSiteApiKeySamples.java | 2 +- ...ticSitesUnlinkBackendFromBuildSamples.java | 4 +- .../StaticSitesUnlinkBackendSamples.java | 4 +- ...sUpdateBuildDatabaseConnectionSamples.java | 2 +- ...cSitesUpdateDatabaseConnectionSamples.java | 5 +- .../StaticSitesUpdateStaticSiteSamples.java | 2 +- ...taticSitesUpdateStaticSiteUserSamples.java | 2 +- ...icSitesValidateBackendForBuildSamples.java | 2 +- .../StaticSitesValidateBackendSamples.java | 5 +- ...omDomainCanBeAddedToStaticSiteSamples.java | 4 +- .../generated/TopLevelDomainsGetSamples.java | 3 +- .../TopLevelDomainsListAgreementsSamples.java | 5 +- .../generated/TopLevelDomainsListSamples.java | 4 +- .../WebAppsAnalyzeCustomHostnameSamples.java | 2 +- ...bAppsAnalyzeCustomHostnameSlotSamples.java | 3 +- ...ppsApplySlotConfigToProductionSamples.java | 2 +- ...ejectPrivateEndpointConnectionSamples.java | 2 +- ...tPrivateEndpointConnectionSlotSamples.java | 2 +- .../generated/WebAppsBackupSamples.java | 3 +- ...ppsCreateOrUpdateConfigurationSamples.java | 2 +- .../WebAppsCreateOrUpdateSamples.java | 9 +- .../WebAppsCreateOrUpdateSlotSamples.java | 5 +- .../generated/WebAppsDeleteBackupSamples.java | 2 +- ...eletePrivateEndpointConnectionSamples.java | 5 +- ...ePrivateEndpointConnectionSlotSamples.java | 2 +- .../generated/WebAppsDeleteSamples.java | 3 +- .../generated/WebAppsDeleteSlotSamples.java | 2 +- ...WebAppsDeployWorkflowArtifactsSamples.java | 8 +- ...ppsDeployWorkflowArtifactsSlotSamples.java | 4 +- ...GetAppSettingKeyVaultReferenceSamples.java | 5 +- ...ppSettingKeyVaultReferenceSlotSamples.java | 2 +- ...tAppSettingsKeyVaultReferencesSamples.java | 5 +- ...SettingsKeyVaultReferencesSlotSamples.java | 2 +- .../WebAppsGetAuthSettingsSamples.java | 2 +- .../WebAppsGetAuthSettingsV2Samples.java | 2 +- ...etAuthSettingsV2WithoutSecretsSamples.java | 4 +- .../WebAppsGetBackupStatusSamples.java | 2 +- .../WebAppsGetByResourceGroupSamples.java | 3 +- .../WebAppsGetConfigurationSamples.java | 2 +- .../WebAppsGetFtpAllowedSamples.java | 4 +- .../WebAppsGetFtpAllowedSlotSamples.java | 5 +- .../WebAppsGetInstanceInfoSamples.java | 2 +- .../WebAppsGetInstanceInfoSlotSamples.java | 2 +- ...WebAppsGetInstanceWorkflowSlotSamples.java | 3 +- ...ebAppsGetNetworkTraceOperationSamples.java | 4 +- ...psGetNetworkTraceOperationSlotSamples.java | 4 +- ...GetNetworkTraceOperationSlotV2Samples.java | 4 +- ...AppsGetNetworkTraceOperationV2Samples.java | 4 +- .../WebAppsGetNetworkTracesSamples.java | 3 +- .../WebAppsGetNetworkTracesSlotSamples.java | 3 +- .../WebAppsGetNetworkTracesSlotV2Samples.java | 3 +- .../WebAppsGetNetworkTracesV2Samples.java | 3 +- ...psGetPrivateEndpointConnectionSamples.java | 4 +- ...tPrivateEndpointConnectionSlotSamples.java | 5 +- ...WebAppsGetPrivateLinkResourcesSamples.java | 4 +- ...ppsGetPrivateLinkResourcesSlotSamples.java | 4 +- ...ProductionSiteDeploymentStatusSamples.java | 3 +- .../WebAppsGetScmAllowedSamples.java | 4 +- .../WebAppsGetScmAllowedSlotSamples.java | 5 +- .../generated/WebAppsGetSlotSamples.java | 2 +- ...etSlotSiteDeploymentStatusSlotSamples.java | 4 +- .../generated/WebAppsGetWorkflowSamples.java | 3 +- ...WebAppsListApplicationSettingsSamples.java | 2 +- ...WebAppsListBackupStatusSecretsSamples.java | 3 +- .../generated/WebAppsListBackupsSamples.java | 2 +- ...cPublishingCredentialsPoliciesSamples.java | 5 +- ...lishingCredentialsPoliciesSlotSamples.java | 5 +- .../WebAppsListByResourceGroupSamples.java | 3 +- .../WebAppsListConfigurationsSamples.java | 3 +- ...bAppsListInstanceWorkflowsSlotSamples.java | 2 +- ...oductionSiteDeploymentStatusesSamples.java | 3 +- .../generated/WebAppsListSamples.java | 3 +- .../WebAppsListSiteBackupsSamples.java | 2 +- .../WebAppsListSiteBackupsSlotSamples.java | 2 +- ...SlotSiteDeploymentStatusesSlotSamples.java | 4 +- .../generated/WebAppsListSlotsSamples.java | 2 +- ...ebAppsListWorkflowsConnectionsSamples.java | 5 +- ...psListWorkflowsConnectionsSlotSamples.java | 5 +- .../WebAppsListWorkflowsSamples.java | 2 +- .../generated/WebAppsRestoreSamples.java | 2 +- .../WebAppsStartNetworkTraceSamples.java | 5 +- .../WebAppsStartNetworkTraceSlotSamples.java | 5 +- ...rtWebSiteNetworkTraceOperationSamples.java | 5 +- ...bSiteNetworkTraceOperationSlotSamples.java | 5 +- .../WebAppsStopNetworkTraceSamples.java | 3 +- .../WebAppsStopNetworkTraceSlotSamples.java | 3 +- ...WebAppsStopWebSiteNetworkTraceSamples.java | 3 +- ...ppsStopWebSiteNetworkTraceSlotSamples.java | 3 +- ...bAppsUpdateApplicationSettingsSamples.java | 2 +- .../WebAppsUpdateAuthSettingsSamples.java | 2 +- .../WebAppsUpdateAuthSettingsV2Samples.java | 2 +- ...AppsUpdateAzureStorageAccountsSamples.java | 3 +- .../WebAppsUpdateFtpAllowedSamples.java | 5 +- .../WebAppsUpdateFtpAllowedSlotSamples.java | 5 +- .../WebAppsUpdateMachineKeySamples.java | 2 +- .../generated/WebAppsUpdateSamples.java | 3 +- .../WebAppsUpdateScmAllowedSamples.java | 5 +- .../WebAppsUpdateScmAllowedSlotSamples.java | 5 +- .../generated/WebAppsUpdateSlotSamples.java | 2 +- ...orkflowRunActionRepetitionsGetSamples.java | 4 +- ...epetitionsListExpressionTracesSamples.java | 2 +- ...rkflowRunActionRepetitionsListSamples.java | 5 +- ...RepetitionsRequestHistoriesGetSamples.java | 2 +- ...epetitionsRequestHistoriesListSamples.java | 2 +- ...owRunActionScopeRepetitionsGetSamples.java | 5 +- ...wRunActionScopeRepetitionsListSamples.java | 2 +- .../WorkflowRunActionsGetSamples.java | 3 +- ...RunActionsListExpressionTracesSamples.java | 2 +- .../WorkflowRunActionsListSamples.java | 3 +- .../generated/WorkflowRunsCancelSamples.java | 2 +- .../generated/WorkflowRunsGetSamples.java | 2 +- .../generated/WorkflowRunsListSamples.java | 2 +- .../WorkflowTriggerHistoriesGetSamples.java | 4 +- .../WorkflowTriggerHistoriesListSamples.java | 4 +- ...rkflowTriggerHistoriesResubmitSamples.java | 5 +- .../generated/WorkflowTriggersGetSamples.java | 2 +- .../WorkflowTriggersGetSchemaJsonSamples.java | 4 +- ...orkflowTriggersListCallbackUrlSamples.java | 4 +- .../WorkflowTriggersListSamples.java | 2 +- .../generated/WorkflowTriggersRunSamples.java | 2 +- .../generated/WorkflowVersionsGetSamples.java | 2 +- .../WorkflowVersionsListSamples.java | 2 +- .../WorkflowsRegenerateAccessKeySamples.java | 4 +- .../generated/WorkflowsValidateSamples.java | 2 +- 404 files changed, 7254 insertions(+), 2637 deletions(-) create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/ServerFarmInstanceDetailsInner.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/ServerFarmRdpDetailsInner.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/DefaultIdentity.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScript.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScriptSource.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScriptType.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/KeyVaultReferenceWithStatus.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/RegistryAdapter.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/RegistryAdapterType.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ServerFarmInstance.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ServerFarmNetworkSettings.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/StorageMount.java create mode 100644 sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/StorageMountType.java diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 5679445ff23f..d91594a7466c 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -549,6 +549,7 @@ unreleased_com.azure.v2:azure-core;2.0.0-beta.1 unreleased_com.azure.v2:azure-identity;2.0.0-beta.1 unreleased_com.azure.v2:azure-data-appconfiguration;2.0.0-beta.1 unreleased_io.clientcore:http-netty4;1.0.0-beta.1 +unreleased_com.azure.resourcemanager:azure-resourcemanager-appservice;2.54.0-beta.1 # Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current # version and set the version to the released beta. Released beta dependencies are only valid diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/AppServicePlansClient.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/AppServicePlansClient.java index 42fbd671e448..eee9f5124034 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/AppServicePlansClient.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/AppServicePlansClient.java @@ -19,6 +19,9 @@ import com.azure.resourcemanager.appservice.fluent.models.HybridConnectionInner; import com.azure.resourcemanager.appservice.fluent.models.HybridConnectionKeyInner; import com.azure.resourcemanager.appservice.fluent.models.HybridConnectionLimitsInner; +import com.azure.resourcemanager.appservice.fluent.models.OperationInner; +import com.azure.resourcemanager.appservice.fluent.models.ServerFarmInstanceDetailsInner; +import com.azure.resourcemanager.appservice.fluent.models.ServerFarmRdpDetailsInner; import com.azure.resourcemanager.appservice.fluent.models.SiteInner; import com.azure.resourcemanager.appservice.fluent.models.VnetGatewayInner; import com.azure.resourcemanager.appservice.fluent.models.VnetInfoResourceInner; @@ -547,6 +550,73 @@ Response> listCapabilitiesWithResponse(String resourceGrou @ServiceMethod(returns = ReturnType.SINGLE) List listCapabilities(String resourceGroupName, String name); + /** + * Get the RDP password for an IsCustomMode ServerFarm. + * + * Description for Get the RDP password for an IsCustomMode ServerFarm. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return server Farm RDP connection details along with {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono> getServerFarmRdpPasswordWithResponseAsync(String resourceGroupName, + String name); + + /** + * Get the RDP password for an IsCustomMode ServerFarm. + * + * Description for Get the RDP password for an IsCustomMode ServerFarm. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return server Farm RDP connection details on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono getServerFarmRdpPasswordAsync(String resourceGroupName, String name); + + /** + * Get the RDP password for an IsCustomMode ServerFarm. + * + * Description for Get the RDP password for an IsCustomMode ServerFarm. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return server Farm RDP connection details along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response getServerFarmRdpPasswordWithResponse(String resourceGroupName, String name, + Context context); + + /** + * Get the RDP password for an IsCustomMode ServerFarm. + * + * Description for Get the RDP password for an IsCustomMode ServerFarm. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return server Farm RDP connection details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + ServerFarmRdpDetailsInner getServerFarmRdpPassword(String resourceGroupName, String name); + /** * Retrieve a Hybrid Connection in use in an App Service plan. * @@ -950,6 +1020,74 @@ Response getHybridConnectionPlanLimitWithResponse(S @ServiceMethod(returns = ReturnType.COLLECTION) PagedIterable listHybridConnections(String resourceGroupName, String name, Context context); + /** + * Get the instance details for an app service plan. + * + * Description for Get the instance details for an app service plan. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return represents instance details for an app service plan along with {@link Response} on successful completion + * of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono> + getServerFarmInstanceDetailsWithResponseAsync(String resourceGroupName, String name); + + /** + * Get the instance details for an app service plan. + * + * Description for Get the instance details for an app service plan. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return represents instance details for an app service plan on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono getServerFarmInstanceDetailsAsync(String resourceGroupName, String name); + + /** + * Get the instance details for an app service plan. + * + * Description for Get the instance details for an app service plan. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return represents instance details for an app service plan along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response getServerFarmInstanceDetailsWithResponse(String resourceGroupName, + String name, Context context); + + /** + * Get the instance details for an app service plan. + * + * Description for Get the instance details for an app service plan. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return represents instance details for an app service plan. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + ServerFarmInstanceDetailsInner getServerFarmInstanceDetails(String resourceGroupName, String name); + /** * Restart all apps in an App Service plan. * @@ -2024,4 +2162,75 @@ VnetRouteInner updateVnetRoute(String resourceGroupName, String name, String vne */ @ServiceMethod(returns = ReturnType.SINGLE) void rebootWorker(String resourceGroupName, String name, String workerName); + + /** + * Recycles a managed instance worker machine. + * + * Description for Recycles a managed instance worker machine. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param workerName Name of worker machine. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return an operation on a resource along with {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono> recycleManagedInstanceWorkerWithResponseAsync(String resourceGroupName, String name, + String workerName); + + /** + * Recycles a managed instance worker machine. + * + * Description for Recycles a managed instance worker machine. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param workerName Name of worker machine. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return an operation on a resource on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono recycleManagedInstanceWorkerAsync(String resourceGroupName, String name, String workerName); + + /** + * Recycles a managed instance worker machine. + * + * Description for Recycles a managed instance worker machine. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param workerName Name of worker machine. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return an operation on a resource along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response recycleManagedInstanceWorkerWithResponse(String resourceGroupName, String name, + String workerName, Context context); + + /** + * Recycles a managed instance worker machine. + * + * Description for Recycles a managed instance worker machine. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param workerName Name of worker machine. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is + * rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return an operation on a resource. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + OperationInner recycleManagedInstanceWorker(String resourceGroupName, String name, String workerName); } diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/ResourceProvidersClient.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/ResourceProvidersClient.java index 2f77d06e3911..e087fe9e64d5 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/ResourceProvidersClient.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/ResourceProvidersClient.java @@ -606,6 +606,8 @@ Response checkNameAvailabilityWithResponse(Resour * support Xenon workers. * @param linuxDynamicWorkersEnabled Specify <code>true</code> if you want to filter to only regions * that support Linux Consumption Workers. + * @param customModeWorkersEnabled Specify <code>true</code> if you want to filter to only regions that + * support App Service Plans with <code>IsCustomMode</code> set to <code>true</code>. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is * rejected by server. @@ -614,7 +616,7 @@ Response checkNameAvailabilityWithResponse(Resour */ @ServiceMethod(returns = ReturnType.COLLECTION) PagedFlux listGeoRegionsAsync(SkuName sku, Boolean linuxWorkersEnabled, Boolean xenonWorkersEnabled, - Boolean linuxDynamicWorkersEnabled); + Boolean linuxDynamicWorkersEnabled, Boolean customModeWorkersEnabled); /** * Get a list of available geographical regions. @@ -654,6 +656,8 @@ PagedFlux listGeoRegionsAsync(SkuName sku, Boolean linuxWorkersE * support Xenon workers. * @param linuxDynamicWorkersEnabled Specify <code>true</code> if you want to filter to only regions * that support Linux Consumption Workers. + * @param customModeWorkersEnabled Specify <code>true</code> if you want to filter to only regions that + * support App Service Plans with <code>IsCustomMode</code> set to <code>true</code>. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException thrown if the request is @@ -663,7 +667,7 @@ PagedFlux listGeoRegionsAsync(SkuName sku, Boolean linuxWorkersE */ @ServiceMethod(returns = ReturnType.COLLECTION) PagedIterable listGeoRegions(SkuName sku, Boolean linuxWorkersEnabled, Boolean xenonWorkersEnabled, - Boolean linuxDynamicWorkersEnabled, Context context); + Boolean linuxDynamicWorkersEnabled, Boolean customModeWorkersEnabled, Context context); /** * List all apps that are assigned to a hostname. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/WebSiteManagementClient.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/WebSiteManagementClient.java index a0509abaa66f..611d53072ee4 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/WebSiteManagementClient.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/WebSiteManagementClient.java @@ -25,13 +25,6 @@ public interface WebSiteManagementClient { */ String getEndpoint(); - /** - * Gets Api Version. - * - * @return the apiVersion value. - */ - String getApiVersion(); - /** * Gets The HTTP pipeline to send requests through. * diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/AppServicePlanInner.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/AppServicePlanInner.java index 3ce8d31ab15c..20b938eb35e8 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/AppServicePlanInner.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/AppServicePlanInner.java @@ -9,14 +9,21 @@ import com.azure.json.JsonReader; import com.azure.json.JsonToken; import com.azure.json.JsonWriter; +import com.azure.resourcemanager.appservice.models.DefaultIdentity; import com.azure.resourcemanager.appservice.models.ExtendedLocation; import com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile; +import com.azure.resourcemanager.appservice.models.InstallScript; import com.azure.resourcemanager.appservice.models.KubeEnvironmentProfile; +import com.azure.resourcemanager.appservice.models.ManagedServiceIdentity; import com.azure.resourcemanager.appservice.models.ProvisioningState; +import com.azure.resourcemanager.appservice.models.RegistryAdapter; +import com.azure.resourcemanager.appservice.models.ServerFarmNetworkSettings; import com.azure.resourcemanager.appservice.models.SkuDescription; import com.azure.resourcemanager.appservice.models.StatusOptions; +import com.azure.resourcemanager.appservice.models.StorageMount; import java.io.IOException; import java.time.OffsetDateTime; +import java.util.List; import java.util.Map; /** @@ -34,6 +41,11 @@ public final class AppServicePlanInner extends Resource { */ private SkuDescription sku; + /* + * Managed service identity. + */ + private ManagedServiceIdentity identity; + /* * Extended Location. */ @@ -96,6 +108,26 @@ public AppServicePlanInner withSku(SkuDescription sku) { return this; } + /** + * Get the identity property: Managed service identity. + * + * @return the identity value. + */ + public ManagedServiceIdentity identity() { + return this.identity; + } + + /** + * Set the identity property: Managed service identity. + * + * @param identity the identity value to set. + * @return the AppServicePlanInner object itself. + */ + public AppServicePlanInner withIdentity(ManagedServiceIdentity identity) { + this.identity = identity; + return this; + } + /** * Get the extendedLocation property: Extended Location. * @@ -659,6 +691,173 @@ public AppServicePlanInner withAsyncScalingEnabled(Boolean asyncScalingEnabled) return this; } + /** + * Get the planDefaultIdentity property: Identity to use by platform for various features and integrations using + * managed identity. + * + * @return the planDefaultIdentity value. + */ + public DefaultIdentity planDefaultIdentity() { + return this.innerProperties() == null ? null : this.innerProperties().planDefaultIdentity(); + } + + /** + * Set the planDefaultIdentity property: Identity to use by platform for various features and integrations using + * managed identity. + * + * @param planDefaultIdentity the planDefaultIdentity value to set. + * @return the AppServicePlanInner object itself. + */ + public AppServicePlanInner withPlanDefaultIdentity(DefaultIdentity planDefaultIdentity) { + if (this.innerProperties() == null) { + this.innerProperties = new AppServicePlanProperties(); + } + this.innerProperties().withPlanDefaultIdentity(planDefaultIdentity); + return this; + } + + /** + * Get the isCustomMode property: Whether this server farm is in custom mode. + * + * @return the isCustomMode value. + */ + public Boolean isCustomMode() { + return this.innerProperties() == null ? null : this.innerProperties().isCustomMode(); + } + + /** + * Set the isCustomMode property: Whether this server farm is in custom mode. + * + * @param isCustomMode the isCustomMode value to set. + * @return the AppServicePlanInner object itself. + */ + public AppServicePlanInner withIsCustomMode(Boolean isCustomMode) { + if (this.innerProperties() == null) { + this.innerProperties = new AppServicePlanProperties(); + } + this.innerProperties().withIsCustomMode(isCustomMode); + return this; + } + + /** + * Get the registryAdapters property: Registry adapters associated with this App Service plan. + * + * @return the registryAdapters value. + */ + public List registryAdapters() { + return this.innerProperties() == null ? null : this.innerProperties().registryAdapters(); + } + + /** + * Set the registryAdapters property: Registry adapters associated with this App Service plan. + * + * @param registryAdapters the registryAdapters value to set. + * @return the AppServicePlanInner object itself. + */ + public AppServicePlanInner withRegistryAdapters(List registryAdapters) { + if (this.innerProperties() == null) { + this.innerProperties = new AppServicePlanProperties(); + } + this.innerProperties().withRegistryAdapters(registryAdapters); + return this; + } + + /** + * Get the installScripts property: Install scripts associated with this App Service plan. + * + * @return the installScripts value. + */ + public List installScripts() { + return this.innerProperties() == null ? null : this.innerProperties().installScripts(); + } + + /** + * Set the installScripts property: Install scripts associated with this App Service plan. + * + * @param installScripts the installScripts value to set. + * @return the AppServicePlanInner object itself. + */ + public AppServicePlanInner withInstallScripts(List installScripts) { + if (this.innerProperties() == null) { + this.innerProperties = new AppServicePlanProperties(); + } + this.innerProperties().withInstallScripts(installScripts); + return this; + } + + /** + * Get the network property: All network settings for the server farm. + * + * @return the network value. + */ + public ServerFarmNetworkSettings network() { + return this.innerProperties() == null ? null : this.innerProperties().network(); + } + + /** + * Set the network property: All network settings for the server farm. + * + * @param network the network value to set. + * @return the AppServicePlanInner object itself. + */ + public AppServicePlanInner withNetwork(ServerFarmNetworkSettings network) { + if (this.innerProperties() == null) { + this.innerProperties = new AppServicePlanProperties(); + } + this.innerProperties().withNetwork(network); + return this; + } + + /** + * Get the storageMounts property: Storage mounts associated with this App Service plan. + * + * @return the storageMounts value. + */ + public List storageMounts() { + return this.innerProperties() == null ? null : this.innerProperties().storageMounts(); + } + + /** + * Set the storageMounts property: Storage mounts associated with this App Service plan. + * + * @param storageMounts the storageMounts value to set. + * @return the AppServicePlanInner object itself. + */ + public AppServicePlanInner withStorageMounts(List storageMounts) { + if (this.innerProperties() == null) { + this.innerProperties = new AppServicePlanProperties(); + } + this.innerProperties().withStorageMounts(storageMounts); + return this; + } + + /** + * Get the rdpEnabled property: If <code>true</code>, RDP access is enabled for this App Service plan. + * Only applicable for IsCustomMode ASPs. + * If <code>false</code>, RDP access is disabled. + * + * @return the rdpEnabled value. + */ + public Boolean rdpEnabled() { + return this.innerProperties() == null ? null : this.innerProperties().rdpEnabled(); + } + + /** + * Set the rdpEnabled property: If <code>true</code>, RDP access is enabled for this App Service plan. + * Only applicable for IsCustomMode ASPs. + * If <code>false</code>, RDP access is disabled. + * + * @param rdpEnabled the rdpEnabled value to set. + * @return the AppServicePlanInner object itself. + */ + public AppServicePlanInner withRdpEnabled(Boolean rdpEnabled) { + if (this.innerProperties() == null) { + this.innerProperties = new AppServicePlanProperties(); + } + this.innerProperties().withRdpEnabled(rdpEnabled); + return this; + } + /** * Validates the instance. * @@ -671,6 +870,9 @@ public void validate() { if (sku() != null) { sku().validate(); } + if (identity() != null) { + identity().validate(); + } if (extendedLocation() != null) { extendedLocation().validate(); } @@ -686,6 +888,7 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { jsonWriter.writeMapField("tags", tags(), (writer, element) -> writer.writeString(element)); jsonWriter.writeJsonField("properties", this.innerProperties); jsonWriter.writeJsonField("sku", this.sku); + jsonWriter.writeJsonField("identity", this.identity); jsonWriter.writeJsonField("extendedLocation", this.extendedLocation); jsonWriter.writeStringField("kind", this.kind); return jsonWriter.writeEndObject(); @@ -722,6 +925,8 @@ public static AppServicePlanInner fromJson(JsonReader jsonReader) throws IOExcep deserializedAppServicePlanInner.innerProperties = AppServicePlanProperties.fromJson(reader); } else if ("sku".equals(fieldName)) { deserializedAppServicePlanInner.sku = SkuDescription.fromJson(reader); + } else if ("identity".equals(fieldName)) { + deserializedAppServicePlanInner.identity = ManagedServiceIdentity.fromJson(reader); } else if ("extendedLocation".equals(fieldName)) { deserializedAppServicePlanInner.extendedLocation = ExtendedLocation.fromJson(reader); } else if ("kind".equals(fieldName)) { diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/AppServicePlanProperties.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/AppServicePlanProperties.java index b1aa80c8800f..4350f509bd9c 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/AppServicePlanProperties.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/AppServicePlanProperties.java @@ -10,13 +10,19 @@ import com.azure.json.JsonSerializable; import com.azure.json.JsonToken; import com.azure.json.JsonWriter; +import com.azure.resourcemanager.appservice.models.DefaultIdentity; import com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile; +import com.azure.resourcemanager.appservice.models.InstallScript; import com.azure.resourcemanager.appservice.models.KubeEnvironmentProfile; import com.azure.resourcemanager.appservice.models.ProvisioningState; +import com.azure.resourcemanager.appservice.models.RegistryAdapter; +import com.azure.resourcemanager.appservice.models.ServerFarmNetworkSettings; import com.azure.resourcemanager.appservice.models.StatusOptions; +import com.azure.resourcemanager.appservice.models.StorageMount; import java.io.IOException; import java.time.OffsetDateTime; import java.time.format.DateTimeFormatter; +import java.util.List; /** * AppServicePlan resource specific properties. @@ -147,6 +153,42 @@ public final class AppServicePlanProperties implements JsonSerializable registryAdapters; + + /* + * Install scripts associated with this App Service plan. + */ + private List installScripts; + + /* + * All network settings for the server farm. + */ + private ServerFarmNetworkSettings network; + + /* + * Storage mounts associated with this App Service plan. + */ + private List storageMounts; + + /* + * If true, RDP access is enabled for this App Service plan. Only applicable for IsCustomMode ASPs. + * If false, RDP access is disabled. + */ + private Boolean rdpEnabled; + /** * Creates an instance of AppServicePlanProperties class. */ @@ -576,6 +618,152 @@ public AppServicePlanProperties withAsyncScalingEnabled(Boolean asyncScalingEnab return this; } + /** + * Get the planDefaultIdentity property: Identity to use by platform for various features and integrations using + * managed identity. + * + * @return the planDefaultIdentity value. + */ + public DefaultIdentity planDefaultIdentity() { + return this.planDefaultIdentity; + } + + /** + * Set the planDefaultIdentity property: Identity to use by platform for various features and integrations using + * managed identity. + * + * @param planDefaultIdentity the planDefaultIdentity value to set. + * @return the AppServicePlanProperties object itself. + */ + public AppServicePlanProperties withPlanDefaultIdentity(DefaultIdentity planDefaultIdentity) { + this.planDefaultIdentity = planDefaultIdentity; + return this; + } + + /** + * Get the isCustomMode property: Whether this server farm is in custom mode. + * + * @return the isCustomMode value. + */ + public Boolean isCustomMode() { + return this.isCustomMode; + } + + /** + * Set the isCustomMode property: Whether this server farm is in custom mode. + * + * @param isCustomMode the isCustomMode value to set. + * @return the AppServicePlanProperties object itself. + */ + public AppServicePlanProperties withIsCustomMode(Boolean isCustomMode) { + this.isCustomMode = isCustomMode; + return this; + } + + /** + * Get the registryAdapters property: Registry adapters associated with this App Service plan. + * + * @return the registryAdapters value. + */ + public List registryAdapters() { + return this.registryAdapters; + } + + /** + * Set the registryAdapters property: Registry adapters associated with this App Service plan. + * + * @param registryAdapters the registryAdapters value to set. + * @return the AppServicePlanProperties object itself. + */ + public AppServicePlanProperties withRegistryAdapters(List registryAdapters) { + this.registryAdapters = registryAdapters; + return this; + } + + /** + * Get the installScripts property: Install scripts associated with this App Service plan. + * + * @return the installScripts value. + */ + public List installScripts() { + return this.installScripts; + } + + /** + * Set the installScripts property: Install scripts associated with this App Service plan. + * + * @param installScripts the installScripts value to set. + * @return the AppServicePlanProperties object itself. + */ + public AppServicePlanProperties withInstallScripts(List installScripts) { + this.installScripts = installScripts; + return this; + } + + /** + * Get the network property: All network settings for the server farm. + * + * @return the network value. + */ + public ServerFarmNetworkSettings network() { + return this.network; + } + + /** + * Set the network property: All network settings for the server farm. + * + * @param network the network value to set. + * @return the AppServicePlanProperties object itself. + */ + public AppServicePlanProperties withNetwork(ServerFarmNetworkSettings network) { + this.network = network; + return this; + } + + /** + * Get the storageMounts property: Storage mounts associated with this App Service plan. + * + * @return the storageMounts value. + */ + public List storageMounts() { + return this.storageMounts; + } + + /** + * Set the storageMounts property: Storage mounts associated with this App Service plan. + * + * @param storageMounts the storageMounts value to set. + * @return the AppServicePlanProperties object itself. + */ + public AppServicePlanProperties withStorageMounts(List storageMounts) { + this.storageMounts = storageMounts; + return this; + } + + /** + * Get the rdpEnabled property: If <code>true</code>, RDP access is enabled for this App Service plan. + * Only applicable for IsCustomMode ASPs. + * If <code>false</code>, RDP access is disabled. + * + * @return the rdpEnabled value. + */ + public Boolean rdpEnabled() { + return this.rdpEnabled; + } + + /** + * Set the rdpEnabled property: If <code>true</code>, RDP access is enabled for this App Service plan. + * Only applicable for IsCustomMode ASPs. + * If <code>false</code>, RDP access is disabled. + * + * @param rdpEnabled the rdpEnabled value to set. + * @return the AppServicePlanProperties object itself. + */ + public AppServicePlanProperties withRdpEnabled(Boolean rdpEnabled) { + this.rdpEnabled = rdpEnabled; + return this; + } + /** * Validates the instance. * @@ -588,6 +776,21 @@ public void validate() { if (kubeEnvironmentProfile() != null) { kubeEnvironmentProfile().validate(); } + if (planDefaultIdentity() != null) { + planDefaultIdentity().validate(); + } + if (registryAdapters() != null) { + registryAdapters().forEach(e -> e.validate()); + } + if (installScripts() != null) { + installScripts().forEach(e -> e.validate()); + } + if (network() != null) { + network().validate(); + } + if (storageMounts() != null) { + storageMounts().forEach(e -> e.validate()); + } } /** @@ -618,6 +821,15 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { jsonWriter.writeJsonField("kubeEnvironmentProfile", this.kubeEnvironmentProfile); jsonWriter.writeBooleanField("zoneRedundant", this.zoneRedundant); jsonWriter.writeBooleanField("asyncScalingEnabled", this.asyncScalingEnabled); + jsonWriter.writeJsonField("planDefaultIdentity", this.planDefaultIdentity); + jsonWriter.writeBooleanField("isCustomMode", this.isCustomMode); + jsonWriter.writeArrayField("registryAdapters", this.registryAdapters, + (writer, element) -> writer.writeJson(element)); + jsonWriter.writeArrayField("installScripts", this.installScripts, + (writer, element) -> writer.writeJson(element)); + jsonWriter.writeJsonField("network", this.network); + jsonWriter.writeArrayField("storageMounts", this.storageMounts, (writer, element) -> writer.writeJson(element)); + jsonWriter.writeBooleanField("rdpEnabled", this.rdpEnabled); return jsonWriter.writeEndObject(); } @@ -693,6 +905,24 @@ public static AppServicePlanProperties fromJson(JsonReader jsonReader) throws IO } else if ("asyncScalingEnabled".equals(fieldName)) { deserializedAppServicePlanProperties.asyncScalingEnabled = reader.getNullable(JsonReader::getBoolean); + } else if ("planDefaultIdentity".equals(fieldName)) { + deserializedAppServicePlanProperties.planDefaultIdentity = DefaultIdentity.fromJson(reader); + } else if ("isCustomMode".equals(fieldName)) { + deserializedAppServicePlanProperties.isCustomMode = reader.getNullable(JsonReader::getBoolean); + } else if ("registryAdapters".equals(fieldName)) { + List registryAdapters + = reader.readArray(reader1 -> RegistryAdapter.fromJson(reader1)); + deserializedAppServicePlanProperties.registryAdapters = registryAdapters; + } else if ("installScripts".equals(fieldName)) { + List installScripts = reader.readArray(reader1 -> InstallScript.fromJson(reader1)); + deserializedAppServicePlanProperties.installScripts = installScripts; + } else if ("network".equals(fieldName)) { + deserializedAppServicePlanProperties.network = ServerFarmNetworkSettings.fromJson(reader); + } else if ("storageMounts".equals(fieldName)) { + List storageMounts = reader.readArray(reader1 -> StorageMount.fromJson(reader1)); + deserializedAppServicePlanProperties.storageMounts = storageMounts; + } else if ("rdpEnabled".equals(fieldName)) { + deserializedAppServicePlanProperties.rdpEnabled = reader.getNullable(JsonReader::getBoolean); } else { reader.skipChildren(); } diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/ServerFarmInstanceDetailsInner.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/ServerFarmInstanceDetailsInner.java new file mode 100644 index 000000000000..ab6d8e15eb56 --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/ServerFarmInstanceDetailsInner.java @@ -0,0 +1,157 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.fluent.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import com.azure.resourcemanager.appservice.models.ServerFarmInstance; +import java.io.IOException; +import java.util.List; + +/** + * Represents instance details for an app service plan. + */ +@Fluent +public final class ServerFarmInstanceDetailsInner implements JsonSerializable { + /* + * The server farm name. + */ + private String serverFarmName; + + /* + * The list of server farm instances. + */ + private List instances; + + /* + * The total number of instances. + */ + private Integer instanceCount; + + /** + * Creates an instance of ServerFarmInstanceDetailsInner class. + */ + public ServerFarmInstanceDetailsInner() { + } + + /** + * Get the serverFarmName property: The server farm name. + * + * @return the serverFarmName value. + */ + public String serverFarmName() { + return this.serverFarmName; + } + + /** + * Set the serverFarmName property: The server farm name. + * + * @param serverFarmName the serverFarmName value to set. + * @return the ServerFarmInstanceDetailsInner object itself. + */ + public ServerFarmInstanceDetailsInner withServerFarmName(String serverFarmName) { + this.serverFarmName = serverFarmName; + return this; + } + + /** + * Get the instances property: The list of server farm instances. + * + * @return the instances value. + */ + public List instances() { + return this.instances; + } + + /** + * Set the instances property: The list of server farm instances. + * + * @param instances the instances value to set. + * @return the ServerFarmInstanceDetailsInner object itself. + */ + public ServerFarmInstanceDetailsInner withInstances(List instances) { + this.instances = instances; + return this; + } + + /** + * Get the instanceCount property: The total number of instances. + * + * @return the instanceCount value. + */ + public Integer instanceCount() { + return this.instanceCount; + } + + /** + * Set the instanceCount property: The total number of instances. + * + * @param instanceCount the instanceCount value to set. + * @return the ServerFarmInstanceDetailsInner object itself. + */ + public ServerFarmInstanceDetailsInner withInstanceCount(Integer instanceCount) { + this.instanceCount = instanceCount; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (instances() != null) { + instances().forEach(e -> e.validate()); + } + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("serverFarmName", this.serverFarmName); + jsonWriter.writeArrayField("instances", this.instances, (writer, element) -> writer.writeJson(element)); + jsonWriter.writeNumberField("instanceCount", this.instanceCount); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of ServerFarmInstanceDetailsInner from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of ServerFarmInstanceDetailsInner if the JsonReader was pointing to an instance of it, or + * null if it was pointing to JSON null. + * @throws IOException If an error occurs while reading the ServerFarmInstanceDetailsInner. + */ + public static ServerFarmInstanceDetailsInner fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + ServerFarmInstanceDetailsInner deserializedServerFarmInstanceDetailsInner + = new ServerFarmInstanceDetailsInner(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("serverFarmName".equals(fieldName)) { + deserializedServerFarmInstanceDetailsInner.serverFarmName = reader.getString(); + } else if ("instances".equals(fieldName)) { + List instances + = reader.readArray(reader1 -> ServerFarmInstance.fromJson(reader1)); + deserializedServerFarmInstanceDetailsInner.instances = instances; + } else if ("instanceCount".equals(fieldName)) { + deserializedServerFarmInstanceDetailsInner.instanceCount = reader.getNullable(JsonReader::getInt); + } else { + reader.skipChildren(); + } + } + + return deserializedServerFarmInstanceDetailsInner; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/ServerFarmRdpDetailsInner.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/ServerFarmRdpDetailsInner.java new file mode 100644 index 000000000000..8e6f4864d47f --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/ServerFarmRdpDetailsInner.java @@ -0,0 +1,128 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.fluent.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.CoreUtils; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; +import java.time.OffsetDateTime; +import java.time.format.DateTimeFormatter; + +/** + * Server Farm RDP connection details. + */ +@Fluent +public final class ServerFarmRdpDetailsInner implements JsonSerializable { + /* + * The RDP password for the server farm. + */ + private String rdpPassword; + + /* + * The RDP password expiry date. + */ + private OffsetDateTime rdpPasswordExpiry; + + /** + * Creates an instance of ServerFarmRdpDetailsInner class. + */ + public ServerFarmRdpDetailsInner() { + } + + /** + * Get the rdpPassword property: The RDP password for the server farm. + * + * @return the rdpPassword value. + */ + public String rdpPassword() { + return this.rdpPassword; + } + + /** + * Set the rdpPassword property: The RDP password for the server farm. + * + * @param rdpPassword the rdpPassword value to set. + * @return the ServerFarmRdpDetailsInner object itself. + */ + public ServerFarmRdpDetailsInner withRdpPassword(String rdpPassword) { + this.rdpPassword = rdpPassword; + return this; + } + + /** + * Get the rdpPasswordExpiry property: The RDP password expiry date. + * + * @return the rdpPasswordExpiry value. + */ + public OffsetDateTime rdpPasswordExpiry() { + return this.rdpPasswordExpiry; + } + + /** + * Set the rdpPasswordExpiry property: The RDP password expiry date. + * + * @param rdpPasswordExpiry the rdpPasswordExpiry value to set. + * @return the ServerFarmRdpDetailsInner object itself. + */ + public ServerFarmRdpDetailsInner withRdpPasswordExpiry(OffsetDateTime rdpPasswordExpiry) { + this.rdpPasswordExpiry = rdpPasswordExpiry; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("rdpPassword", this.rdpPassword); + jsonWriter.writeStringField("rdpPasswordExpiry", + this.rdpPasswordExpiry == null + ? null + : DateTimeFormatter.ISO_OFFSET_DATE_TIME.format(this.rdpPasswordExpiry)); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of ServerFarmRdpDetailsInner from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of ServerFarmRdpDetailsInner if the JsonReader was pointing to an instance of it, or null if + * it was pointing to JSON null. + * @throws IOException If an error occurs while reading the ServerFarmRdpDetailsInner. + */ + public static ServerFarmRdpDetailsInner fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + ServerFarmRdpDetailsInner deserializedServerFarmRdpDetailsInner = new ServerFarmRdpDetailsInner(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("rdpPassword".equals(fieldName)) { + deserializedServerFarmRdpDetailsInner.rdpPassword = reader.getString(); + } else if ("rdpPasswordExpiry".equals(fieldName)) { + deserializedServerFarmRdpDetailsInner.rdpPasswordExpiry = reader + .getNullable(nonNullReader -> CoreUtils.parseBestOffsetDateTime(nonNullReader.getString())); + } else { + reader.skipChildren(); + } + } + + return deserializedServerFarmRdpDetailsInner; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/package-info.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/package-info.java index ac85075aa313..93452b331fcb 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/package-info.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/package-info.java @@ -4,6 +4,6 @@ /** * Package containing the inner data models for WebSiteManagementClient. - * WebSite Management Client. + * AppService Management Client. */ package com.azure.resourcemanager.appservice.fluent.models; diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/package-info.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/package-info.java index f3ee51ba04a0..4cdae038d6ce 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/package-info.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/package-info.java @@ -4,6 +4,6 @@ /** * Package containing the service clients for WebSiteManagementClient. - * WebSite Management Client. + * AppService Management Client. */ package com.azure.resourcemanager.appservice.fluent; diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceCertificateOrdersClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceCertificateOrdersClientImpl.java index b1148989b76c..0369b0bbd663 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceCertificateOrdersClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceCertificateOrdersClientImpl.java @@ -87,7 +87,7 @@ public final class AppServiceCertificateOrdersClientImpl * proxy service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientAppServiceCertificateOrders") public interface AppServiceCertificateOrdersService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders") @@ -336,10 +336,11 @@ private Mono> listSinglePageAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -367,11 +368,10 @@ private Mono> listSinglePageAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context) + return service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -465,9 +465,11 @@ public PagedIterable list(Context context) { } else { appServiceCertificateOrder.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; - return FluxUtil.withContext(context -> service.validatePurchaseInformation(this.client.getEndpoint(), - this.client.getSubscriptionId(), this.client.getApiVersion(), appServiceCertificateOrder, accept, context)) + return FluxUtil + .withContext(context -> service.validatePurchaseInformation(this.client.getEndpoint(), + this.client.getSubscriptionId(), apiVersion, appServiceCertificateOrder, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -500,10 +502,11 @@ private Mono> validatePurchaseInformationWithResponseAsync( } else { appServiceCertificateOrder.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.validatePurchaseInformation(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), appServiceCertificateOrder, accept, context); + apiVersion, appServiceCertificateOrder, accept, context); } /** @@ -583,10 +586,11 @@ public void validatePurchaseInformation(AppServiceCertificateOrderInner appServi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByResourceGroup(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -620,11 +624,12 @@ public void validatePurchaseInformation(AppServiceCertificateOrderInner appServi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listByResourceGroup(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -730,10 +735,11 @@ public Mono> getByResourceGroupWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, - certificateOrderName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + certificateOrderName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -769,10 +775,11 @@ public Mono> getByResourceGroupWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -868,11 +875,12 @@ public Mono>> createOrUpdateWithResponseAsync(String r } else { certificateDistinguishedName.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, - certificateOrderName, this.client.getSubscriptionId(), this.client.getApiVersion(), - certificateDistinguishedName, accept, context)) + .withContext( + context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, certificateOrderName, + this.client.getSubscriptionId(), apiVersion, certificateDistinguishedName, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -915,11 +923,11 @@ private Mono>> createOrUpdateWithResponseAsync(String } else { certificateDistinguishedName.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateDistinguishedName, accept, - context); + this.client.getSubscriptionId(), apiVersion, certificateDistinguishedName, accept, context); } /** @@ -1128,10 +1136,11 @@ public Mono> deleteWithResponseAsync(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1167,10 +1176,11 @@ private Mono> deleteWithResponseAsync(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.delete(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1262,11 +1272,11 @@ public Mono> updateWithResponseAsync(S } else { certificateDistinguishedName.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.update(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateDistinguishedName, accept, - context)) + this.client.getSubscriptionId(), apiVersion, certificateDistinguishedName, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1310,11 +1320,11 @@ private Mono> updateWithResponseAsync( } else { certificateDistinguishedName.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.update(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateDistinguishedName, accept, - context); + this.client.getSubscriptionId(), apiVersion, certificateDistinguishedName, accept, context); } /** @@ -1411,10 +1421,11 @@ public AppServiceCertificateOrderInner update(String resourceGroupName, String c return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listCertificates(this.client.getEndpoint(), resourceGroupName, - certificateOrderName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + certificateOrderName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1453,11 +1464,12 @@ public AppServiceCertificateOrderInner update(String resourceGroupName, String c return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listCertificates(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1574,11 +1586,11 @@ public Mono> getCertificateWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.getCertificate(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getCertificate(this.client.getEndpoint(), resourceGroupName, + certificateOrderName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1619,10 +1631,11 @@ private Mono> getCertificateWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getCertificate(this.client.getEndpoint(), resourceGroupName, certificateOrderName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1729,11 +1742,12 @@ public Mono>> createOrUpdateCertificateWithResponseAsy } else { keyVaultCertificate.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateCertificate(this.client.getEndpoint(), resourceGroupName, - certificateOrderName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), - keyVaultCertificate, accept, context)) + certificateOrderName, name, this.client.getSubscriptionId(), apiVersion, keyVaultCertificate, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1782,10 +1796,11 @@ private Mono>> createOrUpdateCertificateWithResponseAs } else { keyVaultCertificate.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateCertificate(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), keyVaultCertificate, accept, context); + name, this.client.getSubscriptionId(), apiVersion, keyVaultCertificate, accept, context); } /** @@ -2018,11 +2033,11 @@ public Mono> deleteCertificateWithResponseAsync(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.deleteCertificate(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.deleteCertificate(this.client.getEndpoint(), resourceGroupName, + certificateOrderName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2062,10 +2077,11 @@ private Mono> deleteCertificateWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteCertificate(this.client.getEndpoint(), resourceGroupName, certificateOrderName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2168,11 +2184,12 @@ public Mono> updateCertificateWithR } else { keyVaultCertificate.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.updateCertificate(this.client.getEndpoint(), resourceGroupName, - certificateOrderName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), - keyVaultCertificate, accept, context)) + .withContext( + context -> service.updateCertificate(this.client.getEndpoint(), resourceGroupName, certificateOrderName, + name, this.client.getSubscriptionId(), apiVersion, keyVaultCertificate, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2221,10 +2238,11 @@ private Mono> updateCertificateWith } else { keyVaultCertificate.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateCertificate(this.client.getEndpoint(), resourceGroupName, certificateOrderName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), keyVaultCertificate, accept, context); + this.client.getSubscriptionId(), apiVersion, keyVaultCertificate, accept, context); } /** @@ -2332,11 +2350,11 @@ public Mono> reissueWithResponseAsync(String resourceGroupName, S } else { reissueCertificateOrderRequest.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.reissue(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), reissueCertificateOrderRequest, accept, - context)) + this.client.getSubscriptionId(), apiVersion, reissueCertificateOrderRequest, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2379,11 +2397,11 @@ private Mono> reissueWithResponseAsync(String resourceGroupName, } else { reissueCertificateOrderRequest.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.reissue(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), reissueCertificateOrderRequest, accept, - context); + this.client.getSubscriptionId(), apiVersion, reissueCertificateOrderRequest, accept, context); } /** @@ -2483,11 +2501,11 @@ public Mono> renewWithResponseAsync(String resourceGroupName, Str } else { renewCertificateOrderRequest.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.renew(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), renewCertificateOrderRequest, accept, - context)) + this.client.getSubscriptionId(), apiVersion, renewCertificateOrderRequest, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2530,11 +2548,11 @@ private Mono> renewWithResponseAsync(String resourceGroupName, St } else { renewCertificateOrderRequest.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.renew(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), renewCertificateOrderRequest, accept, - context); + this.client.getSubscriptionId(), apiVersion, renewCertificateOrderRequest, accept, context); } /** @@ -2626,10 +2644,11 @@ public Mono> resendEmailWithResponseAsync(String resourceGroupNam return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.resendEmail(this.client.getEndpoint(), resourceGroupName, - certificateOrderName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + certificateOrderName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2665,10 +2684,11 @@ private Mono> resendEmailWithResponseAsync(String resourceGroupNa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.resendEmail(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2761,11 +2781,11 @@ public Mono> resendRequestEmailsWithResponseAsync(String resource } else { nameIdentifier.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.resendRequestEmails(this.client.getEndpoint(), resourceGroupName, - certificateOrderName, this.client.getSubscriptionId(), this.client.getApiVersion(), nameIdentifier, - accept, context)) + certificateOrderName, this.client.getSubscriptionId(), apiVersion, nameIdentifier, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2808,10 +2828,11 @@ private Mono> resendRequestEmailsWithResponseAsync(String resourc } else { nameIdentifier.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.resendRequestEmails(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), nameIdentifier, accept, context); + this.client.getSubscriptionId(), apiVersion, nameIdentifier, accept, context); } /** @@ -2920,11 +2941,11 @@ public Mono> retrieveSiteSealWithResponseAsync(String re } else { siteSealRequest.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.retrieveSiteSeal(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteSealRequest, accept, context)) + .withContext(context -> service.retrieveSiteSeal(this.client.getEndpoint(), resourceGroupName, + certificateOrderName, this.client.getSubscriptionId(), apiVersion, siteSealRequest, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2973,10 +2994,11 @@ private Mono> retrieveSiteSealWithResponseAsync(String r } else { siteSealRequest.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.retrieveSiteSeal(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteSealRequest, accept, context); + this.client.getSubscriptionId(), apiVersion, siteSealRequest, accept, context); } /** @@ -3089,10 +3111,11 @@ public Mono> verifyDomainOwnershipWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.verifyDomainOwnership(this.client.getEndpoint(), resourceGroupName, - certificateOrderName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + certificateOrderName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3128,10 +3151,11 @@ private Mono> verifyDomainOwnershipWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.verifyDomainOwnership(this.client.getEndpoint(), resourceGroupName, certificateOrderName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3217,10 +3241,11 @@ public void verifyDomainOwnership(String resourceGroupName, String certificateOr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.retrieveCertificateActions(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3255,10 +3280,11 @@ public void verifyDomainOwnership(String resourceGroupName, String certificateOr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.retrieveCertificateActions(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3346,10 +3372,11 @@ public List retrieveCertificateActions(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.retrieveCertificateEmailHistory(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3384,10 +3411,11 @@ public List retrieveCertificateActions(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.retrieveCertificateEmailHistory(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3446,6 +3474,8 @@ public List retrieveCertificateEmailHistory(String resour } /** + * List all certificate orders in a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -3472,6 +3502,8 @@ private Mono> listNextSinglePageA } /** + * List all certificate orders in a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -3500,6 +3532,8 @@ private Mono> listNextSinglePageA } /** + * Get certificate orders in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -3529,6 +3563,8 @@ private Mono> listNextSinglePageA } /** + * Get certificate orders in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -3557,6 +3593,8 @@ private Mono> listByResourceGroup } /** + * List all certificates associated with a certificate order. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -3585,6 +3623,8 @@ private Mono> listByResourceGroup } /** + * List all certificates associated with a certificate order. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceEnvironmentsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceEnvironmentsClientImpl.java index 417cc4bac676..5b52685ba06f 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceEnvironmentsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceEnvironmentsClientImpl.java @@ -105,7 +105,7 @@ public final class AppServiceEnvironmentsClientImpl implements InnerSupportsGet< * service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientAppServiceEnvironments") public interface AppServiceEnvironmentsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments") @@ -754,10 +754,11 @@ private Mono> listSinglePageAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -785,11 +786,10 @@ private Mono> listSinglePageAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context) + return service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -882,10 +882,11 @@ public PagedIterable list(Context context) { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByResourceGroup(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -919,11 +920,12 @@ public PagedIterable list(Context context) { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listByResourceGroup(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1029,10 +1031,11 @@ public PagedIterable listByResourceGroup(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1068,10 +1071,11 @@ public PagedIterable listByResourceGroup(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1166,11 +1170,11 @@ public Mono>> createOrUpdateWithResponseAsync(String r } else { hostingEnvironmentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), hostingEnvironmentEnvelope, accept, - context)) + this.client.getSubscriptionId(), apiVersion, hostingEnvironmentEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1213,10 +1217,11 @@ private Mono>> createOrUpdateWithResponseAsync(String } else { hostingEnvironmentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), hostingEnvironmentEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, hostingEnvironmentEnvelope, accept, context); } /** @@ -1423,10 +1428,11 @@ public Mono>> deleteWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, name, forceDelete, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1463,10 +1469,11 @@ private Mono>> deleteWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.delete(this.client.getEndpoint(), resourceGroupName, name, forceDelete, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1708,9 +1715,11 @@ public Mono> updateWithResponseAsyn } else { hostingEnvironmentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; - return FluxUtil.withContext(context -> service.update(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), hostingEnvironmentEnvelope, accept, context)) + return FluxUtil + .withContext(context -> service.update(this.client.getEndpoint(), resourceGroupName, name, + this.client.getSubscriptionId(), apiVersion, hostingEnvironmentEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1753,10 +1762,11 @@ private Mono> updateWithResponseAsy } else { hostingEnvironmentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.update(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), hostingEnvironmentEnvelope, accept, context); + apiVersion, hostingEnvironmentEnvelope, accept, context); } /** @@ -1848,10 +1858,11 @@ private Mono> listCapacitiesSinglePageAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listCapacities(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1888,11 +1899,12 @@ private Mono> listCapacitiesSinglePageAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listCapacities(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1999,10 +2011,11 @@ public Mono> getVipInfoWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getVipInfo(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2038,10 +2051,11 @@ private Mono> getVipInfoWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getVipInfo(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -2133,13 +2147,13 @@ private Mono> changeVnetSinglePageAsync(String resource } else { vnetInfo.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil.withContext(context -> { - Mono>> mono - = service - .changeVnet(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), vnetInfo, accept, context) - .cache(); + Mono>> mono = service + .changeVnet(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), + apiVersion, vnetInfo, accept, context) + .cache(); return Mono.zip(mono, this.client .getLroResult(mono, this.client.getHttpPipeline(), @@ -2190,12 +2204,13 @@ private Mono> changeVnetSinglePageAsync(String resource } else { vnetInfo.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); Mono>> mono = service .changeVnet(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), vnetInfo, accept, context) + apiVersion, vnetInfo, accept, context) .cache(); return Mono .zip(mono, @@ -2315,10 +2330,11 @@ public PagedIterable changeVnet(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAseCustomDnsSuffixConfiguration(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2352,10 +2368,11 @@ public PagedIterable changeVnet(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAseCustomDnsSuffixConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2443,11 +2460,12 @@ public Mono> updateAseCustomDnsSuffi } else { customDnsSuffixConfiguration.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.updateAseCustomDnsSuffixConfiguration(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), - customDnsSuffixConfiguration, accept, context)) + .withContext( + context -> service.updateAseCustomDnsSuffixConfiguration(this.client.getEndpoint(), resourceGroupName, + name, this.client.getSubscriptionId(), apiVersion, customDnsSuffixConfiguration, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2489,11 +2507,11 @@ private Mono> updateAseCustomDnsSuff } else { customDnsSuffixConfiguration.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateAseCustomDnsSuffixConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), customDnsSuffixConfiguration, accept, - context); + this.client.getSubscriptionId(), apiVersion, customDnsSuffixConfiguration, accept, context); } /** @@ -2580,10 +2598,11 @@ public Mono> deleteAseCustomDnsSuffixConfigurationWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteAseCustomDnsSuffixConfiguration(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2616,10 +2635,11 @@ private Mono> deleteAseCustomDnsSuffixConfigurationWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteAseCustomDnsSuffixConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2701,10 +2721,11 @@ public Object deleteAseCustomDnsSuffixConfiguration(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAseV3NetworkingConfiguration(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2740,10 +2761,11 @@ public Object deleteAseCustomDnsSuffixConfiguration(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAseV3NetworkingConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2839,11 +2861,12 @@ public Mono> updateAseNetworkingConf } else { aseNetworkingConfiguration.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.updateAseNetworkingConfiguration(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), - aseNetworkingConfiguration, accept, context)) + .withContext( + context -> service.updateAseNetworkingConfiguration(this.client.getEndpoint(), resourceGroupName, name, + this.client.getSubscriptionId(), apiVersion, aseNetworkingConfiguration, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2887,10 +2910,11 @@ private Mono> updateAseNetworkingCon } else { aseNetworkingConfiguration.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateAseNetworkingConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), aseNetworkingConfiguration, accept, context); + this.client.getSubscriptionId(), apiVersion, aseNetworkingConfiguration, accept, context); } /** @@ -2986,10 +3010,11 @@ public AseV3NetworkingConfigurationInner updateAseNetworkingConfiguration(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listDiagnostics(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3025,10 +3050,11 @@ public AseV3NetworkingConfigurationInner updateAseNetworkingConfiguration(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listDiagnostics(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3121,10 +3147,11 @@ public List listDiagnostics(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDiagnosticsItem(this.client.getEndpoint(), resourceGroupName, name, - diagnosticsName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + diagnosticsName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3165,10 +3192,11 @@ private Mono> getDiagnosticsItemWit return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDiagnosticsItem(this.client.getEndpoint(), resourceGroupName, name, diagnosticsName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3261,10 +3289,11 @@ public HostingEnvironmentDiagnosticsInner getDiagnosticsItem(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInboundNetworkDependenciesEndpoints(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -3302,11 +3331,12 @@ public HostingEnvironmentDiagnosticsInner getDiagnosticsItem(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getInboundNetworkDependenciesEndpoints(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -3418,10 +3448,11 @@ private Mono> listMultiRolePoolsSinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listMultiRolePools(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -3458,11 +3489,12 @@ private Mono> listMultiRolePoolsSinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listMultiRolePools(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -3572,10 +3604,11 @@ public Mono> getMultiRolePoolWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getMultiRolePool(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3611,10 +3644,11 @@ private Mono> getMultiRolePoolWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getMultiRolePool(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3709,11 +3743,11 @@ public Mono>> createOrUpdateMultiRolePoolWithResponseA } else { multiRolePoolEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateMultiRolePool(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), multiRolePoolEnvelope, accept, - context)) + name, this.client.getSubscriptionId(), apiVersion, multiRolePoolEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3756,10 +3790,11 @@ private Mono>> createOrUpdateMultiRolePoolWithResponse } else { multiRolePoolEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateMultiRolePool(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), multiRolePoolEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, multiRolePoolEnvelope, accept, context); } /** @@ -3970,10 +4005,11 @@ public Mono> updateMultiRolePoolWithResponseAs } else { multiRolePoolEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateMultiRolePool(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), multiRolePoolEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, multiRolePoolEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4016,10 +4052,11 @@ private Mono> updateMultiRolePoolWithResponseA } else { multiRolePoolEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateMultiRolePool(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), multiRolePoolEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, multiRolePoolEnvelope, accept, context); } /** @@ -4118,11 +4155,11 @@ public WorkerPoolResourceInner updateMultiRolePool(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listMultiRolePoolInstanceMetricDefinitions(this.client.getEndpoint(), - resourceGroupName, name, instance, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + resourceGroupName, name, instance, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -4166,11 +4203,12 @@ public WorkerPoolResourceInner updateMultiRolePool(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listMultiRolePoolInstanceMetricDefinitions(this.client.getEndpoint(), resourceGroupName, name, instance, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -4293,10 +4331,11 @@ public PagedIterable listMultiRolePoolInstanceMet return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listMultiRoleMetricDefinitions(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -4334,11 +4373,12 @@ public PagedIterable listMultiRolePoolInstanceMet return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listMultiRoleMetricDefinitions(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -4449,10 +4489,11 @@ private Mono> listMultiRolePoolSkusSinglePageAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listMultiRolePoolSkus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -4489,11 +4530,12 @@ private Mono> listMultiRolePoolSkusSinglePageAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listMultiRolePoolSkus(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -4598,10 +4640,11 @@ public Mono> testUpgradeAvailableNotificationWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.testUpgradeAvailableNotification(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4634,10 +4677,11 @@ private Mono> testUpgradeAvailableNotificationWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.testUpgradeAvailableNotification(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -4716,10 +4760,11 @@ public Mono>> upgradeWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.upgrade(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4754,10 +4799,11 @@ private Mono>> upgradeWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.upgrade(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -4934,10 +4980,11 @@ private Mono> listMultiRoleUsagesSinglePageAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listMultiRoleUsages(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -4974,11 +5021,12 @@ private Mono> listMultiRoleUsagesSinglePageAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listMultiRoleUsages(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -5084,10 +5132,11 @@ public Mono>> listOperationsWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listOperations(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5122,10 +5171,11 @@ private Mono>> listOperationsWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listOperations(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -5213,10 +5263,11 @@ public List listOperations(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getOutboundNetworkDependenciesEndpoints(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -5254,11 +5305,12 @@ public List listOperations(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getOutboundNetworkDependenciesEndpoints(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -5370,10 +5422,11 @@ public List listOperations(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateEndpointConnectionList(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -5411,11 +5464,12 @@ public List listOperations(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getPrivateEndpointConnectionList(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -5533,11 +5587,11 @@ public List listOperations(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, - name, privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + name, privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5579,11 +5633,11 @@ public List listOperations(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -5691,11 +5745,12 @@ public Mono>> approveOrRejectPrivateEndpointConnection } else { privateEndpointWrapper.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.approveOrRejectPrivateEndpointConnection(this.client.getEndpoint(), - resourceGroupName, name, privateEndpointConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), privateEndpointWrapper, accept, context)) + resourceGroupName, name, privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, + privateEndpointWrapper, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5744,11 +5799,12 @@ private Mono>> approveOrRejectPrivateEndpointConnectio } else { privateEndpointWrapper.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.approveOrRejectPrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - privateEndpointWrapper, accept, context); + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, privateEndpointWrapper, accept, + context); } /** @@ -5989,11 +6045,12 @@ public Mono>> deletePrivateEndpointConnectionWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.deletePrivateEndpointConnection(this.client.getEndpoint(), - resourceGroupName, name, privateEndpointConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.deletePrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6033,11 +6090,11 @@ private Mono>> deletePrivateEndpointConnectionWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deletePrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -6240,10 +6297,11 @@ public Object deletePrivateEndpointConnection(String resourceGroupName, String n return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateLinkResources(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6279,10 +6337,11 @@ public Object deletePrivateEndpointConnection(String resourceGroupName, String n return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateLinkResources(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -6368,10 +6427,11 @@ public Mono> rebootWithResponseAsync(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.reboot(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6405,10 +6465,11 @@ private Mono> rebootWithResponseAsync(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.reboot(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -6491,12 +6552,13 @@ private Mono> resumeSinglePageAsync(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil.withContext(context -> { Mono>> mono = service .resume(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .cache(); return Mono.zip(mono, this.client @@ -6542,13 +6604,13 @@ private Mono> resumeSinglePageAsync(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - Mono>> mono - = service - .resume(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) - .cache(); + Mono>> mono = service + .resume(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, + accept, context) + .cache(); return Mono .zip(mono, this.client @@ -6663,10 +6725,11 @@ private Mono> listAppServicePlansSinglePageAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listAppServicePlans(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -6704,11 +6767,12 @@ private Mono> listAppServicePlansSinglePageAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listAppServicePlans(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -6818,10 +6882,11 @@ private Mono> listWebAppsSinglePageAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWebApps(this.client.getEndpoint(), resourceGroupName, name, - propertiesToInclude, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + propertiesToInclude, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -6859,11 +6924,12 @@ private Mono> listWebAppsSinglePageAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWebApps(this.client.getEndpoint(), resourceGroupName, name, propertiesToInclude, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -6994,12 +7060,13 @@ private Mono> suspendSinglePageAsync(String resourceGro return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil.withContext(context -> { Mono>> mono = service .suspend(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .cache(); return Mono.zip(mono, this.client @@ -7045,13 +7112,13 @@ private Mono> suspendSinglePageAsync(String resourceGro return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - Mono>> mono - = service - .suspend(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) - .cache(); + Mono>> mono = service + .suspend(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, + accept, context) + .cache(); return Mono .zip(mono, this.client @@ -7168,10 +7235,11 @@ private Mono> listUsagesSinglePageAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listUsages(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context)) + this.client.getSubscriptionId(), apiVersion, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -7211,11 +7279,12 @@ private Mono> listUsagesSinglePageAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listUsages(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), filter, accept, context) + .listUsages(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, + filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -7353,10 +7422,11 @@ private Mono> listWorkerPoolsSinglePageAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWorkerPools(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -7393,11 +7463,12 @@ private Mono> listWorkerPoolsSinglePageAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWorkerPools(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -7511,10 +7582,11 @@ public Mono> getWorkerPoolWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getWorkerPool(this.client.getEndpoint(), resourceGroupName, name, - workerPoolName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + workerPoolName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7554,10 +7626,11 @@ private Mono> getWorkerPoolWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getWorkerPool(this.client.getEndpoint(), resourceGroupName, name, workerPoolName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -7660,11 +7733,11 @@ public Mono>> createOrUpdateWorkerPoolWithResponseAsyn } else { workerPoolEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateWorkerPool(this.client.getEndpoint(), resourceGroupName, name, - workerPoolName, this.client.getSubscriptionId(), this.client.getApiVersion(), workerPoolEnvelope, - accept, context)) + workerPoolName, this.client.getSubscriptionId(), apiVersion, workerPoolEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7711,10 +7784,11 @@ private Mono>> createOrUpdateWorkerPoolWithResponseAsy } else { workerPoolEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateWorkerPool(this.client.getEndpoint(), resourceGroupName, name, workerPoolName, - this.client.getSubscriptionId(), this.client.getApiVersion(), workerPoolEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, workerPoolEnvelope, accept, context); } /** @@ -7940,11 +8014,11 @@ public Mono> updateWorkerPoolWithResponseAsync } else { workerPoolEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.updateWorkerPool(this.client.getEndpoint(), resourceGroupName, name, workerPoolName, - this.client.getSubscriptionId(), this.client.getApiVersion(), workerPoolEnvelope, accept, context)) + .withContext(context -> service.updateWorkerPool(this.client.getEndpoint(), resourceGroupName, name, + workerPoolName, this.client.getSubscriptionId(), apiVersion, workerPoolEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7991,10 +8065,11 @@ private Mono> updateWorkerPoolWithResponseAsyn } else { workerPoolEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateWorkerPool(this.client.getEndpoint(), resourceGroupName, name, workerPoolName, - this.client.getSubscriptionId(), this.client.getApiVersion(), workerPoolEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, workerPoolEnvelope, accept, context); } /** @@ -8100,11 +8175,12 @@ private Mono> listWorkerPoolInstanc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.listWorkerPoolInstanceMetricDefinitions(this.client.getEndpoint(), - resourceGroupName, name, workerPoolName, instance, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.listWorkerPoolInstanceMetricDefinitions(this.client.getEndpoint(), resourceGroupName, + name, workerPoolName, instance, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -8150,11 +8226,12 @@ private Mono> listWorkerPoolInstanc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWorkerPoolInstanceMetricDefinitions(this.client.getEndpoint(), resourceGroupName, name, workerPoolName, - instance, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + instance, this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -8283,10 +8360,11 @@ public PagedIterable listWorkerPoolInstanceMetric return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWebWorkerMetricDefinitions(this.client.getEndpoint(), resourceGroupName, - name, workerPoolName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, workerPoolName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -8328,11 +8406,12 @@ private Mono> listWebWorkerMetricDe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWebWorkerMetricDefinitions(this.client.getEndpoint(), resourceGroupName, name, workerPoolName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -8454,10 +8533,11 @@ private Mono> listWorkerPoolSkusSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWorkerPoolSkus(this.client.getEndpoint(), resourceGroupName, name, - workerPoolName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + workerPoolName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -8498,11 +8578,12 @@ private Mono> listWorkerPoolSkusSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWorkerPoolSkus(this.client.getEndpoint(), resourceGroupName, name, workerPoolName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -8622,10 +8703,11 @@ private Mono> listWebWorkerUsagesSinglePageAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWebWorkerUsages(this.client.getEndpoint(), resourceGroupName, name, - workerPoolName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + workerPoolName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -8666,11 +8748,12 @@ private Mono> listWebWorkerUsagesSinglePageAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWebWorkerUsages(this.client.getEndpoint(), resourceGroupName, name, workerPoolName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -8756,6 +8839,8 @@ public PagedIterable listWebWorkerUsages(String resourceGroupName, S } /** + * Get all App Service Environments for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -8782,6 +8867,8 @@ private Mono> listNextSinglePa } /** + * Get all App Service Environments for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -8810,6 +8897,8 @@ private Mono> listNextSinglePa } /** + * Get all App Service Environments in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -8839,6 +8928,8 @@ private Mono> listNextSinglePa } /** + * Get all App Service Environments in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -8867,6 +8958,8 @@ private Mono> listNextSinglePa } /** + * Get the used, available, and total worker capacity an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -8893,6 +8986,8 @@ private Mono> listCapacitiesNextSinglePageAsyn } /** + * Get the used, available, and total worker capacity an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -8920,6 +9015,8 @@ private Mono> listCapacitiesNextSinglePageAsyn } /** + * Move an App Service Environment to a different VNET. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -8946,6 +9043,8 @@ private Mono> changeVnetNextSinglePageAsync(String next } /** + * Move an App Service Environment to a different VNET. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -8972,6 +9071,8 @@ private Mono> changeVnetNextSinglePageAsync(String next } /** + * Get the network endpoints of all inbound dependencies of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9001,6 +9102,8 @@ private Mono> changeVnetNextSinglePageAsync(String next } /** + * Get the network endpoints of all inbound dependencies of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9029,6 +9132,8 @@ private Mono> changeVnetNextSinglePageAsync(String next } /** + * Get all multi-role pools. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9056,6 +9161,8 @@ private Mono> listMultiRolePoolsNextSingl } /** + * Get all multi-role pools. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9083,6 +9190,8 @@ private Mono> listMultiRolePoolsNextSingl } /** + * Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9112,6 +9221,8 @@ private Mono> listMultiRolePoolsNextSingl } /** + * Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9141,6 +9252,8 @@ private Mono> listMultiRolePoolsNextSingl } /** + * Get metric definitions for a multi-role pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9169,6 +9282,8 @@ private Mono> listMultiRolePoolsNextSingl } /** + * Get metric definitions for a multi-role pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9197,6 +9312,8 @@ private Mono> listMultiRolePoolsNextSingl } /** + * Get available SKUs for scaling a multi-role pool. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9224,6 +9341,8 @@ private Mono> listMultiRolePoolSkusNextSinglePageAsy } /** + * Get available SKUs for scaling a multi-role pool. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9251,6 +9370,8 @@ private Mono> listMultiRolePoolSkusNextSinglePageAsy } /** + * Get usage metrics for a multi-role pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9278,6 +9399,8 @@ private Mono> listMultiRoleUsagesNextSinglePageAsync(S } /** + * Get usage metrics for a multi-role pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9304,6 +9427,8 @@ private Mono> listMultiRoleUsagesNextSinglePageAsync(S } /** + * Get the network endpoints of all outbound dependencies of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9333,6 +9458,8 @@ private Mono> listMultiRoleUsagesNextSinglePageAsync(S } /** + * Get the network endpoints of all outbound dependencies of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9361,6 +9488,8 @@ private Mono> listMultiRoleUsagesNextSinglePageAsync(S } /** + * Gets the list of private endpoints associated with a hosting environment + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9390,6 +9519,8 @@ private Mono> listMultiRoleUsagesNextSinglePageAsync(S } /** + * Gets the list of private endpoints associated with a hosting environment + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9417,6 +9548,8 @@ private Mono> listMultiRoleUsagesNextSinglePageAsync(S } /** + * Resume an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9442,6 +9575,8 @@ private Mono> resumeNextSinglePageAsync(String nextLink } /** + * Resume an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9468,6 +9603,8 @@ private Mono> resumeNextSinglePageAsync(String nextLink } /** + * Get all App Service plans in an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9496,6 +9633,8 @@ private Mono> listAppServicePlansNextSinglePa } /** + * Get all App Service plans in an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9524,6 +9663,8 @@ private Mono> listAppServicePlansNextSinglePa } /** + * Get all apps in an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9550,6 +9691,8 @@ private Mono> listWebAppsNextSinglePageAsync(String nex } /** + * Get all apps in an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9576,6 +9719,8 @@ private Mono> listWebAppsNextSinglePageAsync(String nex } /** + * Suspend an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9602,6 +9747,8 @@ private Mono> suspendNextSinglePageAsync(String nextLin } /** + * Suspend an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9628,6 +9775,8 @@ private Mono> suspendNextSinglePageAsync(String nextLin } /** + * Get global usage metrics of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9654,6 +9803,8 @@ private Mono> listUsagesNextSinglePageAsync(St } /** + * Get global usage metrics of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9680,6 +9831,8 @@ private Mono> listUsagesNextSinglePageAsync(St } /** + * Get all worker pools of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9706,6 +9859,8 @@ private Mono> listWorkerPoolsNextSinglePa } /** + * Get all worker pools of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9733,6 +9888,8 @@ private Mono> listWorkerPoolsNextSinglePa } /** + * Get metric definitions for a specific instance of a worker pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9762,6 +9919,8 @@ private Mono> listWorkerPoolsNextSinglePa } /** + * Get metric definitions for a specific instance of a worker pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9790,6 +9949,8 @@ private Mono> listWorkerPoolsNextSinglePa } /** + * Get metric definitions for a worker pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9818,6 +9979,8 @@ private Mono> listWorkerPoolsNextSinglePa } /** + * Get metric definitions for a worker pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9846,6 +10009,8 @@ private Mono> listWorkerPoolsNextSinglePa } /** + * Get available SKUs for scaling a worker pool. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9873,6 +10038,8 @@ private Mono> listWorkerPoolSkusNextSinglePageAsync( } /** + * Get available SKUs for scaling a worker pool. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9899,6 +10066,8 @@ private Mono> listWorkerPoolSkusNextSinglePageAsync( } /** + * Get usage metrics for a worker pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -9926,6 +10095,8 @@ private Mono> listWebWorkerUsagesNextSinglePageAsync(S } /** + * Get usage metrics for a worker pool of an App Service Environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServicePlansClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServicePlansClientImpl.java index 6e53a6d6c9fe..c876e29182d4 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServicePlansClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServicePlansClientImpl.java @@ -40,6 +40,9 @@ import com.azure.resourcemanager.appservice.fluent.models.HybridConnectionInner; import com.azure.resourcemanager.appservice.fluent.models.HybridConnectionKeyInner; import com.azure.resourcemanager.appservice.fluent.models.HybridConnectionLimitsInner; +import com.azure.resourcemanager.appservice.fluent.models.OperationInner; +import com.azure.resourcemanager.appservice.fluent.models.ServerFarmInstanceDetailsInner; +import com.azure.resourcemanager.appservice.fluent.models.ServerFarmRdpDetailsInner; import com.azure.resourcemanager.appservice.fluent.models.SiteInner; import com.azure.resourcemanager.appservice.fluent.models.VnetGatewayInner; import com.azure.resourcemanager.appservice.fluent.models.VnetInfoResourceInner; @@ -90,7 +93,7 @@ public final class AppServicePlansClientImpl implements InnerSupportsGet>> listCapabilities(@HostParam("$host") Strin @PathParam("subscriptionId") String subscriptionId, @QueryParam("api-version") String apiVersion, @HeaderParam("Accept") String accept, Context context); + @Headers({ "Content-Type: application/json" }) + @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/getrdppassword") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(DefaultErrorResponseErrorException.class) + Mono> getServerFarmRdpPassword(@HostParam("$host") String endpoint, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("name") String name, + @PathParam("subscriptionId") String subscriptionId, @QueryParam("api-version") String apiVersion, + @HeaderParam("Accept") String accept, Context context); + @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}") @ExpectedResponses({ 200 }) @@ -215,6 +227,15 @@ Mono> listHybridConnections(@HostParam("$ho @PathParam("subscriptionId") String subscriptionId, @QueryParam("api-version") String apiVersion, @HeaderParam("Accept") String accept, Context context); + @Headers({ "Content-Type: application/json" }) + @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/listinstances") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(DefaultErrorResponseErrorException.class) + Mono> getServerFarmInstanceDetails(@HostParam("$host") String endpoint, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("name") String name, + @PathParam("subscriptionId") String subscriptionId, @QueryParam("api-version") String apiVersion, + @HeaderParam("Accept") String accept, Context context); + @Headers({ "Content-Type: application/json" }) @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/restartSites") @ExpectedResponses({ 204 }) @@ -355,6 +376,15 @@ Mono> rebootWorker(@HostParam("$host") String endpoint, @PathParam("workerName") String workerName, @PathParam("subscriptionId") String subscriptionId, @QueryParam("api-version") String apiVersion, @HeaderParam("Accept") String accept, Context context); + @Headers({ "Content-Type: application/json" }) + @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/workers/{workerName}/recycleinstance") + @ExpectedResponses({ 200 }) + @UnexpectedResponseExceptionType(DefaultErrorResponseErrorException.class) + Mono> recycleManagedInstanceWorker(@HostParam("$host") String endpoint, + @PathParam("resourceGroupName") String resourceGroupName, @PathParam("name") String name, + @PathParam("workerName") String workerName, @PathParam("subscriptionId") String subscriptionId, + @QueryParam("api-version") String apiVersion, @HeaderParam("Accept") String accept, Context context); + @Headers({ "Content-Type: application/json" }) @Get("{nextLink}") @ExpectedResponses({ 200 }) @@ -427,10 +457,11 @@ private Mono> listSinglePageAsync(Boolean det return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.list(this.client.getEndpoint(), detailed, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -461,11 +492,11 @@ private Mono> listSinglePageAsync(Boolean det return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .list(this.client.getEndpoint(), detailed, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context) + .list(this.client.getEndpoint(), detailed, this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -583,10 +614,11 @@ private Mono> listByResourceGroupSinglePageAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByResourceGroup(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -620,11 +652,12 @@ private Mono> listByResourceGroupSinglePageAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listByResourceGroup(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -728,10 +761,11 @@ public Mono> getByResourceGroupWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -767,10 +801,11 @@ private Mono> getByResourceGroupWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -866,10 +901,11 @@ public Mono>> createOrUpdateWithResponseAsync(String r } else { appServicePlan.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), appServicePlan, accept, context)) + this.client.getSubscriptionId(), apiVersion, appServicePlan, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -910,10 +946,11 @@ private Mono>> createOrUpdateWithResponseAsync(String } else { appServicePlan.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), appServicePlan, accept, context); + this.client.getSubscriptionId(), apiVersion, appServicePlan, accept, context); } /** @@ -1110,10 +1147,11 @@ public Mono> deleteWithResponseAsync(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1147,10 +1185,11 @@ private Mono> deleteWithResponseAsync(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.delete(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -1240,10 +1279,11 @@ public Mono> updateWithResponseAsync(String resour } else { appServicePlan.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.update(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), appServicePlan, accept, context)) + this.client.getSubscriptionId(), apiVersion, appServicePlan, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1284,10 +1324,11 @@ private Mono> updateWithResponseAsync(String resou } else { appServicePlan.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.update(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), appServicePlan, accept, context); + apiVersion, appServicePlan, accept, context); } /** @@ -1379,10 +1420,11 @@ public Mono>> listCapabilitiesWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listCapabilities(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1417,10 +1459,11 @@ private Mono>> listCapabilitiesWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listCapabilities(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1477,6 +1520,136 @@ public List listCapabilities(String resourceGroupName, String n return listCapabilitiesWithResponse(resourceGroupName, name, Context.NONE).getValue(); } + /** + * Get the RDP password for an IsCustomMode ServerFarm. + * + * Description for Get the RDP password for an IsCustomMode ServerFarm. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return server Farm RDP connection details along with {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono> getServerFarmRdpPasswordWithResponseAsync(String resourceGroupName, + String name) { + if (this.client.getEndpoint() == null) { + return Mono.error( + new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (resourceGroupName == null) { + return Mono + .error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.")); + } + if (name == null) { + return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono.error(new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + final String apiVersion = "2025-03-01"; + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.getServerFarmRdpPassword(this.client.getEndpoint(), resourceGroupName, name, + this.client.getSubscriptionId(), apiVersion, accept, context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Get the RDP password for an IsCustomMode ServerFarm. + * + * Description for Get the RDP password for an IsCustomMode ServerFarm. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return server Farm RDP connection details along with {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> + getServerFarmRdpPasswordWithResponseAsync(String resourceGroupName, String name, Context context) { + if (this.client.getEndpoint() == null) { + return Mono.error( + new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (resourceGroupName == null) { + return Mono + .error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.")); + } + if (name == null) { + return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono.error(new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + final String apiVersion = "2025-03-01"; + final String accept = "application/json"; + context = this.client.mergeContext(context); + return service.getServerFarmRdpPassword(this.client.getEndpoint(), resourceGroupName, name, + this.client.getSubscriptionId(), apiVersion, accept, context); + } + + /** + * Get the RDP password for an IsCustomMode ServerFarm. + * + * Description for Get the RDP password for an IsCustomMode ServerFarm. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return server Farm RDP connection details on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono getServerFarmRdpPasswordAsync(String resourceGroupName, String name) { + return getServerFarmRdpPasswordWithResponseAsync(resourceGroupName, name) + .flatMap(res -> Mono.justOrEmpty(res.getValue())); + } + + /** + * Get the RDP password for an IsCustomMode ServerFarm. + * + * Description for Get the RDP password for an IsCustomMode ServerFarm. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return server Farm RDP connection details along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response getServerFarmRdpPasswordWithResponse(String resourceGroupName, + String name, Context context) { + return getServerFarmRdpPasswordWithResponseAsync(resourceGroupName, name, context).block(); + } + + /** + * Get the RDP password for an IsCustomMode ServerFarm. + * + * Description for Get the RDP password for an IsCustomMode ServerFarm. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return server Farm RDP connection details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public ServerFarmRdpDetailsInner getServerFarmRdpPassword(String resourceGroupName, String name) { + return getServerFarmRdpPasswordWithResponse(resourceGroupName, name, Context.NONE).getValue(); + } + /** * Retrieve a Hybrid Connection in use in an App Service plan. * @@ -1515,11 +1688,11 @@ public Mono> getHybridConnectionWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getHybridConnection(this.client.getEndpoint(), resourceGroupName, name, - namespaceName, relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + namespaceName, relayName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1562,10 +1735,11 @@ private Mono> getHybridConnectionWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getHybridConnection(this.client.getEndpoint(), resourceGroupName, name, namespaceName, relayName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1669,11 +1843,11 @@ public Mono> deleteHybridConnectionWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteHybridConnection(this.client.getEndpoint(), resourceGroupName, name, - namespaceName, relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + namespaceName, relayName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1716,10 +1890,11 @@ private Mono> deleteHybridConnectionWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteHybridConnection(this.client.getEndpoint(), resourceGroupName, name, namespaceName, - relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + relayName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1821,11 +1996,11 @@ public Mono> listHybridConnectionKeysWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHybridConnectionKeys(this.client.getEndpoint(), resourceGroupName, name, - namespaceName, relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + namespaceName, relayName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1868,10 +2043,11 @@ private Mono> listHybridConnectionKeysWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listHybridConnectionKeys(this.client.getEndpoint(), resourceGroupName, name, namespaceName, - relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + relayName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1976,11 +2152,11 @@ private Mono> listWebAppsByHybridConnectionSinglePageAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWebAppsByHybridConnection(this.client.getEndpoint(), resourceGroupName, - name, namespaceName, relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, namespaceName, relayName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -2025,11 +2201,12 @@ private Mono> listWebAppsByHybridConnectionSinglePageAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWebAppsByHybridConnection(this.client.getEndpoint(), resourceGroupName, name, namespaceName, relayName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2152,10 +2329,11 @@ public PagedIterable listWebAppsByHybridConnection(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getHybridConnectionPlanLimit(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2190,10 +2368,11 @@ public PagedIterable listWebAppsByHybridConnection(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getHybridConnectionPlanLimit(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2281,10 +2460,11 @@ private Mono> listHybridConnectionsSinglePa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHybridConnections(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -2322,11 +2502,12 @@ private Mono> listHybridConnectionsSinglePa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listHybridConnections(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2405,6 +2586,139 @@ public PagedIterable listHybridConnections(String resourc return new PagedIterable<>(listHybridConnectionsAsync(resourceGroupName, name, context)); } + /** + * Get the instance details for an app service plan. + * + * Description for Get the instance details for an app service plan. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return represents instance details for an app service plan along with {@link Response} on successful completion + * of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono> + getServerFarmInstanceDetailsWithResponseAsync(String resourceGroupName, String name) { + if (this.client.getEndpoint() == null) { + return Mono.error( + new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (resourceGroupName == null) { + return Mono + .error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.")); + } + if (name == null) { + return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono.error(new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + final String apiVersion = "2025-03-01"; + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.getServerFarmInstanceDetails(this.client.getEndpoint(), resourceGroupName, + name, this.client.getSubscriptionId(), apiVersion, accept, context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Get the instance details for an app service plan. + * + * Description for Get the instance details for an app service plan. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return represents instance details for an app service plan along with {@link Response} on successful completion + * of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> + getServerFarmInstanceDetailsWithResponseAsync(String resourceGroupName, String name, Context context) { + if (this.client.getEndpoint() == null) { + return Mono.error( + new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (resourceGroupName == null) { + return Mono + .error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.")); + } + if (name == null) { + return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono.error(new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + final String apiVersion = "2025-03-01"; + final String accept = "application/json"; + context = this.client.mergeContext(context); + return service.getServerFarmInstanceDetails(this.client.getEndpoint(), resourceGroupName, name, + this.client.getSubscriptionId(), apiVersion, accept, context); + } + + /** + * Get the instance details for an app service plan. + * + * Description for Get the instance details for an app service plan. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return represents instance details for an app service plan on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono getServerFarmInstanceDetailsAsync(String resourceGroupName, + String name) { + return getServerFarmInstanceDetailsWithResponseAsync(resourceGroupName, name) + .flatMap(res -> Mono.justOrEmpty(res.getValue())); + } + + /** + * Get the instance details for an app service plan. + * + * Description for Get the instance details for an app service plan. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return represents instance details for an app service plan along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response getServerFarmInstanceDetailsWithResponse(String resourceGroupName, + String name, Context context) { + return getServerFarmInstanceDetailsWithResponseAsync(resourceGroupName, name, context).block(); + } + + /** + * Get the instance details for an app service plan. + * + * Description for Get the instance details for an app service plan. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return represents instance details for an app service plan. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public ServerFarmInstanceDetailsInner getServerFarmInstanceDetails(String resourceGroupName, String name) { + return getServerFarmInstanceDetailsWithResponse(resourceGroupName, name, Context.NONE).getValue(); + } + /** * Restart all apps in an App Service plan. * @@ -2438,10 +2752,11 @@ public Mono> restartWebAppsWithResponseAsync(String resourceGroup return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.restartWebApps(this.client.getEndpoint(), resourceGroupName, name, - softRestart, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + softRestart, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2479,10 +2794,11 @@ private Mono> restartWebAppsWithResponseAsync(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restartWebApps(this.client.getEndpoint(), resourceGroupName, name, softRestart, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2577,10 +2893,11 @@ private Mono> listWebAppsSinglePageAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWebApps(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), skipToken, filter, top, accept, context)) + this.client.getSubscriptionId(), apiVersion, skipToken, filter, top, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -2622,11 +2939,12 @@ private Mono> listWebAppsSinglePageAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWebApps(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), skipToken, filter, top, accept, context) + apiVersion, skipToken, filter, top, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2775,10 +3093,11 @@ public Mono> getServerFarmSkusWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getServerFarmSkus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2813,10 +3132,11 @@ private Mono> getServerFarmSkusWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getServerFarmSkus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2904,10 +3224,11 @@ private Mono> listUsagesSinglePageAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listUsages(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context)) + this.client.getSubscriptionId(), apiVersion, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -2946,11 +3267,12 @@ private Mono> listUsagesSinglePageAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listUsages(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), filter, accept, context) + .listUsages(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, + filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -3085,10 +3407,11 @@ public Mono>> listVnetsWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listVnets(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3123,10 +3446,11 @@ private Mono>> listVnetsWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listVnets(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -3218,10 +3542,11 @@ public Mono> getVnetFromServerFarmWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getVnetFromServerFarm(this.client.getEndpoint(), resourceGroupName, name, - vnetName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + vnetName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3262,10 +3587,11 @@ private Mono> getVnetFromServerFarmWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getVnetFromServerFarm(this.client.getEndpoint(), resourceGroupName, name, vnetName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3368,10 +3694,11 @@ public Mono> getVnetGatewayWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getVnetGateway(this.client.getEndpoint(), resourceGroupName, name, vnetName, - gatewayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + gatewayName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3415,10 +3742,11 @@ private Mono> getVnetGatewayWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getVnetGateway(this.client.getEndpoint(), resourceGroupName, name, vnetName, gatewayName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3528,11 +3856,12 @@ public Mono> updateVnetGatewayWithResponseAsync(Strin } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.updateVnetGateway(this.client.getEndpoint(), resourceGroupName, name, - vnetName, gatewayName, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, - accept, context)) + .withContext( + context -> service.updateVnetGateway(this.client.getEndpoint(), resourceGroupName, name, vnetName, + gatewayName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3583,10 +3912,11 @@ private Mono> updateVnetGatewayWithResponseAsync(Stri } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateVnetGateway(this.client.getEndpoint(), resourceGroupName, name, vnetName, gatewayName, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -3690,10 +4020,11 @@ public Mono>> listRoutesForVnetWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listRoutesForVnet(this.client.getEndpoint(), resourceGroupName, name, - vnetName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + vnetName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3732,10 +4063,11 @@ private Mono>> listRoutesForVnetWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listRoutesForVnet(this.client.getEndpoint(), resourceGroupName, name, vnetName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3834,10 +4166,11 @@ public Mono>> getRouteForVnetWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getRouteForVnet(this.client.getEndpoint(), resourceGroupName, name, - vnetName, routeName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + vnetName, routeName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3881,10 +4214,11 @@ private Mono>> getRouteForVnetWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getRouteForVnet(this.client.getEndpoint(), resourceGroupName, name, vnetName, routeName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3998,11 +4332,11 @@ public Mono> createOrUpdateVnetRouteWithResponseAsync(S } else { route.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.createOrUpdateVnetRoute(this.client.getEndpoint(), resourceGroupName, name, vnetName, - routeName, this.client.getSubscriptionId(), this.client.getApiVersion(), route, accept, context)) + .withContext(context -> service.createOrUpdateVnetRoute(this.client.getEndpoint(), resourceGroupName, name, + vnetName, routeName, this.client.getSubscriptionId(), apiVersion, route, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4053,10 +4387,11 @@ private Mono> createOrUpdateVnetRouteWithResponseAsync( } else { route.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateVnetRoute(this.client.getEndpoint(), resourceGroupName, name, vnetName, routeName, - this.client.getSubscriptionId(), this.client.getApiVersion(), route, accept, context); + this.client.getSubscriptionId(), apiVersion, route, accept, context); } /** @@ -4170,10 +4505,11 @@ public Mono> deleteVnetRouteWithResponseAsync(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteVnetRoute(this.client.getEndpoint(), resourceGroupName, name, - vnetName, routeName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + vnetName, routeName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4217,10 +4553,11 @@ private Mono> deleteVnetRouteWithResponseAsync(String resourceGro return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteVnetRoute(this.client.getEndpoint(), resourceGroupName, name, vnetName, routeName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -4331,11 +4668,11 @@ public Mono> updateVnetRouteWithResponseAsync(String re } else { route.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.updateVnetRoute(this.client.getEndpoint(), resourceGroupName, name, vnetName, - routeName, this.client.getSubscriptionId(), this.client.getApiVersion(), route, accept, context)) + .withContext(context -> service.updateVnetRoute(this.client.getEndpoint(), resourceGroupName, name, + vnetName, routeName, this.client.getSubscriptionId(), apiVersion, route, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4386,10 +4723,11 @@ private Mono> updateVnetRouteWithResponseAsync(String r } else { route.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateVnetRoute(this.client.getEndpoint(), resourceGroupName, name, vnetName, routeName, - this.client.getSubscriptionId(), this.client.getApiVersion(), route, accept, context); + this.client.getSubscriptionId(), apiVersion, route, accept, context); } /** @@ -4497,10 +4835,11 @@ public Mono> rebootWorkerWithResponseAsync(String resourceGroupNa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.rebootWorker(this.client.getEndpoint(), resourceGroupName, name, workerName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4539,10 +4878,11 @@ private Mono> rebootWorkerWithResponseAsync(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.rebootWorker(this.client.getEndpoint(), resourceGroupName, name, workerName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -4601,6 +4941,150 @@ public void rebootWorker(String resourceGroupName, String name, String workerNam } /** + * Recycles a managed instance worker machine. + * + * Description for Recycles a managed instance worker machine. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param workerName Name of worker machine. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return an operation on a resource along with {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono> recycleManagedInstanceWorkerWithResponseAsync(String resourceGroupName, + String name, String workerName) { + if (this.client.getEndpoint() == null) { + return Mono.error( + new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (resourceGroupName == null) { + return Mono + .error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.")); + } + if (name == null) { + return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); + } + if (workerName == null) { + return Mono.error(new IllegalArgumentException("Parameter workerName is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono.error(new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + final String apiVersion = "2025-03-01"; + final String accept = "application/json"; + return FluxUtil + .withContext(context -> service.recycleManagedInstanceWorker(this.client.getEndpoint(), resourceGroupName, + name, workerName, this.client.getSubscriptionId(), apiVersion, accept, context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Recycles a managed instance worker machine. + * + * Description for Recycles a managed instance worker machine. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param workerName Name of worker machine. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return an operation on a resource along with {@link Response} on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> recycleManagedInstanceWorkerWithResponseAsync(String resourceGroupName, + String name, String workerName, Context context) { + if (this.client.getEndpoint() == null) { + return Mono.error( + new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (resourceGroupName == null) { + return Mono + .error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null.")); + } + if (name == null) { + return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); + } + if (workerName == null) { + return Mono.error(new IllegalArgumentException("Parameter workerName is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono.error(new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + final String apiVersion = "2025-03-01"; + final String accept = "application/json"; + context = this.client.mergeContext(context); + return service.recycleManagedInstanceWorker(this.client.getEndpoint(), resourceGroupName, name, workerName, + this.client.getSubscriptionId(), apiVersion, accept, context); + } + + /** + * Recycles a managed instance worker machine. + * + * Description for Recycles a managed instance worker machine. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param workerName Name of worker machine. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return an operation on a resource on successful completion of {@link Mono}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono recycleManagedInstanceWorkerAsync(String resourceGroupName, String name, + String workerName) { + return recycleManagedInstanceWorkerWithResponseAsync(resourceGroupName, name, workerName) + .flatMap(res -> Mono.justOrEmpty(res.getValue())); + } + + /** + * Recycles a managed instance worker machine. + * + * Description for Recycles a managed instance worker machine. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param workerName Name of worker machine. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return an operation on a resource along with {@link Response}. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response recycleManagedInstanceWorkerWithResponse(String resourceGroupName, String name, + String workerName, Context context) { + return recycleManagedInstanceWorkerWithResponseAsync(resourceGroupName, name, workerName, context).block(); + } + + /** + * Recycles a managed instance worker machine. + * + * Description for Recycles a managed instance worker machine. + * + * @param resourceGroupName Name of the resource group to which the resource belongs. + * @param name Name of the App Service plan. + * @param workerName Name of worker machine. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return an operation on a resource. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public OperationInner recycleManagedInstanceWorker(String resourceGroupName, String name, String workerName) { + return recycleManagedInstanceWorkerWithResponse(resourceGroupName, name, workerName, Context.NONE).getValue(); + } + + /** + * Get all App Service plans for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4627,6 +5111,8 @@ private Mono> listNextSinglePageAsync(String } /** + * Get all App Service plans for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4654,6 +5140,8 @@ private Mono> listNextSinglePageAsync(String } /** + * Get all App Service plans in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4682,6 +5170,8 @@ private Mono> listByResourceGroupNextSinglePa } /** + * Get all App Service plans in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4710,6 +5200,8 @@ private Mono> listByResourceGroupNextSinglePa } /** + * Get all apps that use a Hybrid Connection in an App Service Plan. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4736,6 +5228,8 @@ private Mono> listWebAppsByHybridConnectionNextSinglePageA } /** + * Get all apps that use a Hybrid Connection in an App Service Plan. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4763,6 +5257,8 @@ private Mono> listWebAppsByHybridConnectionNextSinglePageA } /** + * Retrieve all Hybrid Connections in use in an App Service plan. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4791,6 +5287,8 @@ private Mono> listHybridConnectionsNextSing } /** + * Retrieve all Hybrid Connections in use in an App Service plan. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4819,6 +5317,8 @@ private Mono> listHybridConnectionsNextSing } /** + * Get all apps associated with an App Service plan. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4845,6 +5345,8 @@ private Mono> listWebAppsNextSinglePageAsync(String nex } /** + * Get all apps associated with an App Service plan. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4871,6 +5373,8 @@ private Mono> listWebAppsNextSinglePageAsync(String nex } /** + * Gets server farm usage information + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4897,6 +5401,8 @@ private Mono> listUsagesNextSinglePageAsync(St } /** + * Gets server farm usage information + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificateOrdersDiagnosticsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificateOrdersDiagnosticsClientImpl.java index 281a819932db..beb44dd738f9 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificateOrdersDiagnosticsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificateOrdersDiagnosticsClientImpl.java @@ -61,7 +61,7 @@ public final class CertificateOrdersDiagnosticsClientImpl implements Certificate * proxy service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientCertificateOrdersDiagnostics") public interface CertificateOrdersDiagnosticsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors") @@ -126,11 +126,11 @@ private Mono> listAppServiceCertificateOrde return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listAppServiceCertificateOrderDetectorResponse(this.client.getEndpoint(), - resourceGroupName, certificateOrderName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + resourceGroupName, certificateOrderName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -169,11 +169,12 @@ private Mono> listAppServiceCertificateOrde return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listAppServiceCertificateOrderDetectorResponse(this.client.getEndpoint(), resourceGroupName, - certificateOrderName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + certificateOrderName, this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -300,11 +301,12 @@ public Mono> getAppServiceCertificateOrderDetect return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAppServiceCertificateOrderDetectorResponse(this.client.getEndpoint(), resourceGroupName, certificateOrderName, detectorName, startTime, endTime, timeGrain, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -349,11 +351,12 @@ private Mono> getAppServiceCertificateOrderDetec return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAppServiceCertificateOrderDetectorResponse(this.client.getEndpoint(), resourceGroupName, certificateOrderName, detectorName, startTime, endTime, timeGrain, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -428,6 +431,8 @@ public DetectorResponseInner getAppServiceCertificateOrderDetectorResponse(Strin } /** + * Microsoft.CertificateRegistration to get the list of detectors for this RP. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -457,6 +462,8 @@ public DetectorResponseInner getAppServiceCertificateOrderDetectorResponse(Strin } /** + * Microsoft.CertificateRegistration to get the list of detectors for this RP. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificateRegistrationProvidersClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificateRegistrationProvidersClientImpl.java index 1564f036a82c..243625a69e47 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificateRegistrationProvidersClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificateRegistrationProvidersClientImpl.java @@ -60,7 +60,7 @@ public final class CertificateRegistrationProvidersClientImpl implements Certifi * the proxy service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientCertificateRegistrationProviders") public interface CertificateRegistrationProvidersService { @Headers({ "Content-Type: application/json" }) @Get("/providers/Microsoft.CertificateRegistration/operations") @@ -95,9 +95,10 @@ private Mono> listOperationsSinglePa return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; - return FluxUtil.withContext( - context -> service.listOperations(this.client.getEndpoint(), this.client.getApiVersion(), accept, context)) + return FluxUtil + .withContext(context -> service.listOperations(this.client.getEndpoint(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -122,9 +123,10 @@ private Mono> listOperationsSinglePa return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.listOperations(this.client.getEndpoint(), this.client.getApiVersion(), accept, context) + return service.listOperations(this.client.getEndpoint(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -196,6 +198,8 @@ public PagedIterable listOperations(Context contex } /** + * Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -223,6 +227,8 @@ private Mono> listOperationsNextSing } /** + * Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificatesClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificatesClientImpl.java index 132234ade426..70f01946c8fb 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificatesClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/CertificatesClientImpl.java @@ -69,7 +69,7 @@ public final class CertificatesClientImpl implements InnerSupportsGet> listSinglePageAsync(String filter) return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), filter, accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -197,11 +198,11 @@ private Mono> listSinglePageAsync(String filter, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), filter, - accept, context) + .list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -315,10 +316,11 @@ private Mono> listByResourceGroupSinglePageAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByResourceGroup(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -351,11 +353,12 @@ private Mono> listByResourceGroupSinglePageAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listByResourceGroup(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -457,10 +460,11 @@ public Mono> getByResourceGroupWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -495,10 +499,11 @@ private Mono> getByResourceGroupWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -592,10 +597,11 @@ public Mono> createOrUpdateWithResponseAsync(String r } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, certificateEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -637,10 +643,11 @@ private Mono> createOrUpdateWithResponseAsync(String } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, certificateEnvelope, accept, context); } /** @@ -731,10 +738,11 @@ public Mono> deleteWithResponseAsync(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -768,10 +776,11 @@ private Mono> deleteWithResponseAsync(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.delete(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -862,10 +871,11 @@ public Mono> updateWithResponseAsync(String resourceG } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.update(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, certificateEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -907,10 +917,11 @@ private Mono> updateWithResponseAsync(String resource } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.update(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), certificateEnvelope, accept, context); + apiVersion, certificateEnvelope, accept, context); } /** @@ -973,6 +984,8 @@ public CertificateInner update(String resourceGroupName, String name, } /** + * Get all certificates for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -998,6 +1011,8 @@ private Mono> listNextSinglePageAsync(String nex } /** + * Get all certificates for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1024,6 +1039,8 @@ private Mono> listNextSinglePageAsync(String nex } /** + * Get all certificates in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1051,6 +1068,8 @@ private Mono> listByResourceGroupNextSinglePageA } /** + * Get all certificates in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DeletedWebAppsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DeletedWebAppsClientImpl.java index 8249be81cbb6..c92521308bfa 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DeletedWebAppsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DeletedWebAppsClientImpl.java @@ -60,7 +60,7 @@ public final class DeletedWebAppsClientImpl implements DeletedWebAppsClient { * to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientDeletedWebApps") public interface DeletedWebAppsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites") @@ -122,10 +122,11 @@ private Mono> listSinglePageAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -152,11 +153,10 @@ private Mono> listSinglePageAsync(Context contex return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context) + return service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -246,10 +246,11 @@ private Mono> listByLocationSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByLocation(this.client.getEndpoint(), location, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -280,11 +281,12 @@ private Mono> listByLocationSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listByLocation(this.client.getEndpoint(), location, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + .listByLocation(this.client.getEndpoint(), location, this.client.getSubscriptionId(), apiVersion, accept, + context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -386,10 +388,11 @@ public Mono> getDeletedWebAppByLocationWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDeletedWebAppByLocation(this.client.getEndpoint(), location, - deletedSiteId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + deletedSiteId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -423,10 +426,11 @@ private Mono> getDeletedWebAppByLocationWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDeletedWebAppByLocation(this.client.getEndpoint(), location, deletedSiteId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -484,6 +488,8 @@ public DeletedSiteInner getDeletedWebAppByLocation(String location, String delet } /** + * Get all deleted apps for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -509,6 +515,8 @@ private Mono> listNextSinglePageAsync(String nex } /** + * Get all deleted apps for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -535,6 +543,8 @@ private Mono> listNextSinglePageAsync(String nex } /** + * Get all deleted apps for a subscription at location + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -561,6 +571,8 @@ private Mono> listByLocationNextSinglePageAsync( } /** + * Get all deleted apps for a subscription at location + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DiagnosticsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DiagnosticsClientImpl.java index e911d6a5163a..7797b59ca5c5 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DiagnosticsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DiagnosticsClientImpl.java @@ -70,7 +70,7 @@ public final class DiagnosticsClientImpl implements DiagnosticsClient { * perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientDiagnostics") public interface DiagnosticsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/detectors") @@ -401,10 +401,11 @@ Mono> listSiteDetectorsSlotNext( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHostingEnvironmentDetectorResponses(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -442,11 +443,12 @@ Mono> listSiteDetectorsSlotNext( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listHostingEnvironmentDetectorResponses(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -567,11 +569,12 @@ public Mono> getHostingEnvironmentDetectorRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getHostingEnvironmentDetectorResponse(this.client.getEndpoint(), resourceGroupName, name, detectorName, startTime, endTime, timeGrain, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -615,11 +618,11 @@ private Mono> getHostingEnvironmentDetectorRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getHostingEnvironmentDetectorResponse(this.client.getEndpoint(), resourceGroupName, name, - detectorName, startTime, endTime, timeGrain, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + detectorName, startTime, endTime, timeGrain, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -724,10 +727,11 @@ public DetectorResponseInner getHostingEnvironmentDetectorResponse(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteDetectorResponses(this.client.getEndpoint(), resourceGroupName, - siteName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -765,11 +769,12 @@ public DetectorResponseInner getHostingEnvironmentDetectorResponse(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteDetectorResponses(this.client.getEndpoint(), resourceGroupName, siteName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -886,11 +891,12 @@ public Mono> getSiteDetectorResponseWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteDetectorResponse(this.client.getEndpoint(), resourceGroupName, - siteName, detectorName, startTime, endTime, timeGrain, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + siteName, detectorName, startTime, endTime, timeGrain, this.client.getSubscriptionId(), apiVersion, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -934,11 +940,11 @@ private Mono> getSiteDetectorResponseWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteDetectorResponse(this.client.getEndpoint(), resourceGroupName, siteName, detectorName, - startTime, endTime, timeGrain, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + startTime, endTime, timeGrain, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1043,10 +1049,11 @@ public DetectorResponseInner getSiteDetectorResponse(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteDiagnosticCategories(this.client.getEndpoint(), resourceGroupName, - siteName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1084,11 +1091,12 @@ public DetectorResponseInner getSiteDetectorResponse(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteDiagnosticCategories(this.client.getEndpoint(), resourceGroupName, siteName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1205,11 +1213,11 @@ public Mono> getSiteDiagnosticCategoryWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.getSiteDiagnosticCategory(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getSiteDiagnosticCategory(this.client.getEndpoint(), resourceGroupName, + siteName, diagnosticCategory, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1250,10 +1258,11 @@ private Mono> getSiteDiagnosticCategoryWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteDiagnosticCategory(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + diagnosticCategory, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1353,10 +1362,11 @@ private Mono> listSiteAnalysesSinglePageA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteAnalyses(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + diagnosticCategory, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1399,11 +1409,12 @@ private Mono> listSiteAnalysesSinglePageA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteAnalyses(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1528,11 +1539,11 @@ public Mono> getSiteAnalysisWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteAnalysis(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, analysisName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + diagnosticCategory, analysisName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1576,10 +1587,11 @@ private Mono> getSiteAnalysisWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteAnalysis(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, - analysisName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + analysisName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1690,11 +1702,12 @@ public Mono> executeSiteAnalysisWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.executeSiteAnalysis(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, analysisName, startTime, endTime, timeGrain, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1743,11 +1756,11 @@ private Mono> executeSiteAnalysisWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.executeSiteAnalysis(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, - analysisName, startTime, endTime, timeGrain, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + analysisName, startTime, endTime, timeGrain, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1860,10 +1873,11 @@ public DiagnosticAnalysisInner executeSiteAnalysis(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteDetectors(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + diagnosticCategory, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1906,11 +1920,12 @@ private Mono> listSiteDetectorsSi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteDetectors(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2036,11 +2051,11 @@ public Mono> getSiteDetectorWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteDetector(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, detectorName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + diagnosticCategory, detectorName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2085,10 +2100,11 @@ private Mono> getSiteDetectorWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteDetector(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, - detectorName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + detectorName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2199,11 +2215,12 @@ public Mono> executeSiteDetectorWithRe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.executeSiteDetector(this.client.getEndpoint(), resourceGroupName, siteName, detectorName, diagnosticCategory, startTime, endTime, timeGrain, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2252,11 +2269,12 @@ private Mono> executeSiteDetectorWithR return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.executeSiteDetector(this.client.getEndpoint(), resourceGroupName, siteName, detectorName, - diagnosticCategory, startTime, endTime, timeGrain, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + diagnosticCategory, startTime, endTime, timeGrain, this.client.getSubscriptionId(), apiVersion, accept, + context); } /** @@ -2368,10 +2386,11 @@ public DiagnosticDetectorResponseInner executeSiteDetector(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteDetectorResponsesSlot(this.client.getEndpoint(), resourceGroupName, - siteName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -2413,11 +2432,12 @@ private Mono> listSiteDetectorResponsesSlot return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteDetectorResponsesSlot(this.client.getEndpoint(), resourceGroupName, siteName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2546,11 +2566,12 @@ public Mono> getSiteDetectorResponseSlotWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteDetectorResponseSlot(this.client.getEndpoint(), resourceGroupName, siteName, detectorName, slot, startTime, endTime, timeGrain, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2598,11 +2619,11 @@ private Mono> getSiteDetectorResponseSlotWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteDetectorResponseSlot(this.client.getEndpoint(), resourceGroupName, siteName, detectorName, - slot, startTime, endTime, timeGrain, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + slot, startTime, endTime, timeGrain, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2714,11 +2735,11 @@ public DetectorResponseInner getSiteDetectorResponseSlot(String resourceGroupNam return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.listSiteDiagnosticCategoriesSlot(this.client.getEndpoint(), resourceGroupName, - siteName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.listSiteDiagnosticCategoriesSlot(this.client.getEndpoint(), + resourceGroupName, siteName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -2760,11 +2781,12 @@ private Mono> listSiteDiagnosticCategorie return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteDiagnosticCategoriesSlot(this.client.getEndpoint(), resourceGroupName, siteName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2890,11 +2912,11 @@ public Mono> getSiteDiagnosticCategorySlotWith return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteDiagnosticCategorySlot(this.client.getEndpoint(), resourceGroupName, - siteName, diagnosticCategory, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + siteName, diagnosticCategory, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2939,10 +2961,11 @@ private Mono> getSiteDiagnosticCategorySlotWit return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteDiagnosticCategorySlot(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + diagnosticCategory, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3049,11 +3072,11 @@ private Mono> listSiteAnalysesSlotSingleP return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteAnalysesSlot(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + diagnosticCategory, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -3100,11 +3123,12 @@ private Mono> listSiteAnalysesSlotSingleP return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteAnalysesSlot(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -3239,11 +3263,11 @@ public Mono> getSiteAnalysisSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteAnalysisSlot(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, analysisName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + diagnosticCategory, analysisName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3291,10 +3315,11 @@ private Mono> getSiteAnalysisSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteAnalysisSlot(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, - analysisName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + analysisName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3412,11 +3437,12 @@ public Mono> executeSiteAnalysisSlotWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.executeSiteAnalysisSlot(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, analysisName, slot, startTime, endTime, timeGrain, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3469,11 +3495,12 @@ private Mono> executeSiteAnalysisSlotWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.executeSiteAnalysisSlot(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, analysisName, slot, startTime, endTime, timeGrain, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -3593,11 +3620,11 @@ private Mono> listSiteDetectorsSl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteDetectorsSlot(this.client.getEndpoint(), resourceGroupName, - siteName, diagnosticCategory, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + siteName, diagnosticCategory, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -3644,11 +3671,12 @@ private Mono> listSiteDetectorsSl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteDetectorsSlot(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -3784,11 +3812,11 @@ public Mono> getSiteDetectorSlotWithRe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteDetectorSlot(this.client.getEndpoint(), resourceGroupName, siteName, - diagnosticCategory, detectorName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + diagnosticCategory, detectorName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3838,10 +3866,11 @@ private Mono> getSiteDetectorSlotWithR return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteDetectorSlot(this.client.getEndpoint(), resourceGroupName, siteName, diagnosticCategory, - detectorName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + detectorName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3959,11 +3988,12 @@ public Mono> executeSiteDetectorSlotWi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.executeSiteDetectorSlot(this.client.getEndpoint(), resourceGroupName, siteName, detectorName, diagnosticCategory, slot, startTime, endTime, timeGrain, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4016,11 +4046,12 @@ private Mono> executeSiteDetectorSlotW return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.executeSiteDetectorSlot(this.client.getEndpoint(), resourceGroupName, siteName, detectorName, - diagnosticCategory, slot, startTime, endTime, timeGrain, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + diagnosticCategory, slot, startTime, endTime, timeGrain, this.client.getSubscriptionId(), apiVersion, + accept, context); } /** @@ -4101,6 +4132,8 @@ public DiagnosticDetectorResponseInner executeSiteDetectorSlot(String resourceGr } /** + * List Hosting Environment Detector Responses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4130,6 +4163,8 @@ public DiagnosticDetectorResponseInner executeSiteDetectorSlot(String resourceGr } /** + * List Hosting Environment Detector Responses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4158,6 +4193,8 @@ public DiagnosticDetectorResponseInner executeSiteDetectorSlot(String resourceGr } /** + * List Site Detector Responses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4186,6 +4223,8 @@ private Mono> listSiteDetectorResponsesNext } /** + * List Site Detector Responses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4214,6 +4253,8 @@ private Mono> listSiteDetectorResponsesNext } /** + * Get Diagnostics Categories + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4242,6 +4283,8 @@ private Mono> listSiteDetectorResponsesNext } /** + * Get Diagnostics Categories + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4270,6 +4313,8 @@ private Mono> listSiteDetectorResponsesNext } /** + * Get Site Analyses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4297,6 +4342,8 @@ private Mono> listSiteAnalysesNextSingleP } /** + * Get Site Analyses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4325,6 +4372,8 @@ private Mono> listSiteAnalysesNextSingleP } /** + * Get Detectors + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4352,6 +4401,8 @@ private Mono> listSiteDetectorsNe } /** + * Get Detectors + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4380,6 +4431,8 @@ private Mono> listSiteDetectorsNe } /** + * List Site Detector Responses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4408,6 +4461,8 @@ private Mono> listSiteDetectorsNe } /** + * List Site Detector Responses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4436,6 +4491,8 @@ private Mono> listSiteDetectorResponsesSlot } /** + * Get Diagnostics Categories + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4465,6 +4522,8 @@ private Mono> listSiteDetectorResponsesSlot } /** + * Get Diagnostics Categories + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4493,6 +4552,8 @@ private Mono> listSiteDetectorResponsesSlot } /** + * Get Site Analyses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4521,6 +4582,8 @@ private Mono> listSiteAnalysesSlotNextSin } /** + * Get Site Analyses + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4549,6 +4612,8 @@ private Mono> listSiteAnalysesSlotNextSin } /** + * Get Detectors + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -4578,6 +4643,8 @@ private Mono> listSiteAnalysesSlotNextSin } /** + * Get Detectors + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DomainRegistrationProvidersClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DomainRegistrationProvidersClientImpl.java index 91c10ff9cc92..5bd3b96ffcdc 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DomainRegistrationProvidersClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DomainRegistrationProvidersClientImpl.java @@ -60,7 +60,7 @@ public final class DomainRegistrationProvidersClientImpl implements DomainRegist * proxy service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientDomainRegistrationProviders") public interface DomainRegistrationProvidersService { @Headers({ "Content-Type: application/json" }) @Get("/providers/Microsoft.DomainRegistration/operations") @@ -95,9 +95,10 @@ private Mono> listOperationsSinglePa return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; - return FluxUtil.withContext( - context -> service.listOperations(this.client.getEndpoint(), this.client.getApiVersion(), accept, context)) + return FluxUtil + .withContext(context -> service.listOperations(this.client.getEndpoint(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -122,9 +123,10 @@ private Mono> listOperationsSinglePa return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.listOperations(this.client.getEndpoint(), this.client.getApiVersion(), accept, context) + return service.listOperations(this.client.getEndpoint(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -196,6 +198,8 @@ public PagedIterable listOperations(Context contex } /** + * Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -223,6 +227,8 @@ private Mono> listOperationsNextSing } /** + * Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DomainsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DomainsClientImpl.java index 4407f4f68889..e637211f41f2 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DomainsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/DomainsClientImpl.java @@ -82,7 +82,7 @@ public final class DomainsClientImpl implements InnerSupportsGet, I * perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientDomains") public interface DomainsService { @Headers({ "Content-Type: application/json" }) @Post("/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability") @@ -292,10 +292,11 @@ Mono> listOwnershipIdentifiersNext } else { identifier.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.checkAvailability(this.client.getEndpoint(), - this.client.getSubscriptionId(), this.client.getApiVersion(), identifier, accept, context)) + this.client.getSubscriptionId(), apiVersion, identifier, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -327,10 +328,11 @@ Mono> listOwnershipIdentifiersNext } else { identifier.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.checkAvailability(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), identifier, accept, context); + return service.checkAvailability(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + identifier, accept, context); } /** @@ -402,10 +404,11 @@ private Mono> listSinglePageAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -432,11 +435,10 @@ private Mono> listSinglePageAsync(Context context) { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context) + return service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -522,10 +524,11 @@ public Mono> getControlCenterSsoReq return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getControlCenterSsoRequest(this.client.getEndpoint(), - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -552,10 +555,11 @@ public Mono> getControlCenterSsoReq return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getControlCenterSsoRequest(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -630,10 +634,11 @@ public DomainControlCenterSsoRequestInner getControlCenterSsoRequest() { } else { parameters.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listRecommendations(this.client.getEndpoint(), - this.client.getSubscriptionId(), this.client.getApiVersion(), parameters, accept, context)) + this.client.getSubscriptionId(), apiVersion, parameters, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -668,11 +673,12 @@ public DomainControlCenterSsoRequestInner getControlCenterSsoRequest() { } else { parameters.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listRecommendations(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), parameters, accept, context) + .listRecommendations(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, parameters, + accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -772,10 +778,11 @@ private Mono> listByResourceGroupSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByResourceGroup(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -808,11 +815,12 @@ private Mono> listByResourceGroupSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listByResourceGroup(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -915,10 +923,11 @@ public Mono> getByResourceGroupWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -953,10 +962,11 @@ private Mono> getByResourceGroupWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1049,10 +1059,11 @@ public Mono>> createOrUpdateWithResponseAsync(String r } else { domain.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), domain, accept, context)) + this.client.getSubscriptionId(), apiVersion, domain, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1093,10 +1104,11 @@ private Mono>> createOrUpdateWithResponseAsync(String } else { domain.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), domain, accept, context); + this.client.getSubscriptionId(), apiVersion, domain, accept, context); } /** @@ -1293,10 +1305,11 @@ public Mono> deleteWithResponseAsync(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, domainName, - forceHardDeleteDomain, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + forceHardDeleteDomain, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1333,10 +1346,11 @@ private Mono> deleteWithResponseAsync(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.delete(this.client.getEndpoint(), resourceGroupName, domainName, forceHardDeleteDomain, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1432,10 +1446,11 @@ public Mono> updateWithResponseAsync(String resourceGroupN } else { domain.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.update(this.client.getEndpoint(), resourceGroupName, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), domain, accept, context)) + this.client.getSubscriptionId(), apiVersion, domain, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1476,10 +1491,11 @@ private Mono> updateWithResponseAsync(String resourceGroup } else { domain.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.update(this.client.getEndpoint(), resourceGroupName, domainName, this.client.getSubscriptionId(), - this.client.getApiVersion(), domain, accept, context); + apiVersion, domain, accept, context); } /** @@ -1570,10 +1586,11 @@ public DomainInner update(String resourceGroupName, String domainName, DomainPat return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listOwnershipIdentifiers(this.client.getEndpoint(), resourceGroupName, - domainName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + domainName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1611,11 +1628,12 @@ public DomainInner update(String resourceGroupName, String domainName, DomainPat return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listOwnershipIdentifiers(this.client.getEndpoint(), resourceGroupName, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1730,10 +1748,11 @@ public PagedIterable listOwnershipIdentifiers(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, - domainName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + domainName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1772,10 +1791,11 @@ private Mono> getOwnershipIdentifierWit return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, domainName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1880,10 +1900,11 @@ public Mono> createOrUpdateOwnershipIde } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateOwnershipIdentifier(this.client.getEndpoint(), - resourceGroupName, domainName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), + resourceGroupName, domainName, name, this.client.getSubscriptionId(), apiVersion, domainOwnershipIdentifier, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1932,10 +1953,11 @@ private Mono> createOrUpdateOwnershipId } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, domainName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), domainOwnershipIdentifier, accept, context); + this.client.getSubscriptionId(), apiVersion, domainOwnershipIdentifier, accept, context); } /** @@ -2040,10 +2062,11 @@ public Mono> deleteOwnershipIdentifierWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, - domainName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + domainName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2082,10 +2105,11 @@ private Mono> deleteOwnershipIdentifierWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, domainName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2187,11 +2211,12 @@ public Mono> updateOwnershipIdentifierW } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.updateOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, - domainName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), - domainOwnershipIdentifier, accept, context)) + .withContext( + context -> service.updateOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, domainName, + name, this.client.getSubscriptionId(), apiVersion, domainOwnershipIdentifier, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2239,10 +2264,11 @@ private Mono> updateOwnershipIdentifier } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, domainName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), domainOwnershipIdentifier, accept, context); + this.client.getSubscriptionId(), apiVersion, domainOwnershipIdentifier, accept, context); } /** @@ -2341,10 +2367,11 @@ public Mono> renewWithResponseAsync(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.renew(this.client.getEndpoint(), resourceGroupName, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2378,10 +2405,11 @@ private Mono> renewWithResponseAsync(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.renew(this.client.getEndpoint(), resourceGroupName, domainName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -2463,10 +2491,11 @@ public Mono> transferOutWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.transferOut(this.client.getEndpoint(), resourceGroupName, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2500,10 +2529,11 @@ private Mono> transferOutWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.transferOut(this.client.getEndpoint(), resourceGroupName, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2557,6 +2587,8 @@ public DomainInner transferOut(String resourceGroupName, String domainName) { } /** + * Get all domains in a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2582,6 +2614,8 @@ private Mono> listNextSinglePageAsync(String nextLink } /** + * Get all domains in a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2608,6 +2642,8 @@ private Mono> listNextSinglePageAsync(String nextLink } /** + * Get domain name recommendations based on keywords. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2636,6 +2672,8 @@ private Mono> listRecommendationsNextSinglePa } /** + * Get domain name recommendations based on keywords. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2664,6 +2702,8 @@ private Mono> listRecommendationsNextSinglePa } /** + * Get all domains in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2691,6 +2731,8 @@ private Mono> listByResourceGroupNextSinglePageAsync( } /** + * Get all domains in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2717,6 +2759,8 @@ private Mono> listByResourceGroupNextSinglePageAsync( } /** + * Lists domain ownership identifiers. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2746,6 +2790,8 @@ private Mono> listByResourceGroupNextSinglePageAsync( } /** + * Lists domain ownership identifiers. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/GetUsagesInLocationsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/GetUsagesInLocationsClientImpl.java index 6776ecb91779..7901764ef74e 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/GetUsagesInLocationsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/GetUsagesInLocationsClientImpl.java @@ -60,7 +60,7 @@ public final class GetUsagesInLocationsClientImpl implements GetUsagesInLocation * service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientGetUsagesInLocations") public interface GetUsagesInLocationsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/usages") @@ -102,10 +102,11 @@ private Mono> listSinglePageAsync(String locat return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.list(this.client.getEndpoint(), location, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -136,11 +137,11 @@ private Mono> listSinglePageAsync(String locat return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .list(this.client.getEndpoint(), location, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context) + .list(this.client.getEndpoint(), location, this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -213,6 +214,8 @@ public PagedIterable list(String location, Context context) } /** + * Lists subscription core usages for all skus used in a location, for a given type of quota. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -238,6 +241,8 @@ private Mono> listNextSinglePageAsync(String n } /** + * Lists subscription core usages for all skus used in a location, for a given type of quota. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/GlobalsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/GlobalsClientImpl.java index daa0aef956ec..666dd83edf6c 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/GlobalsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/GlobalsClientImpl.java @@ -56,7 +56,7 @@ public final class GlobalsClientImpl implements GlobalsClient { * perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientGlobals") public interface GlobalsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}") @@ -108,10 +108,11 @@ public Mono> getDeletedWebAppWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDeletedWebApp(this.client.getEndpoint(), deletedSiteId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -140,10 +141,11 @@ private Mono> getDeletedWebAppWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDeletedWebApp(this.client.getEndpoint(), deletedSiteId, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -219,10 +221,11 @@ public Mono>> getDeletedWebAppSnapshotsWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDeletedWebAppSnapshots(this.client.getEndpoint(), deletedSiteId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -252,10 +255,11 @@ private Mono>> getDeletedWebAppSnapshotsWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDeletedWebAppSnapshots(this.client.getEndpoint(), deletedSiteId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -337,10 +341,11 @@ public Mono> getSubscriptionOperationWithAsyncResponseWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSubscriptionOperationWithAsyncResponse(this.client.getEndpoint(), - location, operationId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + location, operationId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -374,10 +379,11 @@ private Mono> getSubscriptionOperationWithAsyncResponseWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSubscriptionOperationWithAsyncResponse(this.client.getEndpoint(), location, operationId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/KubeEnvironmentsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/KubeEnvironmentsClientImpl.java index 726d67f4941a..6ab59ff44efa 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/KubeEnvironmentsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/KubeEnvironmentsClientImpl.java @@ -74,7 +74,7 @@ public final class KubeEnvironmentsClientImpl implements InnerSupportsGet> listSinglePageAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -199,11 +200,10 @@ private Mono> listSinglePageAsync(Context co return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context) + return service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -296,10 +296,11 @@ private Mono> listByResourceGroupSinglePageA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByResourceGroup(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -333,11 +334,12 @@ private Mono> listByResourceGroupSinglePageA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listByResourceGroup(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -441,10 +443,11 @@ public Mono> getByResourceGroupWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -480,10 +483,11 @@ private Mono> getByResourceGroupWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -579,10 +583,11 @@ public Mono>> createOrUpdateWithResponseAsync(String r } else { kubeEnvironmentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), kubeEnvironmentEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, kubeEnvironmentEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -625,10 +630,11 @@ private Mono>> createOrUpdateWithResponseAsync(String } else { kubeEnvironmentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), kubeEnvironmentEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, kubeEnvironmentEnvelope, accept, context); } /** @@ -831,10 +837,11 @@ public Mono>> deleteWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -869,10 +876,11 @@ private Mono>> deleteWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.delete(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -1057,10 +1065,11 @@ public Mono> updateWithResponseAsync(String resou } else { kubeEnvironmentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.update(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), kubeEnvironmentEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, kubeEnvironmentEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1103,10 +1112,11 @@ private Mono> updateWithResponseAsync(String reso } else { kubeEnvironmentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.update(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), kubeEnvironmentEnvelope, accept, context); + apiVersion, kubeEnvironmentEnvelope, accept, context); } /** @@ -1170,6 +1180,8 @@ public KubeEnvironmentInner update(String resourceGroupName, String name, } /** + * Get all Kubernetes Environments for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1198,6 +1210,8 @@ private Mono> listBySubscriptionNextSinglePa } /** + * Get all Kubernetes Environments for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1226,6 +1240,8 @@ private Mono> listBySubscriptionNextSinglePa } /** + * Get all the Kubernetes Environments in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1254,6 +1270,8 @@ private Mono> listByResourceGroupNextSingleP } /** + * Get all the Kubernetes Environments in a resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ProvidersClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ProvidersClientImpl.java index 3094d177c114..5e4f70ca244d 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ProvidersClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ProvidersClientImpl.java @@ -68,7 +68,7 @@ public final class ProvidersClientImpl implements ProvidersClient { * perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientProviders") public interface ProvidersService { @Headers({ "Content-Type: application/json" }) @Get("/providers/Microsoft.Web/availableStacks") @@ -202,10 +202,11 @@ Mono> getAvailableStacksOnPremNext( return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getAvailableStacks(this.client.getEndpoint(), osTypeSelected, - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getAvailableStacks(this.client.getEndpoint(), osTypeSelected, apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -231,10 +232,10 @@ Mono> getAvailableStacksOnPremNext( return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .getAvailableStacks(this.client.getEndpoint(), osTypeSelected, this.client.getApiVersion(), accept, context) + return service.getAvailableStacks(this.client.getEndpoint(), osTypeSelected, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -343,10 +344,11 @@ public PagedIterable getAvailableStacks(ProviderO return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getFunctionAppStacks(this.client.getEndpoint(), stackOsType, - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getFunctionAppStacks(this.client.getEndpoint(), stackOsType, apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -372,10 +374,10 @@ public PagedIterable getAvailableStacks(ProviderO return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .getFunctionAppStacks(this.client.getEndpoint(), stackOsType, this.client.getApiVersion(), accept, context) + return service.getFunctionAppStacks(this.client.getEndpoint(), stackOsType, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -487,10 +489,11 @@ private Mono> getFunctionAppStacksForLocati if (location == null) { return Mono.error(new IllegalArgumentException("Parameter location is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getFunctionAppStacksForLocation(this.client.getEndpoint(), location, - stackOsType, this.client.getApiVersion(), accept, context)) + stackOsType, apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -520,11 +523,12 @@ private Mono> getFunctionAppStacksForLocati if (location == null) { return Mono.error(new IllegalArgumentException("Parameter location is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .getFunctionAppStacksForLocation(this.client.getEndpoint(), location, stackOsType, - this.client.getApiVersion(), accept, context) + .getFunctionAppStacksForLocation(this.client.getEndpoint(), location, stackOsType, apiVersion, accept, + context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -644,10 +648,11 @@ private Mono> getWebAppStacksForLocationSinglePa if (location == null) { return Mono.error(new IllegalArgumentException("Parameter location is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getWebAppStacksForLocation(this.client.getEndpoint(), location, stackOsType, - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -676,11 +681,11 @@ private Mono> getWebAppStacksForLocationSinglePa if (location == null) { return Mono.error(new IllegalArgumentException("Parameter location is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .getWebAppStacksForLocation(this.client.getEndpoint(), location, stackOsType, this.client.getApiVersion(), - accept, context) + .getWebAppStacksForLocation(this.client.getEndpoint(), location, stackOsType, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -795,9 +800,10 @@ private Mono> listOperationsSinglePa return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; - return FluxUtil.withContext( - context -> service.listOperations(this.client.getEndpoint(), this.client.getApiVersion(), accept, context)) + return FluxUtil + .withContext(context -> service.listOperations(this.client.getEndpoint(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -822,9 +828,10 @@ private Mono> listOperationsSinglePa return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.listOperations(this.client.getEndpoint(), this.client.getApiVersion(), accept, context) + return service.listOperations(this.client.getEndpoint(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -912,10 +919,11 @@ private Mono> getWebAppStacksSinglePageAsync(Pro return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getWebAppStacks(this.client.getEndpoint(), stackOsType, - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.getWebAppStacks(this.client.getEndpoint(), stackOsType, apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -940,10 +948,10 @@ private Mono> getWebAppStacksSinglePageAsync(Pro return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .getWebAppStacks(this.client.getEndpoint(), stackOsType, this.client.getApiVersion(), accept, context) + return service.getWebAppStacks(this.client.getEndpoint(), stackOsType, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1054,10 +1062,11 @@ public PagedIterable getWebAppStacks(ProviderStackOsType stack return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.list(this.client.getEndpoint(), osTypeSelected, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1087,11 +1096,12 @@ public PagedIterable getWebAppStacks(ProviderStackOsType stack return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .list(this.client.getEndpoint(), osTypeSelected, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + .list(this.client.getEndpoint(), osTypeSelected, this.client.getSubscriptionId(), apiVersion, accept, + context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1180,6 +1190,8 @@ public PagedIterable list(ProviderOsTypeSelected } /** + * Get available application frameworks and their versions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1208,6 +1220,8 @@ private Mono> getAvailableStacksNex } /** + * Get available application frameworks and their versions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1236,6 +1250,8 @@ private Mono> getAvailableStacksNex } /** + * Get available Function app frameworks and their versions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1264,6 +1280,8 @@ private Mono> getFunctionAppStacksNextSingl } /** + * Get available Function app frameworks and their versions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1292,6 +1310,8 @@ private Mono> getFunctionAppStacksNextSingl } /** + * Get available Function app frameworks and their versions for location + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1321,6 +1341,8 @@ private Mono> getFunctionAppStacksNextSingl } /** + * Get available Function app frameworks and their versions for location + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1349,6 +1371,8 @@ private Mono> getFunctionAppStacksNextSingl } /** + * Get available Web app frameworks and their versions for location + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1376,6 +1400,8 @@ private Mono> getWebAppStacksForLocationNextSing } /** + * Get available Web app frameworks and their versions for location + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1403,6 +1429,8 @@ private Mono> getWebAppStacksForLocationNextSing } /** + * Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1430,6 +1458,8 @@ private Mono> listOperationsNextSing } /** + * Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1458,6 +1488,8 @@ private Mono> listOperationsNextSing } /** + * Get available Web app frameworks and their versions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1484,6 +1516,8 @@ private Mono> getWebAppStacksNextSinglePageAsync } /** + * Get available Web app frameworks and their versions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1510,6 +1544,8 @@ private Mono> getWebAppStacksNextSinglePageAsync } /** + * Get available application frameworks and their versions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1539,6 +1575,8 @@ private Mono> getWebAppStacksNextSinglePageAsync } /** + * Get available application frameworks and their versions + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/RecommendationsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/RecommendationsClientImpl.java index 36e80625d389..f9c17b6cdc37 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/RecommendationsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/RecommendationsClientImpl.java @@ -62,7 +62,7 @@ public final class RecommendationsClientImpl implements RecommendationsClient { * service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientRecommendations") public interface RecommendationsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations") @@ -278,10 +278,11 @@ private Mono> listSinglePageAsync(Boolean fea return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.list(this.client.getEndpoint(), featured, this.client.getSubscriptionId(), - this.client.getApiVersion(), filter, accept, context)) + apiVersion, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -314,11 +315,12 @@ private Mono> listSinglePageAsync(Boolean fea return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .list(this.client.getEndpoint(), featured, this.client.getSubscriptionId(), this.client.getApiVersion(), - filter, accept, context) + .list(this.client.getEndpoint(), featured, this.client.getSubscriptionId(), apiVersion, filter, accept, + context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -439,10 +441,11 @@ public Mono> resetAllFiltersWithResponseAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.resetAllFilters(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -467,10 +470,11 @@ private Mono> resetAllFiltersWithResponseAsync(Context context) { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.resetAllFilters(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + return service.resetAllFilters(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, + context); } /** @@ -540,10 +544,11 @@ public Mono> disableRecommendationForSubscriptionWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.disableRecommendationForSubscription(this.client.getEndpoint(), name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -572,10 +577,11 @@ private Mono> disableRecommendationForSubscriptionWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.disableRecommendationForSubscription(this.client.getEndpoint(), name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -662,11 +668,12 @@ private Mono> listHistoryForHostingEnvironmen return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHistoryForHostingEnvironment(this.client.getEndpoint(), - resourceGroupName, hostingEnvironmentName, expiredOnly, this.client.getSubscriptionId(), - this.client.getApiVersion(), filter, accept, context)) + resourceGroupName, hostingEnvironmentName, expiredOnly, this.client.getSubscriptionId(), apiVersion, + filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -709,11 +716,12 @@ private Mono> listHistoryForHostingEnvironmen return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listHistoryForHostingEnvironment(this.client.getEndpoint(), resourceGroupName, hostingEnvironmentName, - expiredOnly, this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context) + expiredOnly, this.client.getSubscriptionId(), apiVersion, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -873,11 +881,12 @@ private Mono> listRecommendedRulesForHostingE return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listRecommendedRulesForHostingEnvironment(this.client.getEndpoint(), - resourceGroupName, hostingEnvironmentName, featured, this.client.getSubscriptionId(), - this.client.getApiVersion(), filter, accept, context)) + resourceGroupName, hostingEnvironmentName, featured, this.client.getSubscriptionId(), apiVersion, + filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -919,12 +928,12 @@ private Mono> listRecommendedRulesForHostingE return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listRecommendedRulesForHostingEnvironment(this.client.getEndpoint(), resourceGroupName, - hostingEnvironmentName, featured, this.client.getSubscriptionId(), this.client.getApiVersion(), filter, - accept, context) + hostingEnvironmentName, featured, this.client.getSubscriptionId(), apiVersion, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1082,11 +1091,12 @@ public Mono> disableAllForHostingEnvironmentWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.disableAllForHostingEnvironment(this.client.getEndpoint(), - resourceGroupName, environmentName, hostingEnvironmentName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + resourceGroupName, environmentName, hostingEnvironmentName, this.client.getSubscriptionId(), apiVersion, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1127,10 +1137,11 @@ private Mono> disableAllForHostingEnvironmentWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.disableAllForHostingEnvironment(this.client.getEndpoint(), resourceGroupName, environmentName, - hostingEnvironmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + hostingEnvironmentName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1229,11 +1240,12 @@ public Mono> resetAllFiltersForHostingEnvironmentWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.resetAllFiltersForHostingEnvironment(this.client.getEndpoint(), - resourceGroupName, environmentName, hostingEnvironmentName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + resourceGroupName, environmentName, hostingEnvironmentName, this.client.getSubscriptionId(), apiVersion, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1274,11 +1286,11 @@ private Mono> resetAllFiltersForHostingEnvironmentWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.resetAllFiltersForHostingEnvironment(this.client.getEndpoint(), resourceGroupName, - environmentName, hostingEnvironmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + environmentName, hostingEnvironmentName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1382,11 +1394,12 @@ public Mono> getRuleDetailsByHostingEnvironmen return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getRuleDetailsByHostingEnvironment(this.client.getEndpoint(), resourceGroupName, hostingEnvironmentName, name, updateSeen, recommendationId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1432,11 +1445,12 @@ private Mono> getRuleDetailsByHostingEnvironme return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getRuleDetailsByHostingEnvironment(this.client.getEndpoint(), resourceGroupName, - hostingEnvironmentName, name, updateSeen, recommendationId, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + hostingEnvironmentName, name, updateSeen, recommendationId, this.client.getSubscriptionId(), apiVersion, + accept, context); } /** @@ -1549,11 +1563,12 @@ public Mono> disableRecommendationForHostingEnvironmentWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.disableRecommendationForHostingEnvironment(this.client.getEndpoint(), resourceGroupName, environmentName, name, hostingEnvironmentName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1598,11 +1613,12 @@ private Mono> disableRecommendationForHostingEnvironmentWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.disableRecommendationForHostingEnvironment(this.client.getEndpoint(), resourceGroupName, - environmentName, name, hostingEnvironmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + environmentName, name, hostingEnvironmentName, this.client.getSubscriptionId(), apiVersion, accept, + context); } /** @@ -1703,10 +1719,11 @@ private Mono> listHistoryForWebAppSinglePageA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHistoryForWebApp(this.client.getEndpoint(), resourceGroupName, siteName, - expiredOnly, this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context)) + expiredOnly, this.client.getSubscriptionId(), apiVersion, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1748,11 +1765,12 @@ private Mono> listHistoryForWebAppSinglePageA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listHistoryForWebApp(this.client.getEndpoint(), resourceGroupName, siteName, expiredOnly, - this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context) + this.client.getSubscriptionId(), apiVersion, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1907,11 +1925,11 @@ private Mono> listRecommendedRulesForWebAppSi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.listRecommendedRulesForWebApp(this.client.getEndpoint(), resourceGroupName, siteName, - featured, this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context)) + .withContext(context -> service.listRecommendedRulesForWebApp(this.client.getEndpoint(), resourceGroupName, + siteName, featured, this.client.getSubscriptionId(), apiVersion, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1952,11 +1970,12 @@ private Mono> listRecommendedRulesForWebAppSi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listRecommendedRulesForWebApp(this.client.getEndpoint(), resourceGroupName, siteName, featured, - this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context) + this.client.getSubscriptionId(), apiVersion, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2104,10 +2123,11 @@ public Mono> disableAllForWebAppWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.disableAllForWebApp(this.client.getEndpoint(), resourceGroupName, siteName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2142,10 +2162,11 @@ private Mono> disableAllForWebAppWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.disableAllForWebApp(this.client.getEndpoint(), resourceGroupName, siteName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2228,10 +2249,11 @@ public Mono> resetAllFiltersForWebAppWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.resetAllFiltersForWebApp(this.client.getEndpoint(), resourceGroupName, - siteName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2266,10 +2288,11 @@ private Mono> resetAllFiltersForWebAppWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.resetAllFiltersForWebApp(this.client.getEndpoint(), resourceGroupName, siteName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2363,11 +2386,12 @@ public Mono> getRuleDetailsByWebAppWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getRuleDetailsByWebApp(this.client.getEndpoint(), resourceGroupName, - siteName, name, updateSeen, recommendationId, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.getRuleDetailsByWebApp(this.client.getEndpoint(), resourceGroupName, siteName, name, + updateSeen, recommendationId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2411,10 +2435,11 @@ private Mono> getRuleDetailsByWebAppWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getRuleDetailsByWebApp(this.client.getEndpoint(), resourceGroupName, siteName, name, updateSeen, - recommendationId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + recommendationId, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2520,10 +2545,11 @@ public Mono> disableRecommendationForSiteWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.disableRecommendationForSite(this.client.getEndpoint(), resourceGroupName, - siteName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2562,10 +2588,11 @@ private Mono> disableRecommendationForSiteWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.disableRecommendationForSite(this.client.getEndpoint(), resourceGroupName, siteName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2625,6 +2652,8 @@ public void disableRecommendationForSite(String resourceGroupName, String siteNa } /** + * List all recommendations for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2650,6 +2679,8 @@ private Mono> listNextSinglePageAsync(String } /** + * List all recommendations for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2676,6 +2707,8 @@ private Mono> listNextSinglePageAsync(String } /** + * Get past recommendations for an app, optionally specified by the time range. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2704,6 +2737,8 @@ private Mono> listNextSinglePageAsync(String } /** + * Get past recommendations for an app, optionally specified by the time range. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2731,6 +2766,8 @@ private Mono> listNextSinglePageAsync(String } /** + * Get all recommendations for a hosting environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2759,6 +2796,8 @@ private Mono> listNextSinglePageAsync(String } /** + * Get all recommendations for a hosting environment. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2787,6 +2826,8 @@ private Mono> listNextSinglePageAsync(String } /** + * Get past recommendations for an app, optionally specified by the time range. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2814,6 +2855,8 @@ private Mono> listHistoryForWebAppNextSingleP } /** + * Get past recommendations for an app, optionally specified by the time range. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2841,6 +2884,8 @@ private Mono> listHistoryForWebAppNextSingleP } /** + * Get all recommendations for an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2867,6 +2912,8 @@ private Mono> listRecommendedRulesForWebAppNe } /** + * Get all recommendations for an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ResourceHealthMetadatasClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ResourceHealthMetadatasClientImpl.java index 135ea56c62ed..092927ad260f 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ResourceHealthMetadatasClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ResourceHealthMetadatasClientImpl.java @@ -62,7 +62,7 @@ public final class ResourceHealthMetadatasClientImpl * proxy service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientResourceHealthMetadatas") public interface ResourceHealthMetadatasService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata") @@ -170,10 +170,11 @@ private Mono> listSinglePageAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -201,11 +202,10 @@ private Mono> listSinglePageAsync(Con return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context) + return service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -298,10 +298,11 @@ public PagedIterable list(Context context) { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByResourceGroup(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -335,11 +336,12 @@ public PagedIterable list(Context context) { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listByResourceGroup(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -443,10 +445,11 @@ private Mono> listBySiteSinglePageAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listBySite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -484,11 +487,12 @@ private Mono> listBySiteSinglePageAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listBySite(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + .listBySite(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, + accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -598,10 +602,11 @@ public Mono> getBySiteWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBySite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -637,10 +642,11 @@ private Mono> getBySiteWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getBySite(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -731,10 +737,11 @@ private Mono> listBySiteSlotSinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listBySiteSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -776,11 +783,12 @@ private Mono> listBySiteSlotSinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listBySiteSlot(this.client.getEndpoint(), resourceGroupName, name, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -900,10 +908,11 @@ public Mono> getBySiteSlotWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBySiteSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -943,10 +952,11 @@ private Mono> getBySiteSlotWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getBySiteSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1007,6 +1017,8 @@ public ResourceHealthMetadataInner getBySiteSlot(String resourceGroupName, Strin } /** + * List all ResourceHealthMetadata for all sites in the subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1033,6 +1045,8 @@ private Mono> listNextSinglePageAsync } /** + * List all ResourceHealthMetadata for all sites in the subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1060,6 +1074,8 @@ private Mono> listNextSinglePageAsync } /** + * List all ResourceHealthMetadata for all sites in the resource group in the subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1088,6 +1104,8 @@ private Mono> listByResourceGroupNext } /** + * List all ResourceHealthMetadata for all sites in the resource group in the subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1116,6 +1134,8 @@ private Mono> listByResourceGroupNext } /** + * Gets the category of ResourceHealthMetadata to use for the given site as a collection + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1143,6 +1163,8 @@ private Mono> listBySiteNextSinglePag } /** + * Gets the category of ResourceHealthMetadata to use for the given site as a collection + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1171,6 +1193,8 @@ private Mono> listBySiteNextSinglePag } /** + * Gets the category of ResourceHealthMetadata to use for the given site as a collection + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1198,6 +1222,8 @@ private Mono> listBySiteSlotNextSingl } /** + * Gets the category of ResourceHealthMetadata to use for the given site as a collection + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ResourceProvidersClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ResourceProvidersClientImpl.java index 030f2529bf69..f9592e2de7e6 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ResourceProvidersClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/ResourceProvidersClientImpl.java @@ -89,7 +89,7 @@ public final class ResourceProvidersClientImpl implements ResourceProvidersClien * service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientResourceProviders") public interface ResourceProvidersService { @Headers({ "Content-Type: application/json" }) @Get("/providers/Microsoft.Web/publishingUsers/web") @@ -180,6 +180,7 @@ Mono> listGeoRegions(@HostParam("$host") String en @QueryParam("sku") SkuName sku, @QueryParam("linuxWorkersEnabled") Boolean linuxWorkersEnabled, @QueryParam("xenonWorkersEnabled") Boolean xenonWorkersEnabled, @QueryParam("linuxDynamicWorkersEnabled") Boolean linuxDynamicWorkersEnabled, + @QueryParam("customModeWorkersEnabled ") Boolean customModeWorkersEnabled, @PathParam("subscriptionId") String subscriptionId, @QueryParam("api-version") String apiVersion, @HeaderParam("Accept") String accept, Context context); @@ -330,10 +331,10 @@ public Mono> getPublishingUserWithResponseAsync() { return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getPublishingUser(this.client.getEndpoint(), this.client.getApiVersion(), - accept, context)) + .withContext(context -> service.getPublishingUser(this.client.getEndpoint(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -355,9 +356,10 @@ private Mono> getPublishingUserWithResponseAsync(Context con return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.getPublishingUser(this.client.getEndpoint(), this.client.getApiVersion(), accept, context); + return service.getPublishingUser(this.client.getEndpoint(), apiVersion, accept, context); } /** @@ -427,10 +429,11 @@ public Mono> updatePublishingUserWithResponseAsync(UserInner } else { userDetails.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.updatePublishingUser(this.client.getEndpoint(), this.client.getApiVersion(), - userDetails, accept, context)) + .withContext(context -> service.updatePublishingUser(this.client.getEndpoint(), apiVersion, userDetails, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -458,10 +461,10 @@ private Mono> updatePublishingUserWithResponseAsync(UserInne } else { userDetails.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.updatePublishingUser(this.client.getEndpoint(), this.client.getApiVersion(), userDetails, accept, - context); + return service.updatePublishingUser(this.client.getEndpoint(), apiVersion, userDetails, accept, context); } /** @@ -528,10 +531,10 @@ private Mono> listSourceControlsSinglePageAsyn return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.listSourceControls(this.client.getEndpoint(), this.client.getApiVersion(), - accept, context)) + .withContext(context -> service.listSourceControls(this.client.getEndpoint(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -554,9 +557,10 @@ private Mono> listSourceControlsSinglePageAsyn return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.listSourceControls(this.client.getEndpoint(), this.client.getApiVersion(), accept, context) + return service.listSourceControls(this.client.getEndpoint(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -644,10 +648,11 @@ public Mono> getSourceControlWithResponseAsync(Stri return Mono .error(new IllegalArgumentException("Parameter sourceControlType is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getSourceControl(this.client.getEndpoint(), sourceControlType, - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getSourceControl(this.client.getEndpoint(), sourceControlType, apiVersion, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -674,10 +679,10 @@ private Mono> getSourceControlWithResponseAsync(Str return Mono .error(new IllegalArgumentException("Parameter sourceControlType is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.getSourceControl(this.client.getEndpoint(), sourceControlType, this.client.getApiVersion(), - accept, context); + return service.getSourceControl(this.client.getEndpoint(), sourceControlType, apiVersion, accept, context); } /** @@ -757,10 +762,11 @@ public Mono> updateSourceControlWithResponseAsync(S } else { requestMessage.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateSourceControl(this.client.getEndpoint(), sourceControlType, - this.client.getApiVersion(), requestMessage, accept, context)) + apiVersion, requestMessage, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -793,10 +799,11 @@ private Mono> updateSourceControlWithResponseAsync( } else { requestMessage.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.updateSourceControl(this.client.getEndpoint(), sourceControlType, this.client.getApiVersion(), - requestMessage, accept, context); + return service.updateSourceControl(this.client.getEndpoint(), sourceControlType, apiVersion, requestMessage, + accept, context); } /** @@ -876,10 +883,11 @@ private Mono> listSinglePageAsync(String billin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.list(this.client.getEndpoint(), billingLocation, osType, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -909,11 +917,12 @@ private Mono> listSinglePageAsync(String billin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .list(this.client.getEndpoint(), billingLocation, osType, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + .list(this.client.getEndpoint(), billingLocation, osType, this.client.getSubscriptionId(), apiVersion, + accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1034,10 +1043,11 @@ public PagedIterable list(String billingLocation, String osTy } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.checkNameAvailability(this.client.getEndpoint(), - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1070,10 +1080,11 @@ public PagedIterable list(String billingLocation, String osTy } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.checkNameAvailability(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), request, accept, context); + return service.checkNameAvailability(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + request, accept, context); } /** @@ -1146,10 +1157,11 @@ private Mono> listCustomHostnameSitesSin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listCustomHostnameSites(this.client.getEndpoint(), - this.client.getSubscriptionId(), hostname, this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), hostname, apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1177,11 +1189,12 @@ private Mono> listCustomHostnameSitesSin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listCustomHostnameSites(this.client.getEndpoint(), this.client.getSubscriptionId(), hostname, - this.client.getApiVersion(), accept, context) + .listCustomHostnameSites(this.client.getEndpoint(), this.client.getSubscriptionId(), hostname, apiVersion, + accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1279,10 +1292,11 @@ public Mono> getSubscriptionDeploymentLocatio return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSubscriptionDeploymentLocations(this.client.getEndpoint(), - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1309,10 +1323,11 @@ public Mono> getSubscriptionDeploymentLocatio return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSubscriptionDeploymentLocations(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -1381,10 +1396,11 @@ private Mono> listAseRegionsSinglePageAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listAseRegions(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1411,11 +1427,11 @@ private Mono> listAseRegionsSinglePageAsync(Contex return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listAseRegions(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context) + .listAseRegions(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1494,6 +1510,8 @@ public PagedIterable listAseRegions(Context context) { * support Xenon workers. * @param linuxDynamicWorkersEnabled Specify <code>true</code> if you want to filter to only regions * that support Linux Consumption Workers. + * @param customModeWorkersEnabled Specify <code>true</code> if you want to filter to only regions that + * support App Service Plans with <code>IsCustomMode</code> set to <code>true</code>. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1502,7 +1520,7 @@ public PagedIterable listAseRegions(Context context) { */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listGeoRegionsSinglePageAsync(SkuName sku, Boolean linuxWorkersEnabled, - Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled) { + Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled, Boolean customModeWorkersEnabled) { if (this.client.getEndpoint() == null) { return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); @@ -1511,11 +1529,12 @@ private Mono> listGeoRegionsSinglePageAsync(SkuNam return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listGeoRegions(this.client.getEndpoint(), sku, linuxWorkersEnabled, - xenonWorkersEnabled, linuxDynamicWorkersEnabled, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + xenonWorkersEnabled, linuxDynamicWorkersEnabled, customModeWorkersEnabled, + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1533,6 +1552,8 @@ private Mono> listGeoRegionsSinglePageAsync(SkuNam * support Xenon workers. * @param linuxDynamicWorkersEnabled Specify <code>true</code> if you want to filter to only regions * that support Linux Consumption Workers. + * @param customModeWorkersEnabled Specify <code>true</code> if you want to filter to only regions that + * support App Service Plans with <code>IsCustomMode</code> set to <code>true</code>. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. @@ -1542,7 +1563,8 @@ private Mono> listGeoRegionsSinglePageAsync(SkuNam */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listGeoRegionsSinglePageAsync(SkuName sku, Boolean linuxWorkersEnabled, - Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled, Context context) { + Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled, Boolean customModeWorkersEnabled, + Context context) { if (this.client.getEndpoint() == null) { return Mono.error( new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null.")); @@ -1551,10 +1573,13 @@ private Mono> listGeoRegionsSinglePageAsync(SkuNam return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.listGeoRegions(this.client.getEndpoint(), sku, linuxWorkersEnabled, xenonWorkersEnabled, - linuxDynamicWorkersEnabled, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + return service + .listGeoRegions(this.client.getEndpoint(), sku, linuxWorkersEnabled, xenonWorkersEnabled, + linuxDynamicWorkersEnabled, customModeWorkersEnabled, this.client.getSubscriptionId(), apiVersion, + accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1571,6 +1596,8 @@ private Mono> listGeoRegionsSinglePageAsync(SkuNam * support Xenon workers. * @param linuxDynamicWorkersEnabled Specify <code>true</code> if you want to filter to only regions * that support Linux Consumption Workers. + * @param customModeWorkersEnabled Specify <code>true</code> if you want to filter to only regions that + * support App Service Plans with <code>IsCustomMode</code> set to <code>true</code>. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1578,9 +1605,11 @@ private Mono> listGeoRegionsSinglePageAsync(SkuNam */ @ServiceMethod(returns = ReturnType.COLLECTION) public PagedFlux listGeoRegionsAsync(SkuName sku, Boolean linuxWorkersEnabled, - Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled) { - return new PagedFlux<>(() -> listGeoRegionsSinglePageAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, - linuxDynamicWorkersEnabled), nextLink -> listGeoRegionsNextSinglePageAsync(nextLink)); + Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled, Boolean customModeWorkersEnabled) { + return new PagedFlux<>( + () -> listGeoRegionsSinglePageAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, + linuxDynamicWorkersEnabled, customModeWorkersEnabled), + nextLink -> listGeoRegionsNextSinglePageAsync(nextLink)); } /** @@ -1598,8 +1627,11 @@ public PagedFlux listGeoRegionsAsync() { final Boolean linuxWorkersEnabled = null; final Boolean xenonWorkersEnabled = null; final Boolean linuxDynamicWorkersEnabled = null; - return new PagedFlux<>(() -> listGeoRegionsSinglePageAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, - linuxDynamicWorkersEnabled), nextLink -> listGeoRegionsNextSinglePageAsync(nextLink)); + final Boolean customModeWorkersEnabled = null; + return new PagedFlux<>( + () -> listGeoRegionsSinglePageAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, + linuxDynamicWorkersEnabled, customModeWorkersEnabled), + nextLink -> listGeoRegionsNextSinglePageAsync(nextLink)); } /** @@ -1614,6 +1646,8 @@ public PagedFlux listGeoRegionsAsync() { * support Xenon workers. * @param linuxDynamicWorkersEnabled Specify <code>true</code> if you want to filter to only regions * that support Linux Consumption Workers. + * @param customModeWorkersEnabled Specify <code>true</code> if you want to filter to only regions that + * support App Service Plans with <code>IsCustomMode</code> set to <code>true</code>. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. @@ -1622,9 +1656,12 @@ public PagedFlux listGeoRegionsAsync() { */ @ServiceMethod(returns = ReturnType.COLLECTION) private PagedFlux listGeoRegionsAsync(SkuName sku, Boolean linuxWorkersEnabled, - Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled, Context context) { - return new PagedFlux<>(() -> listGeoRegionsSinglePageAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, - linuxDynamicWorkersEnabled, context), nextLink -> listGeoRegionsNextSinglePageAsync(nextLink, context)); + Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled, Boolean customModeWorkersEnabled, + Context context) { + return new PagedFlux<>( + () -> listGeoRegionsSinglePageAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, + linuxDynamicWorkersEnabled, customModeWorkersEnabled, context), + nextLink -> listGeoRegionsNextSinglePageAsync(nextLink, context)); } /** @@ -1642,8 +1679,9 @@ public PagedIterable listGeoRegions() { final Boolean linuxWorkersEnabled = null; final Boolean xenonWorkersEnabled = null; final Boolean linuxDynamicWorkersEnabled = null; - return new PagedIterable<>( - listGeoRegionsAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, linuxDynamicWorkersEnabled)); + final Boolean customModeWorkersEnabled = null; + return new PagedIterable<>(listGeoRegionsAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, + linuxDynamicWorkersEnabled, customModeWorkersEnabled)); } /** @@ -1658,6 +1696,8 @@ public PagedIterable listGeoRegions() { * support Xenon workers. * @param linuxDynamicWorkersEnabled Specify <code>true</code> if you want to filter to only regions * that support Linux Consumption Workers. + * @param customModeWorkersEnabled Specify <code>true</code> if you want to filter to only regions that + * support App Service Plans with <code>IsCustomMode</code> set to <code>true</code>. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. @@ -1666,9 +1706,10 @@ public PagedIterable listGeoRegions() { */ @ServiceMethod(returns = ReturnType.COLLECTION) public PagedIterable listGeoRegions(SkuName sku, Boolean linuxWorkersEnabled, - Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled, Context context) { - return new PagedIterable<>( - listGeoRegionsAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, linuxDynamicWorkersEnabled, context)); + Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled, Boolean customModeWorkersEnabled, + Context context) { + return new PagedIterable<>(listGeoRegionsAsync(sku, linuxWorkersEnabled, xenonWorkersEnabled, + linuxDynamicWorkersEnabled, customModeWorkersEnabled, context)); } /** @@ -1698,10 +1739,11 @@ public PagedIterable listGeoRegions(SkuName sku, Boolean linuxWo } else { nameIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteIdentifiersAssignedToHostname(this.client.getEndpoint(), - this.client.getSubscriptionId(), this.client.getApiVersion(), nameIdentifier, accept, context)) + this.client.getSubscriptionId(), apiVersion, nameIdentifier, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1735,11 +1777,12 @@ public PagedIterable listGeoRegions(SkuName sku, Boolean linuxWo } else { nameIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteIdentifiersAssignedToHostname(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), nameIdentifier, accept, context) + apiVersion, nameIdentifier, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1844,10 +1887,11 @@ public PagedIterable listSiteIdentifiersAssignedToHostname(Name } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.regionalCheckNameAvailability(this.client.getEndpoint(), location, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1882,10 +1926,11 @@ private Mono> regionalCheckNameAvaila } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.regionalCheckNameAvailability(this.client.getEndpoint(), location, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -1960,10 +2005,11 @@ private Mono> listPremierAddOnOffersSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listPremierAddOnOffers(this.client.getEndpoint(), - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1991,11 +2037,12 @@ private Mono> listPremierAddOnOffersSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listPremierAddOnOffers(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + .listPremierAddOnOffers(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, + context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2081,10 +2128,11 @@ public Mono> listSkusWithResponseAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSkus(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2109,10 +2157,11 @@ private Mono> listSkusWithResponseAsync(Context context) return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.listSkus(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + return service.listSkus(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, + context); } /** @@ -2189,10 +2238,11 @@ public SkuInfosInner listSkus() { } else { parameters.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.verifyHostingEnvironmentVnet(this.client.getEndpoint(), - this.client.getSubscriptionId(), this.client.getApiVersion(), parameters, accept, context)) + this.client.getSubscriptionId(), apiVersion, parameters, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2227,10 +2277,11 @@ public SkuInfosInner listSkus() { } else { parameters.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.verifyHostingEnvironmentVnet(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), parameters, accept, context); + apiVersion, parameters, accept, context); } /** @@ -2323,10 +2374,11 @@ public Mono> moveWithResponseAsync(String resourceGroupName, } else { moveResourceEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.move(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), moveResourceEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, moveResourceEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2364,10 +2416,11 @@ private Mono> moveWithResponseAsync(String resourceGroupName, } else { moveResourceEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.move(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), moveResourceEnvelope, accept, context); + return service.move(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), apiVersion, + moveResourceEnvelope, accept, context); } /** @@ -2456,10 +2509,11 @@ public Mono> validateWithResponseAsync(String re } else { validateRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.validate(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), validateRequest, accept, context)) + this.client.getSubscriptionId(), apiVersion, validateRequest, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2498,10 +2552,11 @@ private Mono> validateWithResponseAsync(String r } else { validateRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.validate(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), validateRequest, accept, context); + apiVersion, validateRequest, accept, context); } /** @@ -2591,10 +2646,11 @@ public Mono> validateMoveWithResponseAsync(String resourceGroupNa } else { moveResourceEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.validateMove(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), moveResourceEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, moveResourceEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2632,10 +2688,11 @@ private Mono> validateMoveWithResponseAsync(String resourceGroupN } else { moveResourceEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.validateMove(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), moveResourceEnvelope, accept, context); + apiVersion, moveResourceEnvelope, accept, context); } /** @@ -2691,6 +2748,8 @@ public void validateMove(String resourceGroupName, CsmMoveResourceEnvelope moveR } /** + * Gets the source controls available for Azure websites. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2718,6 +2777,8 @@ private Mono> listSourceControlsNextSinglePage } /** + * Gets the source controls available for Azure websites. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2745,6 +2806,8 @@ private Mono> listSourceControlsNextSinglePage } /** + * Gets a list of meters for a given location. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2771,6 +2834,8 @@ private Mono> listBillingMetersNextSinglePageAs } /** + * Gets a list of meters for a given location. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2798,13 +2863,15 @@ private Mono> listBillingMetersNextSinglePageAs } /** + * Get custom hostnames under this subscription + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return collection of custom hostname sites along with {@link PagedResponse} on successful completion of + * @return custom hostnames under this subscription along with {@link PagedResponse} on successful completion of * {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) @@ -2826,6 +2893,8 @@ private Mono> listCustomHostnameSitesNex } /** + * Get custom hostnames under this subscription + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2833,7 +2902,7 @@ private Mono> listCustomHostnameSitesNex * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return collection of custom hostname sites along with {@link PagedResponse} on successful completion of + * @return custom hostnames under this subscription along with {@link PagedResponse} on successful completion of * {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) @@ -2854,6 +2923,8 @@ private Mono> listCustomHostnameSitesNex } /** + * Get a list of available ASE regions and its supported Skus. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2880,6 +2951,8 @@ private Mono> listAseRegionsNextSinglePageAsync(St } /** + * Get a list of available ASE regions and its supported Skus. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2906,6 +2979,8 @@ private Mono> listAseRegionsNextSinglePageAsync(St } /** + * Get a list of available geographical regions. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2933,6 +3008,8 @@ private Mono> listGeoRegionsNextSinglePageAsync(St } /** + * Get a list of available geographical regions. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2960,6 +3037,8 @@ private Mono> listGeoRegionsNextSinglePageAsync(St } /** + * List all apps that are assigned to a hostname. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -2988,6 +3067,8 @@ private Mono> listGeoRegionsNextSinglePageAsync(St } /** + * List all apps that are assigned to a hostname. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -3015,6 +3096,8 @@ private Mono> listGeoRegionsNextSinglePageAsync(St } /** + * List all premier add-on offers. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -3043,6 +3126,8 @@ private Mono> listPremierAddOnOffersNextSi } /** + * List all premier add-on offers. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/SiteCertificatesClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/SiteCertificatesClientImpl.java index f35ebaffda52..317d3f08b5ee 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/SiteCertificatesClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/SiteCertificatesClientImpl.java @@ -65,7 +65,7 @@ public final class SiteCertificatesClientImpl implements SiteCertificatesClient * service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientSiteCertificates") public interface SiteCertificatesService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/certificates") @@ -213,10 +213,11 @@ private Mono> listSinglePageAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.list(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -252,11 +253,12 @@ private Mono> listSinglePageAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .list(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + .list(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, + accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -359,10 +361,11 @@ public Mono> getWithResponseAsync(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.get(this.client.getEndpoint(), resourceGroupName, name, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -401,10 +404,11 @@ private Mono> getWithResponseAsync(String resourceGro return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.get(this.client.getEndpoint(), resourceGroupName, name, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -498,11 +502,11 @@ public Mono> createOrUpdateWithResponseAsync(String r } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateEnvelope, accept, context)) + .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, + certificateName, this.client.getSubscriptionId(), apiVersion, certificateEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -547,10 +551,11 @@ private Mono> createOrUpdateWithResponseAsync(String } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, certificateEnvelope, accept, context); } /** @@ -643,10 +648,11 @@ public Mono> deleteWithResponseAsync(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, name, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -684,10 +690,11 @@ private Mono> deleteWithResponseAsync(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.delete(this.client.getEndpoint(), resourceGroupName, name, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -779,10 +786,11 @@ public Mono> updateWithResponseAsync(String resourceG } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.update(this.client.getEndpoint(), resourceGroupName, name, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, certificateEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -827,10 +835,11 @@ private Mono> updateWithResponseAsync(String resource } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.update(this.client.getEndpoint(), resourceGroupName, name, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), certificateEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, certificateEnvelope, accept, context); } /** @@ -924,10 +933,11 @@ private Mono> listSlotSinglePageAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -968,11 +978,12 @@ private Mono> listSlotSinglePageAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSlot(this.client.getEndpoint(), resourceGroupName, name, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1094,10 +1105,11 @@ public Mono> getSlotWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - certificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + certificateName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1141,10 +1153,11 @@ private Mono> getSlotWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSlot(this.client.getEndpoint(), resourceGroupName, name, slot, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1250,11 +1263,12 @@ public Mono> createOrUpdateSlotWithResponseAsync(Stri } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateSlot(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), name, slot, certificateName, this.client.getApiVersion(), - certificateEnvelope, accept, context)) + this.client.getSubscriptionId(), name, slot, certificateName, apiVersion, certificateEnvelope, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1304,10 +1318,11 @@ private Mono> createOrUpdateSlotWithResponseAsync(Str } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateSlot(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - name, slot, certificateName, this.client.getApiVersion(), certificateEnvelope, accept, context); + name, slot, certificateName, apiVersion, certificateEnvelope, accept, context); } /** @@ -1412,10 +1427,11 @@ public Mono> deleteSlotWithResponseAsync(String resourceGroupName return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - certificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + certificateName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1458,10 +1474,11 @@ private Mono> deleteSlotWithResponseAsync(String resourceGroupNam return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSlot(this.client.getEndpoint(), resourceGroupName, name, slot, certificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1565,11 +1582,11 @@ public Mono> updateSlotWithResponseAsync(String resou } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateSlot(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, slot, certificateName, this.client.getApiVersion(), certificateEnvelope, - accept, context)) + resourceGroupName, name, slot, certificateName, apiVersion, certificateEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1619,10 +1636,11 @@ private Mono> updateSlotWithResponseAsync(String reso } else { certificateEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateSlot(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - slot, certificateName, this.client.getApiVersion(), certificateEnvelope, accept, context); + slot, certificateName, apiVersion, certificateEnvelope, accept, context); } /** @@ -1690,13 +1708,16 @@ public CertificateInner updateSlot(String resourceGroupName, String name, String } /** + * Get all certificates in a resource group under a site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return collection of certificates along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return all certificates in a resource group under a site along with {@link PagedResponse} on successful + * completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink) { @@ -1715,6 +1736,8 @@ private Mono> listNextSinglePageAsync(String nex } /** + * Get all certificates in a resource group under a site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1722,7 +1745,8 @@ private Mono> listNextSinglePageAsync(String nex * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return collection of certificates along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return all certificates in a resource group under a site along with {@link PagedResponse} on successful + * completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink, Context context) { @@ -1741,13 +1765,16 @@ private Mono> listNextSinglePageAsync(String nex } /** + * Get all certificates in a resource group for a given site and a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return collection of certificates along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return all certificates in a resource group for a given site and a deployment slot along with + * {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listSlotNextSinglePageAsync(String nextLink) { @@ -1767,6 +1794,8 @@ private Mono> listSlotNextSinglePageAsync(String } /** + * Get all certificates in a resource group for a given site and a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -1774,7 +1803,8 @@ private Mono> listSlotNextSinglePageAsync(String * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws DefaultErrorResponseErrorException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return collection of certificates along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return all certificates in a resource group for a given site and a deployment slot along with + * {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listSlotNextSinglePageAsync(String nextLink, Context context) { diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/StaticSitesClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/StaticSitesClientImpl.java index 77ddc4fd5719..9a9030c0ba6f 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/StaticSitesClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/StaticSitesClientImpl.java @@ -105,7 +105,7 @@ public final class StaticSitesClientImpl implements InnerSupportsGet> previewWorkflowWithRespon } else { staticSitesWorkflowPreviewRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.previewWorkflow(this.client.getEndpoint(), location, this.client.getSubscriptionId(), - this.client.getApiVersion(), staticSitesWorkflowPreviewRequest, accept, context)) + .withContext(context -> service.previewWorkflow(this.client.getEndpoint(), location, + this.client.getSubscriptionId(), apiVersion, staticSitesWorkflowPreviewRequest, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1076,10 +1076,11 @@ private Mono> previewWorkflowWithRespo } else { staticSitesWorkflowPreviewRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.previewWorkflow(this.client.getEndpoint(), location, this.client.getSubscriptionId(), - this.client.getApiVersion(), staticSitesWorkflowPreviewRequest, accept, context); + return service.previewWorkflow(this.client.getEndpoint(), location, this.client.getSubscriptionId(), apiVersion, + staticSitesWorkflowPreviewRequest, accept, context); } /** @@ -1160,10 +1161,11 @@ private Mono> listSinglePageAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1190,11 +1192,10 @@ private Mono> listSinglePageAsync(Cont return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context) + return service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1286,10 +1287,11 @@ public PagedIterable list(Context context) { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByResourceGroup(this.client.getEndpoint(), resourceGroupName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -1322,11 +1324,12 @@ private Mono> listByResourceGroupSingl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listByResourceGroup(this.client.getEndpoint(), resourceGroupName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -1429,10 +1432,11 @@ public Mono> getByResourceGroupWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1467,10 +1471,11 @@ private Mono> getByResourceGroupWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -1564,10 +1569,11 @@ public Mono>> createOrUpdateStaticSiteWithResponseAsyn } else { staticSiteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateStaticSite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, staticSiteEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1609,10 +1615,11 @@ private Mono>> createOrUpdateStaticSiteWithResponseAsy } else { staticSiteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateStaticSite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, staticSiteEnvelope, accept, context); } /** @@ -1813,10 +1820,11 @@ public Mono>> deleteWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -1851,10 +1859,11 @@ private Mono>> deleteWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.delete(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -2038,10 +2047,11 @@ public Mono> updateStaticSiteWithResponseAs } else { staticSiteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateStaticSite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, staticSiteEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2083,10 +2093,11 @@ private Mono> updateStaticSiteWithResponseA } else { staticSiteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateStaticSite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, staticSiteEnvelope, accept, context); } /** @@ -2183,10 +2194,11 @@ public StaticSiteArmResourceInner updateStaticSite(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteUsers(this.client.getEndpoint(), resourceGroupName, name, - authprovider, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + authprovider, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -2228,11 +2240,12 @@ private Mono> listStaticSiteUsersS return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listStaticSiteUsers(this.client.getEndpoint(), resourceGroupName, name, authprovider, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2355,10 +2368,11 @@ public Mono> deleteStaticSiteUserWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteStaticSiteUser(this.client.getEndpoint(), resourceGroupName, name, - authprovider, userid, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + authprovider, userid, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2401,10 +2415,11 @@ private Mono> deleteStaticSiteUserWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteStaticSiteUser(this.client.getEndpoint(), resourceGroupName, name, authprovider, userid, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2513,11 +2528,12 @@ public Mono> updateStaticSiteUserWithRe } else { staticSiteUserEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateStaticSiteUser(this.client.getEndpoint(), resourceGroupName, name, - authprovider, userid, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteUserEnvelope, accept, context)) + authprovider, userid, this.client.getSubscriptionId(), apiVersion, staticSiteUserEnvelope, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2568,10 +2584,11 @@ private Mono> updateStaticSiteUserWithR } else { staticSiteUserEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateStaticSiteUser(this.client.getEndpoint(), resourceGroupName, name, authprovider, userid, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteUserEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, staticSiteUserEnvelope, accept, context); } /** @@ -2673,10 +2690,11 @@ public StaticSiteUserArmResourceInner updateStaticSiteUser(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getStaticSiteBuilds(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -2714,11 +2732,12 @@ public StaticSiteUserArmResourceInner updateStaticSiteUser(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getStaticSiteBuilds(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -2832,10 +2851,11 @@ public Mono> getStaticSiteBuildWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getStaticSiteBuild(this.client.getEndpoint(), resourceGroupName, name, - environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + environmentName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -2875,10 +2895,11 @@ private Mono> getStaticSiteBuildWithRe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getStaticSiteBuild(this.client.getEndpoint(), resourceGroupName, name, environmentName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -2975,10 +2996,11 @@ public Mono>> deleteStaticSiteBuildWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteStaticSiteBuild(this.client.getEndpoint(), resourceGroupName, name, - environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + environmentName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3018,10 +3040,11 @@ private Mono>> deleteStaticSiteBuildWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteStaticSiteBuild(this.client.getEndpoint(), resourceGroupName, name, environmentName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3225,11 +3248,12 @@ public Mono> createOrUpdateStaticSiteBuildAppSet } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateStaticSiteBuildAppSettings(this.client.getEndpoint(), - resourceGroupName, name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), - appSettings, accept, context)) + resourceGroupName, name, environmentName, this.client.getSubscriptionId(), apiVersion, appSettings, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3276,11 +3300,11 @@ private Mono> createOrUpdateStaticSiteBuildAppSe } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateStaticSiteBuildAppSettings(this.client.getEndpoint(), resourceGroupName, name, - environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, accept, - context); + environmentName, this.client.getSubscriptionId(), apiVersion, appSettings, accept, context); } /** @@ -3389,11 +3413,12 @@ public Mono> createOrUpdateStaticSiteBuildFuncti } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateStaticSiteBuildFunctionAppSettings(this.client.getEndpoint(), - resourceGroupName, name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), - appSettings, accept, context)) + resourceGroupName, name, environmentName, this.client.getSubscriptionId(), apiVersion, appSettings, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3440,11 +3465,11 @@ private Mono> createOrUpdateStaticSiteBuildFunct } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateStaticSiteBuildFunctionAppSettings(this.client.getEndpoint(), resourceGroupName, - name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, accept, - context); + name, environmentName, this.client.getSubscriptionId(), apiVersion, appSettings, accept, context); } /** @@ -3546,10 +3571,11 @@ public StringDictionaryInner createOrUpdateStaticSiteBuildFunctionAppSettings(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBuildDatabaseConnections(this.client.getEndpoint(), resourceGroupName, - name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, environmentName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -3590,11 +3616,12 @@ private Mono> getBuildDatabaseConnections return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getBuildDatabaseConnections(this.client.getEndpoint(), resourceGroupName, name, environmentName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -3712,11 +3739,12 @@ public Mono> getBuildDatabaseConnectionWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBuildDatabaseConnection(this.client.getEndpoint(), resourceGroupName, - name, environmentName, databaseConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + name, environmentName, databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3760,10 +3788,11 @@ private Mono> getBuildDatabaseConnectionWithRe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getBuildDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, environmentName, - databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -3873,11 +3902,12 @@ public Mono> createOrUpdateBuildDatabaseConnec } else { databaseConnectionRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateBuildDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, environmentName, databaseConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), databaseConnectionRequestEnvelope, accept, context)) + apiVersion, databaseConnectionRequestEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -3931,10 +3961,11 @@ private Mono> createOrUpdateBuildDatabaseConne } else { databaseConnectionRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateBuildDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, - environmentName, databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), + environmentName, databaseConnectionName, this.client.getSubscriptionId(), apiVersion, databaseConnectionRequestEnvelope, accept, context); } @@ -4046,11 +4077,12 @@ public Mono> deleteBuildDatabaseConnectionWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteBuildDatabaseConnection(this.client.getEndpoint(), resourceGroupName, - name, environmentName, databaseConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + name, environmentName, databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4093,11 +4125,11 @@ private Mono> deleteBuildDatabaseConnectionWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteBuildDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, - environmentName, databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + environmentName, databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -4206,11 +4238,12 @@ public Mono> updateBuildDatabaseConnectionWith } else { databaseConnectionRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateBuildDatabaseConnection(this.client.getEndpoint(), resourceGroupName, - name, environmentName, databaseConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), databaseConnectionRequestEnvelope, accept, context)) + name, environmentName, databaseConnectionName, this.client.getSubscriptionId(), apiVersion, + databaseConnectionRequestEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4264,10 +4297,11 @@ private Mono> updateBuildDatabaseConnectionWit } else { databaseConnectionRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateBuildDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, - environmentName, databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), + environmentName, databaseConnectionName, this.client.getSubscriptionId(), apiVersion, databaseConnectionRequestEnvelope, accept, context); } @@ -4380,11 +4414,12 @@ public Mono> getBuildDatabaseConnectionWithDet return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBuildDatabaseConnectionWithDetails(this.client.getEndpoint(), resourceGroupName, name, environmentName, databaseConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4428,11 +4463,11 @@ private Mono> getBuildDatabaseConnectionWithDe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getBuildDatabaseConnectionWithDetails(this.client.getEndpoint(), resourceGroupName, name, - environmentName, databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + environmentName, databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -4529,10 +4564,11 @@ public DatabaseConnectionInner getBuildDatabaseConnectionWithDetails(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteBuildFunctions(this.client.getEndpoint(), resourceGroupName, - name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, environmentName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -4576,11 +4612,12 @@ private Mono> listStat return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listStaticSiteBuildFunctions(this.client.getEndpoint(), resourceGroupName, name, environmentName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -4703,10 +4740,11 @@ private PagedFlux listStaticSiteBuil return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteBuildAppSettings(this.client.getEndpoint(), resourceGroupName, - name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, environmentName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4746,10 +4784,11 @@ private Mono> listStaticSiteBuildAppSettingsWith return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listStaticSiteBuildAppSettings(this.client.getEndpoint(), resourceGroupName, name, - environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + environmentName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -4848,11 +4887,11 @@ public Mono> listStaticSiteBuildFunctionAppSetti return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteBuildFunctionAppSettings(this.client.getEndpoint(), - resourceGroupName, name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + resourceGroupName, name, environmentName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -4892,10 +4931,11 @@ private Mono> listStaticSiteBuildFunctionAppSett return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listStaticSiteBuildFunctionAppSettings(this.client.getEndpoint(), resourceGroupName, name, - environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + environmentName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -4993,11 +5033,11 @@ private Mono> getBuildDatabaseConnections return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBuildDatabaseConnectionsWithDetails(this.client.getEndpoint(), - resourceGroupName, name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + resourceGroupName, name, environmentName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -5038,11 +5078,12 @@ private Mono> getBuildDatabaseConnections return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getBuildDatabaseConnectionsWithDetails(this.client.getEndpoint(), resourceGroupName, name, environmentName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -5160,11 +5201,11 @@ public PagedIterable getBuildDatabaseConnectionsWithDet return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getUserProvidedFunctionAppsForStaticSiteBuild(this.client.getEndpoint(), - resourceGroupName, name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + resourceGroupName, name, environmentName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -5209,11 +5250,12 @@ public PagedIterable getBuildDatabaseConnectionsWithDet return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getUserProvidedFunctionAppsForStaticSiteBuild(this.client.getEndpoint(), resourceGroupName, name, - environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + environmentName, this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -5349,11 +5391,12 @@ public PagedIterable getBuildDatabaseConnectionsWithDet return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getUserProvidedFunctionAppForStaticSiteBuild(this.client.getEndpoint(), - resourceGroupName, name, environmentName, functionAppName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + resourceGroupName, name, environmentName, functionAppName, this.client.getSubscriptionId(), apiVersion, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5400,11 +5443,11 @@ public PagedIterable getBuildDatabaseConnectionsWithDet return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getUserProvidedFunctionAppForStaticSiteBuild(this.client.getEndpoint(), resourceGroupName, name, - environmentName, functionAppName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + environmentName, functionAppName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -5525,12 +5568,12 @@ public Mono>> registerUserProvidedFunctionAppWithStati } else { staticSiteUserProvidedFunctionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.registerUserProvidedFunctionAppWithStaticSiteBuild( this.client.getEndpoint(), resourceGroupName, name, environmentName, functionAppName, isForced, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteUserProvidedFunctionEnvelope, - accept, context)) + this.client.getSubscriptionId(), apiVersion, staticSiteUserProvidedFunctionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5589,11 +5632,12 @@ private Mono>> registerUserProvidedFunctionAppWithStat } else { staticSiteUserProvidedFunctionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.registerUserProvidedFunctionAppWithStaticSiteBuild(this.client.getEndpoint(), resourceGroupName, - name, environmentName, functionAppName, isForced, this.client.getSubscriptionId(), - this.client.getApiVersion(), staticSiteUserProvidedFunctionEnvelope, accept, context); + name, environmentName, functionAppName, isForced, this.client.getSubscriptionId(), apiVersion, + staticSiteUserProvidedFunctionEnvelope, accept, context); } /** @@ -5944,11 +5988,12 @@ public Mono> detachUserProvidedFunctionAppFromStaticSiteBuildWith return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.detachUserProvidedFunctionAppFromStaticSiteBuild(this.client.getEndpoint(), - resourceGroupName, name, environmentName, functionAppName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + resourceGroupName, name, environmentName, functionAppName, this.client.getSubscriptionId(), apiVersion, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5993,11 +6038,11 @@ private Mono> detachUserProvidedFunctionAppFromStaticSiteBuildWit return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.detachUserProvidedFunctionAppFromStaticSiteBuild(this.client.getEndpoint(), resourceGroupName, - name, environmentName, functionAppName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + name, environmentName, functionAppName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -6107,10 +6152,11 @@ public Mono>> createZipDeploymentForStaticSiteBuildWit } else { staticSiteZipDeploymentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createZipDeploymentForStaticSiteBuild(this.client.getEndpoint(), - resourceGroupName, name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), + resourceGroupName, name, environmentName, this.client.getSubscriptionId(), apiVersion, staticSiteZipDeploymentEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6160,11 +6206,12 @@ private Mono>> createZipDeploymentForStaticSiteBuildWi } else { staticSiteZipDeploymentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createZipDeploymentForStaticSiteBuild(this.client.getEndpoint(), resourceGroupName, name, - environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteZipDeploymentEnvelope, accept, context); + environmentName, this.client.getSubscriptionId(), apiVersion, staticSiteZipDeploymentEnvelope, accept, + context); } /** @@ -6392,11 +6439,11 @@ public Mono> createOrUpdateStaticSiteAppSettings } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.createOrUpdateStaticSiteAppSettings(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, accept, context)) + .withContext(context -> service.createOrUpdateStaticSiteAppSettings(this.client.getEndpoint(), + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, appSettings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6437,10 +6484,11 @@ private Mono> createOrUpdateStaticSiteAppSetting } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateStaticSiteAppSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, accept, context); + this.client.getSubscriptionId(), apiVersion, appSettings, accept, context); } /** @@ -6535,10 +6583,11 @@ public StringDictionaryInner createOrUpdateStaticSiteAppSettings(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listBasicAuth(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -6577,11 +6626,12 @@ public StringDictionaryInner createOrUpdateStaticSiteAppSettings(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listBasicAuth(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -6697,10 +6747,11 @@ public PagedIterable listBasicAut return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBasicAuth(this.client.getEndpoint(), resourceGroupName, name, - basicAuthName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + basicAuthName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6740,10 +6791,11 @@ private Mono> getBasicAu return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getBasicAuth(this.client.getEndpoint(), resourceGroupName, name, basicAuthName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -6848,11 +6900,11 @@ public Mono> createOrUpd } else { basicAuthEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateBasicAuth(this.client.getEndpoint(), resourceGroupName, name, - basicAuthName, this.client.getSubscriptionId(), this.client.getApiVersion(), basicAuthEnvelope, accept, - context)) + basicAuthName, this.client.getSubscriptionId(), apiVersion, basicAuthEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6900,10 +6952,11 @@ private Mono> createOrUp } else { basicAuthEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateBasicAuth(this.client.getEndpoint(), resourceGroupName, name, basicAuthName, - this.client.getSubscriptionId(), this.client.getApiVersion(), basicAuthEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, basicAuthEnvelope, accept, context); } /** @@ -7007,11 +7060,11 @@ public Mono> createOrUpdateStaticSiteFunctionApp } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateStaticSiteFunctionAppSettings(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, - accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, appSettings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7052,10 +7105,11 @@ private Mono> createOrUpdateStaticSiteFunctionAp } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateStaticSiteFunctionAppSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, accept, context); + this.client.getSubscriptionId(), apiVersion, appSettings, accept, context); } /** @@ -7158,11 +7212,12 @@ public Mono> createUserR } else { staticSiteUserRolesInvitationEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createUserRolesInvitationLink(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteUserRolesInvitationEnvelope, accept, context)) + name, this.client.getSubscriptionId(), apiVersion, staticSiteUserRolesInvitationEnvelope, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7206,11 +7261,11 @@ public Mono> createUserR } else { staticSiteUserRolesInvitationEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createUserRolesInvitationLink(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteUserRolesInvitationEnvelope, accept, - context); + this.client.getSubscriptionId(), apiVersion, staticSiteUserRolesInvitationEnvelope, accept, context); } /** @@ -7307,10 +7362,11 @@ public StaticSiteUserInvitationResponseResourceInner createUserRolesInvitationLi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteCustomDomains(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -7349,11 +7405,12 @@ public StaticSiteUserInvitationResponseResourceInner createUserRolesInvitationLi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listStaticSiteCustomDomains(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -7469,10 +7526,11 @@ public StaticSiteUserInvitationResponseResourceInner createUserRolesInvitationLi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getStaticSiteCustomDomain(this.client.getEndpoint(), resourceGroupName, - name, domainName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, domainName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7512,10 +7570,11 @@ private Mono> getStatic return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getStaticSiteCustomDomain(this.client.getEndpoint(), resourceGroupName, name, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -7621,10 +7680,11 @@ public Mono>> createOrUpdateStaticSiteCustomDomainWith } else { staticSiteCustomDomainRequestPropertiesEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateStaticSiteCustomDomain(this.client.getEndpoint(), - resourceGroupName, name, domainName, this.client.getSubscriptionId(), this.client.getApiVersion(), + resourceGroupName, name, domainName, this.client.getSubscriptionId(), apiVersion, staticSiteCustomDomainRequestPropertiesEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7675,11 +7735,12 @@ private Mono>> createOrUpdateStaticSiteCustomDomainWit } else { staticSiteCustomDomainRequestPropertiesEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateStaticSiteCustomDomain(this.client.getEndpoint(), resourceGroupName, name, - domainName, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteCustomDomainRequestPropertiesEnvelope, accept, context); + domainName, this.client.getSubscriptionId(), apiVersion, staticSiteCustomDomainRequestPropertiesEnvelope, + accept, context); } /** @@ -7926,10 +7987,11 @@ public Mono>> deleteStaticSiteCustomDomainWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteStaticSiteCustomDomain(this.client.getEndpoint(), resourceGroupName, - name, domainName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, domainName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7968,10 +8030,11 @@ private Mono>> deleteStaticSiteCustomDomainWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteStaticSiteCustomDomain(this.client.getEndpoint(), resourceGroupName, name, domainName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -8179,10 +8242,11 @@ public Mono>> validateCustomDomainCanBeAddedToStaticSi } else { staticSiteCustomDomainRequestPropertiesEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.validateCustomDomainCanBeAddedToStaticSite(this.client.getEndpoint(), - resourceGroupName, name, domainName, this.client.getSubscriptionId(), this.client.getApiVersion(), + resourceGroupName, name, domainName, this.client.getSubscriptionId(), apiVersion, staticSiteCustomDomainRequestPropertiesEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -8232,11 +8296,12 @@ private Mono>> validateCustomDomainCanBeAddedToStaticS } else { staticSiteCustomDomainRequestPropertiesEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.validateCustomDomainCanBeAddedToStaticSite(this.client.getEndpoint(), resourceGroupName, name, - domainName, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteCustomDomainRequestPropertiesEnvelope, accept, context); + domainName, this.client.getSubscriptionId(), apiVersion, staticSiteCustomDomainRequestPropertiesEnvelope, + accept, context); } /** @@ -8466,10 +8531,11 @@ private Mono> getDatabaseConnectionsSingl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDatabaseConnections(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -8505,11 +8571,12 @@ private Mono> getDatabaseConnectionsSingl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getDatabaseConnections(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -8614,10 +8681,11 @@ public Mono> getDatabaseConnectionWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, - databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -8656,10 +8724,11 @@ private Mono> getDatabaseConnectionWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, databaseConnectionName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -8760,11 +8829,12 @@ public Mono> createOrUpdateDatabaseConnectionW } else { databaseConnectionRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateDatabaseConnection(this.client.getEndpoint(), - resourceGroupName, name, databaseConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), databaseConnectionRequestEnvelope, accept, context)) + resourceGroupName, name, databaseConnectionName, this.client.getSubscriptionId(), apiVersion, + databaseConnectionRequestEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -8813,11 +8883,12 @@ private Mono> createOrUpdateDatabaseConnection } else { databaseConnectionRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, - databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - databaseConnectionRequestEnvelope, accept, context); + databaseConnectionName, this.client.getSubscriptionId(), apiVersion, databaseConnectionRequestEnvelope, + accept, context); } /** @@ -8918,10 +8989,11 @@ public Mono> deleteDatabaseConnectionWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, - databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -8959,10 +9031,11 @@ private Mono> deleteDatabaseConnectionWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, - databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -9060,11 +9133,12 @@ public Mono> updateDatabaseConnectionWithRespo } else { databaseConnectionRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, - databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - databaseConnectionRequestEnvelope, accept, context)) + databaseConnectionName, this.client.getSubscriptionId(), apiVersion, databaseConnectionRequestEnvelope, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9113,11 +9187,12 @@ private Mono> updateDatabaseConnectionWithResp } else { databaseConnectionRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateDatabaseConnection(this.client.getEndpoint(), resourceGroupName, name, - databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - databaseConnectionRequestEnvelope, accept, context); + databaseConnectionName, this.client.getSubscriptionId(), apiVersion, databaseConnectionRequestEnvelope, + accept, context); } /** @@ -9219,11 +9294,12 @@ public Mono> getDatabaseConnectionWithDetailsW return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getDatabaseConnectionWithDetails(this.client.getEndpoint(), - resourceGroupName, name, databaseConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.getDatabaseConnectionWithDetails(this.client.getEndpoint(), resourceGroupName, name, + databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9262,10 +9338,11 @@ private Mono> getDatabaseConnectionWithDetails return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDatabaseConnectionWithDetails(this.client.getEndpoint(), resourceGroupName, name, - databaseConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + databaseConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -9352,10 +9429,11 @@ public Mono>> detachStaticSiteWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.detachStaticSite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9390,10 +9468,11 @@ private Mono>> detachStaticSiteWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.detachStaticSite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -9574,10 +9653,11 @@ public void detachStaticSite(String resourceGroupName, String name, Context cont return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteFunctions(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -9616,11 +9696,12 @@ public void detachStaticSite(String resourceGroupName, String name, Context cont return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listStaticSiteFunctions(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -9731,10 +9812,11 @@ public Mono> listStaticSiteAppSettingsWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteAppSettings(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9769,10 +9851,11 @@ private Mono> listStaticSiteAppSettingsWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listStaticSiteAppSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -9859,10 +9942,11 @@ public Mono> listStaticSiteConfiguredRolesWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteConfiguredRoles(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9897,10 +9981,11 @@ private Mono> listStaticSiteConfiguredRolesWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listStaticSiteConfiguredRoles(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -9987,10 +10072,11 @@ public StringListInner listStaticSiteConfiguredRoles(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteFunctionAppSettings(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10025,10 +10111,11 @@ public StringListInner listStaticSiteConfiguredRoles(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listStaticSiteFunctionAppSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -10115,10 +10202,11 @@ public Mono> listStaticSiteSecretsWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listStaticSiteSecrets(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10153,10 +10241,11 @@ private Mono> listStaticSiteSecretsWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listStaticSiteSecrets(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -10243,10 +10332,11 @@ public StringDictionaryInner listStaticSiteSecrets(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateEndpointConnectionList(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -10284,11 +10374,12 @@ public StringDictionaryInner listStaticSiteSecrets(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getPrivateEndpointConnectionList(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -10406,11 +10497,11 @@ public StringDictionaryInner listStaticSiteSecrets(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, - name, privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + name, privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10452,11 +10543,11 @@ public StringDictionaryInner listStaticSiteSecrets(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -10564,11 +10655,12 @@ public Mono>> approveOrRejectPrivateEndpointConnection } else { privateEndpointWrapper.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.approveOrRejectPrivateEndpointConnection(this.client.getEndpoint(), - resourceGroupName, name, privateEndpointConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), privateEndpointWrapper, accept, context)) + resourceGroupName, name, privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, + privateEndpointWrapper, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10617,11 +10709,12 @@ private Mono>> approveOrRejectPrivateEndpointConnectio } else { privateEndpointWrapper.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.approveOrRejectPrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - privateEndpointWrapper, accept, context); + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, privateEndpointWrapper, accept, + context); } /** @@ -10862,11 +10955,12 @@ public Mono>> deletePrivateEndpointConnectionWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.deletePrivateEndpointConnection(this.client.getEndpoint(), - resourceGroupName, name, privateEndpointConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.deletePrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10906,11 +11000,11 @@ private Mono>> deletePrivateEndpointConnectionWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deletePrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -11113,10 +11207,11 @@ public Object deletePrivateEndpointConnection(String resourceGroupName, String n return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateLinkResources(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11152,10 +11247,11 @@ public Object deletePrivateEndpointConnection(String resourceGroupName, String n return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateLinkResources(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -11249,10 +11345,11 @@ public Mono> resetStaticSiteApiKeyWithResponseAsync(String resour } else { resetPropertiesEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.resetStaticSiteApiKey(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), resetPropertiesEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, resetPropertiesEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11294,10 +11391,11 @@ private Mono> resetStaticSiteApiKeyWithResponseAsync(String resou } else { resetPropertiesEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.resetStaticSiteApiKey(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), resetPropertiesEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, resetPropertiesEnvelope, accept, context); } /** @@ -11388,10 +11486,11 @@ public void resetStaticSiteApiKey(String resourceGroupName, String name, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDatabaseConnectionsWithDetails(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -11427,11 +11526,12 @@ public void resetStaticSiteApiKey(String resourceGroupName, String name, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getDatabaseConnectionsWithDetails(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -11535,10 +11635,11 @@ public PagedIterable getDatabaseConnectionsWithDetails( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getUserProvidedFunctionAppsForStaticSite(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -11578,11 +11679,12 @@ public PagedIterable getDatabaseConnectionsWithDetails( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getUserProvidedFunctionAppsForStaticSite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -11701,11 +11803,11 @@ public PagedIterable getDatabaseConnectionsWithDetails( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getUserProvidedFunctionAppForStaticSite(this.client.getEndpoint(), - resourceGroupName, name, functionAppName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + resourceGroupName, name, functionAppName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11747,10 +11849,11 @@ public PagedIterable getDatabaseConnectionsWithDetails( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getUserProvidedFunctionAppForStaticSite(this.client.getEndpoint(), resourceGroupName, name, - functionAppName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + functionAppName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -11863,11 +11966,12 @@ public Mono>> registerUserProvidedFunctionAppWithStati } else { staticSiteUserProvidedFunctionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.registerUserProvidedFunctionAppWithStaticSite(this.client.getEndpoint(), - resourceGroupName, name, functionAppName, isForced, this.client.getSubscriptionId(), - this.client.getApiVersion(), staticSiteUserProvidedFunctionEnvelope, accept, context)) + resourceGroupName, name, functionAppName, isForced, this.client.getSubscriptionId(), apiVersion, + staticSiteUserProvidedFunctionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11921,10 +12025,11 @@ private Mono>> registerUserProvidedFunctionAppWithStat } else { staticSiteUserProvidedFunctionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.registerUserProvidedFunctionAppWithStaticSite(this.client.getEndpoint(), resourceGroupName, name, - functionAppName, isForced, this.client.getSubscriptionId(), this.client.getApiVersion(), + functionAppName, isForced, this.client.getSubscriptionId(), apiVersion, staticSiteUserProvidedFunctionEnvelope, accept, context); } @@ -12252,11 +12357,11 @@ public Mono> detachUserProvidedFunctionAppFromStaticSiteWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.detachUserProvidedFunctionAppFromStaticSite(this.client.getEndpoint(), - resourceGroupName, name, functionAppName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + resourceGroupName, name, functionAppName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -12296,10 +12401,11 @@ private Mono> detachUserProvidedFunctionAppFromStaticSiteWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.detachUserProvidedFunctionAppFromStaticSite(this.client.getEndpoint(), resourceGroupName, name, - functionAppName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + functionAppName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -12399,11 +12505,12 @@ public Mono>> createZipDeploymentForStaticSiteWithResp } else { staticSiteZipDeploymentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createZipDeploymentForStaticSite(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteZipDeploymentEnvelope, accept, context)) + .withContext( + context -> service.createZipDeploymentForStaticSite(this.client.getEndpoint(), resourceGroupName, name, + this.client.getSubscriptionId(), apiVersion, staticSiteZipDeploymentEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -12446,11 +12553,11 @@ private Mono>> createZipDeploymentForStaticSiteWithRes } else { staticSiteZipDeploymentEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createZipDeploymentForStaticSite(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteZipDeploymentEnvelope, accept, - context); + this.client.getSubscriptionId(), apiVersion, staticSiteZipDeploymentEnvelope, accept, context); } /** @@ -12670,11 +12777,12 @@ public Mono>> validateBackendWithResponseAsync(String } else { staticSiteLinkedBackendEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.validateBackend(this.client.getEndpoint(), resourceGroupName, name, - linkedBackendName, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteLinkedBackendEnvelope, accept, context)) + linkedBackendName, this.client.getSubscriptionId(), apiVersion, staticSiteLinkedBackendEnvelope, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -12720,11 +12828,11 @@ private Mono>> validateBackendWithResponseAsync(String } else { staticSiteLinkedBackendEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.validateBackend(this.client.getEndpoint(), resourceGroupName, name, linkedBackendName, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteLinkedBackendEnvelope, accept, - context); + this.client.getSubscriptionId(), apiVersion, staticSiteLinkedBackendEnvelope, accept, context); } /** @@ -12937,10 +13045,11 @@ public Mono>> validateBackendForBuildWithResponseAsync } else { staticSiteLinkedBackendEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.validateBackendForBuild(this.client.getEndpoint(), resourceGroupName, name, - environmentName, linkedBackendName, this.client.getSubscriptionId(), this.client.getApiVersion(), + environmentName, linkedBackendName, this.client.getSubscriptionId(), apiVersion, staticSiteLinkedBackendEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -12992,11 +13101,12 @@ private Mono>> validateBackendForBuildWithResponseAsyn } else { staticSiteLinkedBackendEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.validateBackendForBuild(this.client.getEndpoint(), resourceGroupName, name, environmentName, - linkedBackendName, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteLinkedBackendEnvelope, accept, context); + linkedBackendName, this.client.getSubscriptionId(), apiVersion, staticSiteLinkedBackendEnvelope, accept, + context); } /** @@ -13205,10 +13315,11 @@ public void validateBackendForBuild(String resourceGroupName, String name, Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getLinkedBackends(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -13245,11 +13356,12 @@ public void validateBackendForBuild(String resourceGroupName, String name, Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getLinkedBackends(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -13356,10 +13468,11 @@ public PagedIterable getLinkedBackends( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getLinkedBackendsForBuild(this.client.getEndpoint(), resourceGroupName, - name, environmentName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, environmentName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -13401,11 +13514,12 @@ private Mono> getLinkedBa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getLinkedBackendsForBuild(this.client.getEndpoint(), resourceGroupName, name, environmentName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -13517,10 +13631,11 @@ public PagedIterable getLinkedBackendsF return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getLinkedBackend(this.client.getEndpoint(), resourceGroupName, name, - linkedBackendName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + linkedBackendName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -13559,10 +13674,11 @@ private Mono> getLinkedBackend return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getLinkedBackend(this.client.getEndpoint(), resourceGroupName, name, linkedBackendName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -13659,11 +13775,12 @@ public Mono>> linkBackendWithResponseAsync(String reso } else { staticSiteLinkedBackendEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.linkBackend(this.client.getEndpoint(), resourceGroupName, name, - linkedBackendName, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteLinkedBackendEnvelope, accept, context)) + .withContext( + context -> service.linkBackend(this.client.getEndpoint(), resourceGroupName, name, linkedBackendName, + this.client.getSubscriptionId(), apiVersion, staticSiteLinkedBackendEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -13710,11 +13827,11 @@ private Mono>> linkBackendWithResponseAsync(String res } else { staticSiteLinkedBackendEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.linkBackend(this.client.getEndpoint(), resourceGroupName, name, linkedBackendName, - this.client.getSubscriptionId(), this.client.getApiVersion(), staticSiteLinkedBackendEnvelope, accept, - context); + this.client.getSubscriptionId(), apiVersion, staticSiteLinkedBackendEnvelope, accept, context); } /** @@ -13922,11 +14039,11 @@ public Mono> unlinkBackendWithResponseAsync(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.unlinkBackend(this.client.getEndpoint(), resourceGroupName, name, - linkedBackendName, isCleaningAuthConfig, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + linkedBackendName, isCleaningAuthConfig, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -13965,10 +14082,11 @@ private Mono> unlinkBackendWithResponseAsync(String resourceGroup return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.unlinkBackend(this.client.getEndpoint(), resourceGroupName, name, linkedBackendName, - isCleaningAuthConfig, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + isCleaningAuthConfig, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -14064,11 +14182,11 @@ public Mono> getLinkedBackendF return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getLinkedBackendForBuild(this.client.getEndpoint(), resourceGroupName, name, - environmentName, linkedBackendName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + environmentName, linkedBackendName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -14112,10 +14230,11 @@ private Mono> getLinkedBackend return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getLinkedBackendForBuild(this.client.getEndpoint(), resourceGroupName, name, environmentName, - linkedBackendName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + linkedBackendName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -14223,10 +14342,11 @@ public Mono>> linkBackendToBuildWithResponseAsync(Stri } else { staticSiteLinkedBackendEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.linkBackendToBuild(this.client.getEndpoint(), resourceGroupName, name, - environmentName, linkedBackendName, this.client.getSubscriptionId(), this.client.getApiVersion(), + environmentName, linkedBackendName, this.client.getSubscriptionId(), apiVersion, staticSiteLinkedBackendEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -14279,11 +14399,12 @@ private Mono>> linkBackendToBuildWithResponseAsync(Str } else { staticSiteLinkedBackendEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.linkBackendToBuild(this.client.getEndpoint(), resourceGroupName, name, environmentName, - linkedBackendName, this.client.getSubscriptionId(), this.client.getApiVersion(), - staticSiteLinkedBackendEnvelope, accept, context); + linkedBackendName, this.client.getSubscriptionId(), apiVersion, staticSiteLinkedBackendEnvelope, accept, + context); } /** @@ -14511,11 +14632,12 @@ public Mono> unlinkBackendFromBuildWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.unlinkBackendFromBuild(this.client.getEndpoint(), resourceGroupName, name, - environmentName, linkedBackendName, isCleaningAuthConfig, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + environmentName, linkedBackendName, isCleaningAuthConfig, this.client.getSubscriptionId(), apiVersion, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -14559,11 +14681,11 @@ private Mono> unlinkBackendFromBuildWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.unlinkBackendFromBuild(this.client.getEndpoint(), resourceGroupName, name, environmentName, - linkedBackendName, isCleaningAuthConfig, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + linkedBackendName, isCleaningAuthConfig, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -14627,6 +14749,8 @@ public void unlinkBackendFromBuild(String resourceGroupName, String name, String } /** + * Get all Static Sites for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14652,6 +14776,8 @@ private Mono> listNextSinglePageAsync( } /** + * Get all Static Sites for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14678,6 +14804,8 @@ private Mono> listNextSinglePageAsync( } /** + * Gets all static sites in the specified resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14705,6 +14833,8 @@ private Mono> listNextSinglePageAsync( } /** + * Gets all static sites in the specified resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14732,6 +14862,8 @@ private Mono> listNextSinglePageAsync( } /** + * Gets the list of users of a static site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14761,6 +14893,8 @@ private Mono> listNextSinglePageAsync( } /** + * Gets the list of users of a static site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14789,6 +14923,8 @@ private Mono> listStaticSiteUsersN } /** + * Gets all static site builds for a particular static site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14818,6 +14954,8 @@ private Mono> listStaticSiteUsersN } /** + * Gets all static site builds for a particular static site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14846,6 +14984,8 @@ private Mono> getStaticSiteBuilds } /** + * Returns overviews of database connections for a static site build + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14874,6 +15014,8 @@ private Mono> getStaticSiteBuilds } /** + * Returns overviews of database connections for a static site build + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14902,6 +15044,8 @@ private Mono> getBuildDatabaseConnections } /** + * Gets the functions of a particular static site build. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14931,6 +15075,8 @@ private Mono> getBuildDatabaseConnections } /** + * Gets the functions of a particular static site build. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14959,6 +15105,8 @@ private Mono> getBuildDatabaseConnections } /** + * Returns details of database connections for a static site build + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -14988,6 +15136,8 @@ private Mono> getBuildDatabaseConnections } /** + * Returns details of database connections for a static site build + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15016,6 +15166,8 @@ private Mono> getBuildDatabaseConnections } /** + * Gets the details of the user provided function apps registered with a static site build + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15046,6 +15198,8 @@ private Mono> getBuildDatabaseConnections } /** + * Gets the details of the user provided function apps registered with a static site build + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15075,6 +15229,8 @@ private Mono> getBuildDatabaseConnections } /** + * Gets the basic auth properties for a static site as a collection. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15104,6 +15260,8 @@ private Mono> getBuildDatabaseConnections } /** + * Gets the basic auth properties for a static site as a collection. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15132,6 +15290,8 @@ private Mono> getBuildDatabaseConnections } /** + * Gets all static site custom domains for a particular static site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15161,6 +15321,8 @@ private Mono> getBuildDatabaseConnections } /** + * Gets all static site custom domains for a particular static site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15189,6 +15351,8 @@ private Mono> getBuildDatabaseConnections } /** + * Returns overviews of database connections for a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15217,6 +15381,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Returns overviews of database connections for a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15245,6 +15411,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Gets the functions of a static site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15275,6 +15443,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Gets the functions of a static site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15303,6 +15473,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Gets the list of private endpoint connections associated with a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15332,6 +15504,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Gets the list of private endpoint connections associated with a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15359,6 +15533,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Returns details of database connections for a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15388,6 +15564,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Returns details of database connections for a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15416,6 +15594,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Gets the details of the user provided function apps registered with a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15446,6 +15626,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Gets the details of the user provided function apps registered with a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15475,6 +15657,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Returns details of all backends linked to a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15504,6 +15688,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Returns details of all backends linked to a static site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15532,6 +15718,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Returns details of all backends linked to a static site build + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -15562,6 +15750,8 @@ private Mono> getDatabaseConnectionsNextS } /** + * Returns details of all backends linked to a static site build + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/TopLevelDomainsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/TopLevelDomainsClientImpl.java index 140141403ca7..570fcaae7fb6 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/TopLevelDomainsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/TopLevelDomainsClientImpl.java @@ -65,7 +65,7 @@ public final class TopLevelDomainsClientImpl implements TopLevelDomainsClient { * service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientTopLevelDomains") public interface TopLevelDomainsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains") @@ -130,10 +130,11 @@ private Mono> listSinglePageAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -161,11 +162,10 @@ private Mono> listSinglePageAsync(Context con return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context) + return service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -255,10 +255,11 @@ public Mono> getWithResponseAsync(String name) { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.get(this.client.getEndpoint(), name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -287,10 +288,11 @@ private Mono> getWithResponseAsync(String name, Co return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service.get(this.client.getEndpoint(), name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + return service.get(this.client.getEndpoint(), name, this.client.getSubscriptionId(), apiVersion, accept, + context); } /** @@ -375,10 +377,11 @@ private Mono> listAgreementsSinglePageAsyn } else { agreementOption.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listAgreements(this.client.getEndpoint(), name, - this.client.getSubscriptionId(), this.client.getApiVersion(), agreementOption, accept, context)) + this.client.getSubscriptionId(), apiVersion, agreementOption, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -418,11 +421,12 @@ private Mono> listAgreementsSinglePageAsyn } else { agreementOption.validate(); } + final String apiVersion = "2024-11-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listAgreements(this.client.getEndpoint(), name, this.client.getSubscriptionId(), - this.client.getApiVersion(), agreementOption, accept, context) + .listAgreements(this.client.getEndpoint(), name, this.client.getSubscriptionId(), apiVersion, + agreementOption, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -504,6 +508,8 @@ public PagedIterable listAgreements(String name, } /** + * Get all top-level domains supported for registration. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -530,6 +536,8 @@ private Mono> listNextSinglePageAsync(String } /** + * Get all top-level domains supported for registration. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -557,6 +565,8 @@ private Mono> listNextSinglePageAsync(String } /** + * Gets all legal agreements that user needs to accept before purchasing a domain. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -584,6 +594,8 @@ private Mono> listAgreementsNextSinglePage } /** + * Gets all legal agreements that user needs to accept before purchasing a domain. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppsClientImpl.java index 0791cd52c814..9faeb005a9cd 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppsClientImpl.java @@ -173,7 +173,7 @@ public final class WebAppsClientImpl * perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWebApps") public interface WebAppsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/sites") @@ -4908,10 +4908,11 @@ private Mono> listSinglePageAsync() { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, + accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -4938,11 +4939,10 @@ private Mono> listSinglePageAsync(Context context) { return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); - return service - .list(this.client.getEndpoint(), this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context) + return service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -5036,10 +5036,11 @@ private Mono> listByResourceGroupSinglePageAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listByResourceGroup(this.client.getEndpoint(), resourceGroupName, - includeSlots, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + includeSlots, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -5074,11 +5075,12 @@ private Mono> listByResourceGroupSinglePageAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listByResourceGroup(this.client.getEndpoint(), resourceGroupName, includeSlots, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -5209,10 +5211,11 @@ public Mono> getByResourceGroupWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5249,10 +5252,11 @@ private Mono> getByResourceGroupWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getByResourceGroup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -5349,10 +5353,11 @@ public Mono>> createOrUpdateWithResponseAsync(String r } else { siteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, siteEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5395,10 +5400,11 @@ private Mono>> createOrUpdateWithResponseAsync(String } else { siteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, siteEnvelope, accept, context); } /** @@ -5604,10 +5610,11 @@ public Mono> deleteWithResponseAsync(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, name, deleteMetrics, - deleteEmptyServerFarm, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + deleteEmptyServerFarm, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5646,10 +5653,11 @@ private Mono> deleteWithResponseAsync(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.delete(this.client.getEndpoint(), resourceGroupName, name, deleteMetrics, deleteEmptyServerFarm, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -5753,10 +5761,11 @@ public Mono>> updateWithResponseAsync(String resourceG } else { siteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.update(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, siteEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -5799,10 +5808,11 @@ private Mono>> updateWithResponseAsync(String resource } else { siteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.update(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), siteEnvelope, accept, context); + apiVersion, siteEnvelope, accept, context); } /** @@ -6005,10 +6015,11 @@ public SiteInner update(String resourceGroupName, String name, SitePatchResource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.analyzeCustomHostname(this.client.getEndpoint(), resourceGroupName, name, - hostname, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + hostname, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6044,10 +6055,11 @@ private Mono> analyzeCustomHostnameW return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.analyzeCustomHostname(this.client.getEndpoint(), resourceGroupName, name, hostname, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -6143,10 +6155,11 @@ public Mono> applySlotConfigToProductionWithResponseAsync(String } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.applySlotConfigToProduction(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context)) + name, this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6187,10 +6200,11 @@ private Mono> applySlotConfigToProductionWithResponseAsync(String } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.applySlotConfigToProduction(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context); + this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context); } /** @@ -6286,10 +6300,11 @@ public Mono> backupWithResponseAsync(String resourceGr } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.backup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6330,10 +6345,11 @@ private Mono> backupWithResponseAsync(String resourceG } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.backup(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), request, accept, context); + apiVersion, request, accept, context); } /** @@ -6422,10 +6438,11 @@ private Mono> listBackupsSinglePageAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listBackups(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -6462,11 +6479,12 @@ private Mono> listBackupsSinglePageAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listBackups(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -6577,10 +6595,11 @@ public Mono> getBackupStatusWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBackupStatus(this.client.getEndpoint(), resourceGroupName, name, - backupId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + backupId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6619,10 +6638,11 @@ private Mono> getBackupStatusWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getBackupStatus(this.client.getEndpoint(), resourceGroupName, name, backupId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -6716,10 +6736,11 @@ public Mono> deleteBackupWithResponseAsync(String resourceGroupNa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteBackup(this.client.getEndpoint(), resourceGroupName, name, backupId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6759,10 +6780,11 @@ private Mono> deleteBackupWithResponseAsync(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteBackup(this.client.getEndpoint(), resourceGroupName, name, backupId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -6867,10 +6889,11 @@ public Mono> listBackupStatusSecretsWithResponseAsync( } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listBackupStatusSecrets(this.client.getEndpoint(), resourceGroupName, name, - backupId, this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + backupId, this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -6919,10 +6942,11 @@ private Mono> listBackupStatusSecretsWithResponseAsync } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listBackupStatusSecrets(this.client.getEndpoint(), resourceGroupName, name, backupId, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -7039,10 +7063,11 @@ public Mono>> restoreWithResponseAsync(String resource } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.restore(this.client.getEndpoint(), resourceGroupName, name, backupId, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7087,10 +7112,11 @@ private Mono>> restoreWithResponseAsync(String resourc } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restore(this.client.getEndpoint(), resourceGroupName, name, backupId, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -7293,10 +7319,11 @@ public void restore(String resourceGroupName, String name, String backupId, Rest return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listBasicPublishingCredentialsPolicies(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -7335,11 +7362,12 @@ public void restore(String resourceGroupName, String name, String backupId, Rest return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listBasicPublishingCredentialsPolicies(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -7456,10 +7484,11 @@ public void restore(String resourceGroupName, String name, String backupId, Rest return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getFtpAllowed(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7495,10 +7524,11 @@ public void restore(String resourceGroupName, String name, String backupId, Rest return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getFtpAllowed(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -7593,11 +7623,11 @@ public Mono> updateFtpAllo } else { csmPublishingAccessPoliciesEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateFtpAllowed(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), csmPublishingAccessPoliciesEntity, accept, - context)) + this.client.getSubscriptionId(), apiVersion, csmPublishingAccessPoliciesEntity, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7641,11 +7671,11 @@ private Mono> updateFtpAll } else { csmPublishingAccessPoliciesEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateFtpAllowed(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), csmPublishingAccessPoliciesEntity, accept, - context); + this.client.getSubscriptionId(), apiVersion, csmPublishingAccessPoliciesEntity, accept, context); } /** @@ -7740,10 +7770,11 @@ public CsmPublishingCredentialsPoliciesEntityInner updateFtpAllowed(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getScmAllowed(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7779,10 +7810,11 @@ public CsmPublishingCredentialsPoliciesEntityInner updateFtpAllowed(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getScmAllowed(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -7877,11 +7909,11 @@ public Mono> updateScmAllo } else { csmPublishingAccessPoliciesEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateScmAllowed(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), csmPublishingAccessPoliciesEntity, accept, - context)) + this.client.getSubscriptionId(), apiVersion, csmPublishingAccessPoliciesEntity, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -7925,11 +7957,11 @@ private Mono> updateScmAll } else { csmPublishingAccessPoliciesEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateScmAllowed(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), csmPublishingAccessPoliciesEntity, accept, - context); + this.client.getSubscriptionId(), apiVersion, csmPublishingAccessPoliciesEntity, accept, context); } /** @@ -8024,10 +8056,11 @@ private Mono> listConfigurationsSinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listConfigurations(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -8065,11 +8098,12 @@ private Mono> listConfigurationsSinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listConfigurations(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -8184,10 +8218,11 @@ public Mono>> updateApplicationSettingsWithResponseAsy } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateApplicationSettings(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, accept, context)) + name, this.client.getSubscriptionId(), apiVersion, appSettings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -8228,10 +8263,11 @@ private Mono>> updateApplicationSettingsWithResponseAs } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateApplicationSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, accept, context); + this.client.getSubscriptionId(), apiVersion, appSettings, accept, context); } /** @@ -8430,10 +8466,11 @@ public Mono> listApplicationSettingsWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listApplicationSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -8468,10 +8505,11 @@ private Mono> listApplicationSettingsWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listApplicationSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -8566,10 +8604,11 @@ public Mono> updateAuthSettingsWithResponseAsync } else { siteAuthSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateAuthSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteAuthSettings, accept, context)) + this.client.getSubscriptionId(), apiVersion, siteAuthSettings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -8612,10 +8651,11 @@ private Mono> updateAuthSettingsWithResponseAsyn } else { siteAuthSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateAuthSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteAuthSettings, accept, context); + this.client.getSubscriptionId(), apiVersion, siteAuthSettings, accept, context); } /** @@ -8710,10 +8750,11 @@ public Mono> getAuthSettingsWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAuthSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -8749,10 +8790,11 @@ private Mono> getAuthSettingsWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAuthSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -8842,10 +8884,11 @@ public SiteAuthSettingsInner getAuthSettings(String resourceGroupName, String na return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAuthSettingsV2WithoutSecrets(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -8881,10 +8924,11 @@ public SiteAuthSettingsInner getAuthSettings(String resourceGroupName, String na return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAuthSettingsV2WithoutSecrets(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -8981,10 +9025,11 @@ public Mono> updateAuthSettingsV2WithResponseA } else { siteAuthSettingsV2.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateAuthSettingsV2(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteAuthSettingsV2, accept, context)) + this.client.getSubscriptionId(), apiVersion, siteAuthSettingsV2, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9027,10 +9072,11 @@ private Mono> updateAuthSettingsV2WithResponse } else { siteAuthSettingsV2.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateAuthSettingsV2(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteAuthSettingsV2, accept, context); + this.client.getSubscriptionId(), apiVersion, siteAuthSettingsV2, accept, context); } /** @@ -9125,10 +9171,11 @@ public Mono> getAuthSettingsV2WithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAuthSettingsV2(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9164,10 +9211,11 @@ private Mono> getAuthSettingsV2WithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAuthSettingsV2(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -9264,11 +9312,11 @@ public Mono> updateAzureSt } else { azureStorageAccounts.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateAzureStorageAccounts(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), azureStorageAccounts, accept, - context)) + name, this.client.getSubscriptionId(), apiVersion, azureStorageAccounts, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9312,10 +9360,11 @@ private Mono> updateAzureS } else { azureStorageAccounts.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateAzureStorageAccounts(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), azureStorageAccounts, accept, context); + this.client.getSubscriptionId(), apiVersion, azureStorageAccounts, accept, context); } /** @@ -9411,10 +9460,11 @@ public AzureStoragePropertyDictionaryResourceInner updateAzureStorageAccounts(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listAzureStorageAccounts(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9450,10 +9500,11 @@ public AzureStoragePropertyDictionaryResourceInner updateAzureStorageAccounts(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listAzureStorageAccounts(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -9548,10 +9599,11 @@ public Mono> updateBackupConfigurationWithResponseA } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateBackupConfiguration(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + name, this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9593,10 +9645,11 @@ private Mono> updateBackupConfigurationWithResponse } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateBackupConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -9687,10 +9740,11 @@ public Mono> deleteBackupConfigurationWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteBackupConfiguration(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9725,10 +9779,11 @@ private Mono> deleteBackupConfigurationWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteBackupConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -9814,10 +9869,11 @@ public Mono> getBackupConfigurationWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBackupConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -9853,10 +9909,11 @@ private Mono> getBackupConfigurationWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getBackupConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -9943,10 +10000,11 @@ public BackupRequestInner getBackupConfiguration(String resourceGroupName, Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAppSettingsKeyVaultReferences(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -9983,11 +10041,12 @@ public BackupRequestInner getBackupConfiguration(String resourceGroupName, Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getAppSettingsKeyVaultReferences(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -10101,10 +10160,11 @@ public Mono> getAppSettingKeyVaultReferenceWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAppSettingKeyVaultReference(this.client.getEndpoint(), resourceGroupName, - name, appSettingKey, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, appSettingKey, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10144,10 +10204,11 @@ private Mono> getAppSettingKeyVaultReferenceWithRe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAppSettingKeyVaultReference(this.client.getEndpoint(), resourceGroupName, name, appSettingKey, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -10240,10 +10301,11 @@ public ApiKVReferenceInner getAppSettingKeyVaultReference(String resourceGroupNa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteConnectionStringKeyVaultReferences(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -10280,11 +10342,12 @@ private Mono> getSiteConnectionStringKeyVault return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getSiteConnectionStringKeyVaultReferences(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -10402,11 +10465,12 @@ public Mono> getSiteConnectionStringKeyVaultRefere return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteConnectionStringKeyVaultReference(this.client.getEndpoint(), - resourceGroupName, name, connectionStringKey, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + resourceGroupName, name, connectionStringKey, this.client.getSubscriptionId(), apiVersion, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10447,10 +10511,11 @@ private Mono> getSiteConnectionStringKeyVaultRefer return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteConnectionStringKeyVaultReference(this.client.getEndpoint(), resourceGroupName, name, - connectionStringKey, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + connectionStringKey, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -10551,10 +10616,11 @@ public Mono> updateConnectionStringsWi } else { connectionStrings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateConnectionStrings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionStrings, accept, context)) + this.client.getSubscriptionId(), apiVersion, connectionStrings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10596,10 +10662,11 @@ private Mono> updateConnectionStringsW } else { connectionStrings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateConnectionStrings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionStrings, accept, context); + this.client.getSubscriptionId(), apiVersion, connectionStrings, accept, context); } /** @@ -10691,10 +10758,11 @@ public ConnectionStringDictionaryInner updateConnectionStrings(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listConnectionStrings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10729,10 +10797,11 @@ public ConnectionStringDictionaryInner updateConnectionStrings(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listConnectionStrings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -10820,10 +10889,11 @@ public Mono> getDiagnosticLogsConfigurationWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDiagnosticLogsConfiguration(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -10859,10 +10929,11 @@ public Mono> getDiagnosticLogsConfigurationWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDiagnosticLogsConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -10957,10 +11028,11 @@ public Mono> updateDiagnosticLogsConfigWithRespons } else { siteLogsConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateDiagnosticLogsConfig(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), siteLogsConfig, accept, context)) + name, this.client.getSubscriptionId(), apiVersion, siteLogsConfig, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11003,10 +11075,11 @@ private Mono> updateDiagnosticLogsConfigWithRespon } else { siteLogsConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateDiagnosticLogsConfig(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteLogsConfig, accept, context); + this.client.getSubscriptionId(), apiVersion, siteLogsConfig, accept, context); } /** @@ -11107,10 +11180,11 @@ public Mono> updateMetadataWithResponseAsync(Str } else { metadata.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateMetadata(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), metadata, accept, context)) + this.client.getSubscriptionId(), apiVersion, metadata, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11151,10 +11225,11 @@ private Mono> updateMetadataWithResponseAsync(St } else { metadata.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateMetadata(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), metadata, accept, context); + this.client.getSubscriptionId(), apiVersion, metadata, accept, context); } /** @@ -11244,10 +11319,11 @@ public Mono> listMetadataWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listMetadata(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11282,10 +11358,11 @@ private Mono> listMetadataWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listMetadata(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -11372,10 +11449,11 @@ public Mono>> listPublishingCredentialsWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listPublishingCredentials(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11411,10 +11489,11 @@ private Mono>> listPublishingCredentialsWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listPublishingCredentials(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -11605,10 +11684,11 @@ public Mono> updateSitePushSettingsWithResponseAsync } else { pushSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateSitePushSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), pushSettings, accept, context)) + this.client.getSubscriptionId(), apiVersion, pushSettings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11649,10 +11729,11 @@ private Mono> updateSitePushSettingsWithResponseAsyn } else { pushSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateSitePushSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), pushSettings, accept, context); + this.client.getSubscriptionId(), apiVersion, pushSettings, accept, context); } /** @@ -11744,10 +11825,11 @@ public Mono> listSitePushSettingsWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSitePushSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11782,10 +11864,11 @@ private Mono> listSitePushSettingsWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listSitePushSettings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -11872,10 +11955,11 @@ public PushSettingsInner listSitePushSettings(String resourceGroupName, String n return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSlotConfigurationNames(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -11910,10 +11994,11 @@ public PushSettingsInner listSitePushSettings(String resourceGroupName, String n return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listSlotConfigurationNames(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -12008,10 +12093,11 @@ public Mono> updateSlotConfigurationNames } else { slotConfigNames.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateSlotConfigurationNames(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), slotConfigNames, accept, context)) + name, this.client.getSubscriptionId(), apiVersion, slotConfigNames, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -12054,10 +12140,11 @@ private Mono> updateSlotConfigurationName } else { slotConfigNames.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateSlotConfigurationNames(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotConfigNames, accept, context); + this.client.getSubscriptionId(), apiVersion, slotConfigNames, accept, context); } /** @@ -12155,10 +12242,11 @@ public Mono> getConfigurationWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -12195,10 +12283,11 @@ private Mono> getConfigurationWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -12297,10 +12386,11 @@ public Mono>> createOrUpdateConfigurationWithResponseA } else { siteConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateConfiguration(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), siteConfig, accept, context)) + name, this.client.getSubscriptionId(), apiVersion, siteConfig, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -12341,10 +12431,11 @@ private Mono>> createOrUpdateConfigurationWithResponse } else { siteConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteConfig, accept, context); + this.client.getSubscriptionId(), apiVersion, siteConfig, accept, context); } /** @@ -12551,10 +12642,11 @@ public Mono> updateConfigurationWithResponseAs } else { siteConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteConfig, accept, context)) + this.client.getSubscriptionId(), apiVersion, siteConfig, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -12595,10 +12687,11 @@ private Mono> updateConfigurationWithResponseA } else { siteConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateConfiguration(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteConfig, accept, context); + this.client.getSubscriptionId(), apiVersion, siteConfig, accept, context); } /** @@ -12693,10 +12786,11 @@ public SiteConfigResourceInner updateConfiguration(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listConfigurationSnapshotInfo(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -12736,11 +12830,12 @@ public SiteConfigResourceInner updateConfiguration(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listConfigurationSnapshotInfo(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -12867,10 +12962,11 @@ public Mono> getConfigurationSnapshotWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getConfigurationSnapshot(this.client.getEndpoint(), resourceGroupName, name, - snapshotId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + snapshotId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -12909,10 +13005,11 @@ private Mono> getConfigurationSnapshotWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getConfigurationSnapshot(this.client.getEndpoint(), resourceGroupName, name, snapshotId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -13007,11 +13104,11 @@ public Mono> recoverSiteConfigurationSnapshotWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.recoverSiteConfigurationSnapshot(this.client.getEndpoint(), resourceGroupName, name, - snapshotId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.recoverSiteConfigurationSnapshot(this.client.getEndpoint(), + resourceGroupName, name, snapshotId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -13050,10 +13147,11 @@ private Mono> recoverSiteConfigurationSnapshotWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.recoverSiteConfigurationSnapshot(this.client.getEndpoint(), resourceGroupName, name, snapshotId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -13141,10 +13239,11 @@ public Mono> getWebSiteContainerLogsWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/octet-stream"; return FluxUtil .withContext(context -> service.getWebSiteContainerLogs(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -13179,10 +13278,11 @@ private Mono> getWebSiteContainerLogsWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/octet-stream"; context = this.client.mergeContext(context); return service.getWebSiteContainerLogs(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -13268,10 +13368,11 @@ public Mono> getContainerLogsZipWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/zip"; return FluxUtil .withContext(context -> service.getContainerLogsZip(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -13306,10 +13407,11 @@ private Mono> getContainerLogsZipWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/zip"; context = this.client.mergeContext(context); return service.getContainerLogsZip(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -13397,10 +13499,11 @@ private Mono> listContinuousWebJobsSinglePa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listContinuousWebJobs(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -13438,11 +13541,12 @@ private Mono> listContinuousWebJobsSinglePa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listContinuousWebJobs(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -13558,10 +13662,11 @@ public Mono> getContinuousWebJobWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getContinuousWebJob(this.client.getEndpoint(), resourceGroupName, name, - webJobName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -13601,10 +13706,11 @@ private Mono> getContinuousWebJobWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getContinuousWebJob(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -13702,10 +13808,11 @@ public Mono> deleteContinuousWebJobWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteContinuousWebJob(this.client.getEndpoint(), resourceGroupName, name, - webJobName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -13744,10 +13851,11 @@ private Mono> deleteContinuousWebJobWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteContinuousWebJob(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -13841,10 +13949,11 @@ public Mono> startContinuousWebJobWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.startContinuousWebJob(this.client.getEndpoint(), resourceGroupName, name, - webJobName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -13884,10 +13993,11 @@ private Mono> startContinuousWebJobWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.startContinuousWebJob(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -13984,10 +14094,11 @@ public Mono> stopContinuousWebJobWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.stopContinuousWebJob(this.client.getEndpoint(), resourceGroupName, name, - webJobName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -14027,10 +14138,11 @@ private Mono> stopContinuousWebJobWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.stopContinuousWebJob(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -14121,10 +14233,11 @@ public void stopContinuousWebJob(String resourceGroupName, String name, String w return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listProductionSiteDeploymentStatuses(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -14160,11 +14273,12 @@ public void stopContinuousWebJob(String resourceGroupName, String name, String w return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listProductionSiteDeploymentStatuses(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -14272,11 +14386,10 @@ public Mono>> getProductionSiteDeploymentStatusWithRes return Mono .error(new IllegalArgumentException("Parameter deploymentStatusId is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; - return FluxUtil - .withContext(context -> service.getProductionSiteDeploymentStatus(this.client.getEndpoint(), - this.client.getSubscriptionId(), resourceGroupName, name, deploymentStatusId, - this.client.getApiVersion(), accept, context)) + return FluxUtil.withContext(context -> service.getProductionSiteDeploymentStatus(this.client.getEndpoint(), + this.client.getSubscriptionId(), resourceGroupName, name, deploymentStatusId, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -14315,10 +14428,11 @@ private Mono>> getProductionSiteDeploymentStatusWithRe return Mono .error(new IllegalArgumentException("Parameter deploymentStatusId is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getProductionSiteDeploymentStatus(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, deploymentStatusId, this.client.getApiVersion(), accept, context); + resourceGroupName, name, deploymentStatusId, apiVersion, accept, context); } /** @@ -14508,10 +14622,11 @@ private Mono> listDeploymentsSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listDeployments(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -14548,11 +14663,12 @@ private Mono> listDeploymentsSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listDeployments(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -14664,10 +14780,11 @@ public Mono> getDeploymentWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDeployment(this.client.getEndpoint(), resourceGroupName, name, id, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -14707,10 +14824,11 @@ private Mono> getDeploymentWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDeployment(this.client.getEndpoint(), resourceGroupName, name, id, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -14811,10 +14929,11 @@ public Mono> createDeploymentWithResponseAsync(String } else { deployment.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createDeployment(this.client.getEndpoint(), resourceGroupName, name, id, - this.client.getSubscriptionId(), this.client.getApiVersion(), deployment, accept, context)) + this.client.getSubscriptionId(), apiVersion, deployment, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -14860,10 +14979,11 @@ private Mono> createDeploymentWithResponseAsync(String } else { deployment.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createDeployment(this.client.getEndpoint(), resourceGroupName, name, id, - this.client.getSubscriptionId(), this.client.getApiVersion(), deployment, accept, context); + this.client.getSubscriptionId(), apiVersion, deployment, accept, context); } /** @@ -14961,10 +15081,11 @@ public Mono> deleteDeploymentWithResponseAsync(String resourceGro return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteDeployment(this.client.getEndpoint(), resourceGroupName, name, id, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -15003,10 +15124,11 @@ private Mono> deleteDeploymentWithResponseAsync(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteDeployment(this.client.getEndpoint(), resourceGroupName, name, id, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -15100,10 +15222,11 @@ public Mono> listDeploymentLogWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listDeploymentLog(this.client.getEndpoint(), resourceGroupName, name, id, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -15144,10 +15267,11 @@ private Mono> listDeploymentLogWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listDeploymentLog(this.client.getEndpoint(), resourceGroupName, name, id, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -15248,10 +15372,11 @@ public Mono> discoverBackupWithResponseAsync(Strin } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.discoverBackup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -15294,10 +15419,11 @@ private Mono> discoverBackupWithResponseAsync(Stri } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.discoverBackup(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -15394,10 +15520,11 @@ private Mono> listDomainOwnershipIdentifiersSingl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listDomainOwnershipIdentifiers(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -15434,11 +15561,12 @@ private Mono> listDomainOwnershipIdentifiersSingl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listDomainOwnershipIdentifiers(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -15553,11 +15681,11 @@ public Mono> getDomainOwnershipIdentifierWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDomainOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, - name, domainOwnershipIdentifierName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + name, domainOwnershipIdentifierName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -15598,11 +15726,11 @@ private Mono> getDomainOwnershipIdentifierWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDomainOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, name, - domainOwnershipIdentifierName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + domainOwnershipIdentifierName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -15710,11 +15838,12 @@ public Mono> createOrUpdateDomainOwnershipIdentifierWi } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateDomainOwnershipIdentifier(this.client.getEndpoint(), - resourceGroupName, name, domainOwnershipIdentifierName, this.client.getSubscriptionId(), - this.client.getApiVersion(), domainOwnershipIdentifier, accept, context)) + resourceGroupName, name, domainOwnershipIdentifierName, this.client.getSubscriptionId(), apiVersion, + domainOwnershipIdentifier, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -15763,11 +15892,12 @@ private Mono> createOrUpdateDomainOwnershipIdentifierW } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateDomainOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, name, - domainOwnershipIdentifierName, this.client.getSubscriptionId(), this.client.getApiVersion(), - domainOwnershipIdentifier, accept, context); + domainOwnershipIdentifierName, this.client.getSubscriptionId(), apiVersion, domainOwnershipIdentifier, + accept, context); } /** @@ -15869,11 +15999,12 @@ public Mono> deleteDomainOwnershipIdentifierWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.deleteDomainOwnershipIdentifier(this.client.getEndpoint(), - resourceGroupName, name, domainOwnershipIdentifierName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.deleteDomainOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, name, + domainOwnershipIdentifierName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -15913,11 +16044,11 @@ private Mono> deleteDomainOwnershipIdentifierWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteDomainOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, name, - domainOwnershipIdentifierName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + domainOwnershipIdentifierName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -16023,11 +16154,12 @@ public Mono> updateDomainOwnershipIdentifierWithRespon } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateDomainOwnershipIdentifier(this.client.getEndpoint(), - resourceGroupName, name, domainOwnershipIdentifierName, this.client.getSubscriptionId(), - this.client.getApiVersion(), domainOwnershipIdentifier, accept, context)) + resourceGroupName, name, domainOwnershipIdentifierName, this.client.getSubscriptionId(), apiVersion, + domainOwnershipIdentifier, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -16075,11 +16207,12 @@ private Mono> updateDomainOwnershipIdentifierWithRespo } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateDomainOwnershipIdentifier(this.client.getEndpoint(), resourceGroupName, name, - domainOwnershipIdentifierName, this.client.getSubscriptionId(), this.client.getApiVersion(), - domainOwnershipIdentifier, accept, context); + domainOwnershipIdentifierName, this.client.getSubscriptionId(), apiVersion, domainOwnershipIdentifier, + accept, context); } /** @@ -16176,10 +16309,11 @@ public Mono> getMSDeployStatusWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getMSDeployStatus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -16214,10 +16348,11 @@ private Mono> getMSDeployStatusWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getMSDeployStatus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -16311,10 +16446,11 @@ public Mono>> createMSDeployOperationWithResponseAsync } else { mSDeploy.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createMSDeployOperation(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), mSDeploy, accept, context)) + this.client.getSubscriptionId(), apiVersion, mSDeploy, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -16356,10 +16492,11 @@ private Mono>> createMSDeployOperationWithResponseAsyn } else { mSDeploy.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createMSDeployOperation(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), mSDeploy, accept, context); + this.client.getSubscriptionId(), apiVersion, mSDeploy, accept, context); } /** @@ -16564,10 +16701,11 @@ public Mono> getMSDeployLogWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getMSDeployLog(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -16603,10 +16741,11 @@ private Mono> getMSDeployLogWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getMSDeployLog(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -16695,10 +16834,11 @@ public Mono> getOneDeployStatusWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getOneDeployStatus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -16733,10 +16873,11 @@ private Mono> getOneDeployStatusWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getOneDeployStatus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -16821,10 +16962,11 @@ public Mono> createOneDeployOperationWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOneDeployOperation(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -16859,10 +17001,11 @@ private Mono> createOneDeployOperationWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOneDeployOperation(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -16951,10 +17094,11 @@ private Mono> listFunctionsSinglePageAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listFunctions(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -16993,11 +17137,12 @@ private Mono> listFunctionsSinglePageAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listFunctions(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -17108,10 +17253,11 @@ public Mono> getFunctionsAdminTokenWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getFunctionsAdminToken(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -17146,10 +17292,11 @@ private Mono> getFunctionsAdminTokenWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getFunctionsAdminToken(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -17240,10 +17387,11 @@ public Mono> getFunctionWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getFunction(this.client.getEndpoint(), resourceGroupName, name, - functionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + functionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -17283,10 +17431,11 @@ private Mono> getFunctionWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getFunction(this.client.getEndpoint(), resourceGroupName, name, functionName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -17390,11 +17539,11 @@ public Mono>> createFunctionWithResponseAsync(String r } else { functionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.createFunction(this.client.getEndpoint(), resourceGroupName, name, functionName, - this.client.getSubscriptionId(), this.client.getApiVersion(), functionEnvelope, accept, context)) + .withContext(context -> service.createFunction(this.client.getEndpoint(), resourceGroupName, name, + functionName, this.client.getSubscriptionId(), apiVersion, functionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -17440,10 +17589,11 @@ private Mono>> createFunctionWithResponseAsync(String } else { functionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createFunction(this.client.getEndpoint(), resourceGroupName, name, functionName, - this.client.getSubscriptionId(), this.client.getApiVersion(), functionEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, functionEnvelope, accept, context); } /** @@ -17658,10 +17808,11 @@ public Mono> deleteFunctionWithResponseAsync(String resourceGroup return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteFunction(this.client.getEndpoint(), resourceGroupName, name, - functionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + functionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -17701,10 +17852,11 @@ private Mono> deleteFunctionWithResponseAsync(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteFunction(this.client.getEndpoint(), resourceGroupName, name, functionName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -17809,11 +17961,11 @@ public Mono> createOrUpdateFunctionSecretWithResponseAsyn } else { key.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateFunctionSecret(this.client.getEndpoint(), resourceGroupName, - name, functionName, keyName, this.client.getSubscriptionId(), this.client.getApiVersion(), key, accept, - context)) + name, functionName, keyName, this.client.getSubscriptionId(), apiVersion, key, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -17862,10 +18014,11 @@ private Mono> createOrUpdateFunctionSecretWithResponseAsy } else { key.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateFunctionSecret(this.client.getEndpoint(), resourceGroupName, name, functionName, - keyName, this.client.getSubscriptionId(), this.client.getApiVersion(), key, accept, context); + keyName, this.client.getSubscriptionId(), apiVersion, key, accept, context); } /** @@ -17974,10 +18127,11 @@ public Mono> deleteFunctionSecretWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteFunctionSecret(this.client.getEndpoint(), resourceGroupName, name, - functionName, keyName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + functionName, keyName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -18021,10 +18175,11 @@ private Mono> deleteFunctionSecretWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteFunctionSecret(this.client.getEndpoint(), resourceGroupName, name, functionName, keyName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -18124,10 +18279,11 @@ public Mono> listFunctionKeysWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listFunctionKeys(this.client.getEndpoint(), resourceGroupName, name, - functionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + functionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -18166,10 +18322,11 @@ private Mono> listFunctionKeysWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listFunctionKeys(this.client.getEndpoint(), resourceGroupName, name, functionName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -18264,10 +18421,11 @@ public Mono> listFunctionSecretsWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listFunctionSecrets(this.client.getEndpoint(), resourceGroupName, name, - functionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + functionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -18306,10 +18464,11 @@ private Mono> listFunctionSecretsWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listFunctionSecrets(this.client.getEndpoint(), resourceGroupName, name, functionName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -18399,10 +18558,11 @@ public Mono> listHostKeysWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHostKeys(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -18437,10 +18597,11 @@ private Mono> listHostKeysWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listHostKeys(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -18524,10 +18685,11 @@ public Mono> listSyncStatusWithResponseAsync(String resourceGroup return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSyncStatus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -18562,10 +18724,11 @@ private Mono> listSyncStatusWithResponseAsync(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listSyncStatus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -18648,10 +18811,11 @@ public Mono> syncFunctionsWithResponseAsync(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.syncFunctions(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -18686,10 +18850,11 @@ private Mono> syncFunctionsWithResponseAsync(String resourceGroup return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.syncFunctions(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -18787,10 +18952,11 @@ public Mono> createOrUpdateHostSecretWithResponseAsync(St } else { key.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateHostSecret(this.client.getEndpoint(), resourceGroupName, name, - keyType, keyName, this.client.getSubscriptionId(), this.client.getApiVersion(), key, accept, context)) + keyType, keyName, this.client.getSubscriptionId(), apiVersion, key, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -18839,10 +19005,11 @@ private Mono> createOrUpdateHostSecretWithResponseAsync(S } else { key.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateHostSecret(this.client.getEndpoint(), resourceGroupName, name, keyType, keyName, - this.client.getSubscriptionId(), this.client.getApiVersion(), key, accept, context); + this.client.getSubscriptionId(), apiVersion, key, accept, context); } /** @@ -18951,10 +19118,11 @@ public Mono> deleteHostSecretWithResponseAsync(String resourceGro return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteHostSecret(this.client.getEndpoint(), resourceGroupName, name, - keyType, keyName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + keyType, keyName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -18998,10 +19166,11 @@ private Mono> deleteHostSecretWithResponseAsync(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteHostSecret(this.client.getEndpoint(), resourceGroupName, name, keyType, keyName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -19097,10 +19266,11 @@ private Mono> listHostnameBindingsSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHostnameBindings(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -19138,11 +19308,12 @@ private Mono> listHostnameBindingsSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listHostnameBindings(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -19255,10 +19426,11 @@ public Mono> getHostnameBindingWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getHostnameBinding(this.client.getEndpoint(), resourceGroupName, name, - hostname, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + hostname, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -19297,10 +19469,11 @@ private Mono> getHostnameBindingWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getHostnameBinding(this.client.getEndpoint(), resourceGroupName, name, hostname, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -19401,11 +19574,11 @@ public Mono> createOrUpdateHostnameBindingWithRes } else { hostnameBinding.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateHostnameBinding(this.client.getEndpoint(), resourceGroupName, - name, hostname, this.client.getSubscriptionId(), this.client.getApiVersion(), hostnameBinding, accept, - context)) + name, hostname, this.client.getSubscriptionId(), apiVersion, hostnameBinding, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -19451,10 +19624,11 @@ private Mono> createOrUpdateHostnameBindingWithRe } else { hostnameBinding.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateHostnameBinding(this.client.getEndpoint(), resourceGroupName, name, hostname, - this.client.getSubscriptionId(), this.client.getApiVersion(), hostnameBinding, accept, context); + this.client.getSubscriptionId(), apiVersion, hostnameBinding, accept, context); } /** @@ -19555,10 +19729,11 @@ public Mono> deleteHostnameBindingWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteHostnameBinding(this.client.getEndpoint(), resourceGroupName, name, - hostname, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + hostname, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -19597,10 +19772,11 @@ private Mono> deleteHostnameBindingWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteHostnameBinding(this.client.getEndpoint(), resourceGroupName, name, hostname, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -19697,11 +19873,11 @@ public Mono> getHybridConnectionWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getHybridConnection(this.client.getEndpoint(), resourceGroupName, name, - namespaceName, relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + namespaceName, relayName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -19744,10 +19920,11 @@ private Mono> getHybridConnectionWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getHybridConnection(this.client.getEndpoint(), resourceGroupName, name, namespaceName, relayName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -19859,11 +20036,12 @@ public Mono> createOrUpdateHybridConnectionWithR } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateHybridConnection(this.client.getEndpoint(), resourceGroupName, - name, namespaceName, relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context)) + name, namespaceName, relayName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -19914,11 +20092,11 @@ private Mono> createOrUpdateHybridConnectionWith } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateHybridConnection(this.client.getEndpoint(), resourceGroupName, name, namespaceName, - relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, - context); + relayName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -20028,11 +20206,11 @@ public Mono> deleteHybridConnectionWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteHybridConnection(this.client.getEndpoint(), resourceGroupName, name, - namespaceName, relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + namespaceName, relayName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -20076,10 +20254,11 @@ private Mono> deleteHybridConnectionWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteHybridConnection(this.client.getEndpoint(), resourceGroupName, name, namespaceName, - relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + relayName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -20191,11 +20370,12 @@ public Mono> updateHybridConnectionWithResponseA } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateHybridConnection(this.client.getEndpoint(), resourceGroupName, name, - namespaceName, relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context)) + namespaceName, relayName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -20246,11 +20426,11 @@ private Mono> updateHybridConnectionWithResponse } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateHybridConnection(this.client.getEndpoint(), resourceGroupName, name, namespaceName, - relayName, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, - context); + relayName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -20350,10 +20530,11 @@ public Mono> listHybridConnectionsWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHybridConnections(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -20388,10 +20569,11 @@ private Mono> listHybridConnectionsWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listHybridConnections(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -20479,10 +20661,11 @@ public HybridConnectionInner listHybridConnections(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listRelayServiceConnections(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -20518,10 +20701,11 @@ public HybridConnectionInner listHybridConnections(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listRelayServiceConnections(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -20614,10 +20798,11 @@ public RelayServiceConnectionEntityInner listRelayServiceConnections(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getRelayServiceConnection(this.client.getEndpoint(), resourceGroupName, - name, entityName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, entityName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -20657,10 +20842,11 @@ private Mono> getRelayServiceConnect return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getRelayServiceConnection(this.client.getEndpoint(), resourceGroupName, name, entityName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -20765,11 +20951,12 @@ public Mono> createOrUpdateRelayServ } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createOrUpdateRelayServiceConnection(this.client.getEndpoint(), - resourceGroupName, name, entityName, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context)) + .withContext( + context -> service.createOrUpdateRelayServiceConnection(this.client.getEndpoint(), resourceGroupName, + name, entityName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -20817,11 +21004,11 @@ private Mono> createOrUpdateRelaySer } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateRelayServiceConnection(this.client.getEndpoint(), resourceGroupName, name, - entityName, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, - context); + entityName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -20924,10 +21111,11 @@ public Mono> deleteRelayServiceConnectionWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteRelayServiceConnection(this.client.getEndpoint(), resourceGroupName, - name, entityName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, entityName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -20967,10 +21155,11 @@ private Mono> deleteRelayServiceConnectionWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteRelayServiceConnection(this.client.getEndpoint(), resourceGroupName, name, entityName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -21075,11 +21264,11 @@ public Mono> updateRelayServiceConne } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateRelayServiceConnection(this.client.getEndpoint(), resourceGroupName, - name, entityName, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, - accept, context)) + name, entityName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -21127,10 +21316,11 @@ private Mono> updateRelayServiceConn } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateRelayServiceConnection(this.client.getEndpoint(), resourceGroupName, name, entityName, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -21228,10 +21418,11 @@ public RelayServiceConnectionEntityInner updateRelayServiceConnection(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listInstanceIdentifiers(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -21268,11 +21459,12 @@ public RelayServiceConnectionEntityInner updateRelayServiceConnection(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceIdentifiers(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -21385,10 +21577,11 @@ public Mono> getInstanceInfoWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceInfo(this.client.getEndpoint(), resourceGroupName, name, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -21427,10 +21620,11 @@ private Mono> getInstanceInfoWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceInfo(this.client.getEndpoint(), resourceGroupName, name, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -21525,10 +21719,11 @@ public Mono> getInstanceMsDeployStatusWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceMsDeployStatus(this.client.getEndpoint(), resourceGroupName, - name, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -21567,10 +21762,11 @@ private Mono> getInstanceMsDeployStatusWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceMsDeployStatus(this.client.getEndpoint(), resourceGroupName, name, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -21672,11 +21868,12 @@ public Mono>> createInstanceMSDeployOperationWithRespo } else { mSDeploy.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createInstanceMSDeployOperation(this.client.getEndpoint(), - resourceGroupName, name, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), - mSDeploy, accept, context)) + .withContext( + context -> service.createInstanceMSDeployOperation(this.client.getEndpoint(), resourceGroupName, name, + instanceId, this.client.getSubscriptionId(), apiVersion, mSDeploy, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -21722,10 +21919,11 @@ private Mono>> createInstanceMSDeployOperationWithResp } else { mSDeploy.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createInstanceMSDeployOperation(this.client.getEndpoint(), resourceGroupName, name, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), mSDeploy, accept, context); + this.client.getSubscriptionId(), apiVersion, mSDeploy, accept, context); } /** @@ -21946,10 +22144,11 @@ public Mono> getInstanceMSDeployLogWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceMSDeployLog(this.client.getEndpoint(), resourceGroupName, name, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -21989,10 +22188,11 @@ private Mono> getInstanceMSDeployLogWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceMSDeployLog(this.client.getEndpoint(), resourceGroupName, name, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -22094,10 +22294,11 @@ private Mono> listInstanceProcessesSinglePageAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listInstanceProcesses(this.client.getEndpoint(), resourceGroupName, name, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -22142,11 +22343,12 @@ private Mono> listInstanceProcessesSinglePageAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceProcesses(this.client.getEndpoint(), resourceGroupName, name, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -22283,10 +22485,11 @@ public Mono> getInstanceProcessWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceProcess(this.client.getEndpoint(), resourceGroupName, name, - processId, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -22331,10 +22534,11 @@ private Mono> getInstanceProcessWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceProcess(this.client.getEndpoint(), resourceGroupName, name, processId, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -22447,10 +22651,11 @@ public Mono> deleteInstanceProcessWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteInstanceProcess(this.client.getEndpoint(), resourceGroupName, name, - processId, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -22497,10 +22702,11 @@ private Mono> deleteInstanceProcessWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteInstanceProcess(this.client.getEndpoint(), resourceGroupName, name, processId, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -22615,10 +22821,11 @@ public Mono> getInstanceProcessDumpWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceProcessDump(this.client.getEndpoint(), resourceGroupName, name, - processId, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -22663,10 +22870,11 @@ private Mono> getInstanceProcessDumpWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceProcessDump(this.client.getEndpoint(), resourceGroupName, name, processId, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -22779,11 +22987,11 @@ private Mono> listInstanceProcessModulesSi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listInstanceProcessModules(this.client.getEndpoint(), resourceGroupName, - name, processId, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, processId, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -22831,11 +23039,12 @@ private Mono> listInstanceProcessModulesSi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceProcessModules(this.client.getEndpoint(), resourceGroupName, name, processId, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -22979,11 +23188,11 @@ public Mono> getInstanceProcessModuleWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceProcessModule(this.client.getEndpoint(), resourceGroupName, name, - processId, baseAddress, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + processId, baseAddress, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -23032,10 +23241,11 @@ private Mono> getInstanceProcessModuleWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceProcessModule(this.client.getEndpoint(), resourceGroupName, name, processId, - baseAddress, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + baseAddress, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -23152,11 +23362,11 @@ private Mono> listInstanceProcessThreadsSi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listInstanceProcessThreads(this.client.getEndpoint(), resourceGroupName, - name, processId, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, processId, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -23204,11 +23414,12 @@ private Mono> listInstanceProcessThreadsSi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceProcessThreads(this.client.getEndpoint(), resourceGroupName, name, processId, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -23338,10 +23549,11 @@ public Mono> isCloneableWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.isCloneable(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -23377,10 +23589,11 @@ private Mono> isCloneableWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.isCloneable(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -23465,10 +23678,11 @@ private Mono> listSiteBackupsSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteBackups(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -23505,11 +23719,12 @@ private Mono> listSiteBackupsSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteBackups(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -23616,10 +23831,11 @@ public Mono> listSyncFunctionTriggersWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSyncFunctionTriggers(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -23654,10 +23870,11 @@ private Mono> listSyncFunctionTriggersWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listSyncFunctionTriggers(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -23741,10 +23958,11 @@ public Mono> updateMachineKeyWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateMachineKey(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -23777,10 +23995,11 @@ private Mono> updateMachineKeyWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateMachineKey(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -23873,11 +24092,12 @@ public Mono>> migrateStorageWithResponseAsync(String s } else { migrationOptions.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext( context -> service.migrateStorage(this.client.getEndpoint(), subscriptionName, resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), migrationOptions, accept, context)) + this.client.getSubscriptionId(), apiVersion, migrationOptions, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -23925,10 +24145,11 @@ private Mono>> migrateStorageWithResponseAsync(String } else { migrationOptions.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.migrateStorage(this.client.getEndpoint(), subscriptionName, resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), migrationOptions, accept, context); + this.client.getSubscriptionId(), apiVersion, migrationOptions, accept, context); } /** @@ -24148,9 +24369,11 @@ public Mono>> migrateMySqlWithResponseAsync(String res } else { migrationRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; - return FluxUtil.withContext(context -> service.migrateMySql(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), migrationRequestEnvelope, accept, context)) + return FluxUtil + .withContext(context -> service.migrateMySql(this.client.getEndpoint(), resourceGroupName, name, + this.client.getSubscriptionId(), apiVersion, migrationRequestEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -24192,10 +24415,11 @@ private Mono>> migrateMySqlWithResponseAsync(String re } else { migrationRequestEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.migrateMySql(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), migrationRequestEnvelope, accept, context); + apiVersion, migrationRequestEnvelope, accept, context); } /** @@ -24394,10 +24618,11 @@ public Mono> getMigrateMySqlStatusWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getMigrateMySqlStatus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -24433,10 +24658,11 @@ private Mono> getMigrateMySqlStatusWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getMigrateMySqlStatus(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -24526,10 +24752,11 @@ public MigrateMySqlStatusInner getMigrateMySqlStatus(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSwiftVirtualNetworkConnection(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -24564,10 +24791,11 @@ public MigrateMySqlStatusInner getMigrateMySqlStatus(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSwiftVirtualNetworkConnection(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -24666,11 +24894,12 @@ public SwiftVirtualNetworkInner getSwiftVirtualNetworkConnection(String resource } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateSwiftVirtualNetworkConnectionWithCheck( - this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), connectionEnvelope, accept, context)) + this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, + connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -24717,11 +24946,11 @@ public SwiftVirtualNetworkInner getSwiftVirtualNetworkConnection(String resource } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateSwiftVirtualNetworkConnectionWithCheck(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, - accept, context); + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -24827,10 +25056,11 @@ public Mono> deleteSwiftVirtualNetworkWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSwiftVirtualNetwork(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -24866,10 +25096,11 @@ private Mono> deleteSwiftVirtualNetworkWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSwiftVirtualNetwork(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -24968,11 +25199,12 @@ public Mono> updateSwiftVirtualNetworkConnect } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateSwiftVirtualNetworkConnectionWithCheck(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -25018,10 +25250,11 @@ private Mono> updateSwiftVirtualNetworkConnec } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateSwiftVirtualNetworkConnectionWithCheck(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -25133,10 +25366,11 @@ public Mono> listNetworkFeaturesWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listNetworkFeatures(this.client.getEndpoint(), resourceGroupName, name, - view, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + view, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -25177,10 +25411,11 @@ private Mono> listNetworkFeaturesWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listNetworkFeatures(this.client.getEndpoint(), resourceGroupName, name, view, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -25279,10 +25514,11 @@ public Mono> getNetworkTraceOperationWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getNetworkTraceOperation(this.client.getEndpoint(), resourceGroupName, name, - operationId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + operationId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -25321,10 +25557,11 @@ private Mono> getNetworkTraceOperationWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getNetworkTraceOperation(this.client.getEndpoint(), resourceGroupName, name, operationId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -25417,11 +25654,12 @@ public Mono> startWebSiteNetworkTraceWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.startWebSiteNetworkTrace(this.client.getEndpoint(), resourceGroupName, name, - durationInSeconds, maxFrameLength, sasUrl, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + durationInSeconds, maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -25459,10 +25697,11 @@ private Mono> startWebSiteNetworkTraceWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.startWebSiteNetworkTrace(this.client.getEndpoint(), resourceGroupName, name, durationInSeconds, - maxFrameLength, sasUrl, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -25563,11 +25802,12 @@ public Mono>> startWebSiteNetworkTraceOperationWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.startWebSiteNetworkTraceOperation(this.client.getEndpoint(), resourceGroupName, name, durationInSeconds, maxFrameLength, sasUrl, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -25606,11 +25846,11 @@ private Mono>> startWebSiteNetworkTraceOperationWithRe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.startWebSiteNetworkTraceOperation(this.client.getEndpoint(), resourceGroupName, name, - durationInSeconds, maxFrameLength, sasUrl, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context); + durationInSeconds, maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -25875,10 +26115,11 @@ public Mono> stopWebSiteNetworkTraceWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.stopWebSiteNetworkTrace(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -25913,10 +26154,11 @@ private Mono> stopWebSiteNetworkTraceWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.stopWebSiteNetworkTrace(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -26004,10 +26246,11 @@ public Mono>> getNetworkTracesWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getNetworkTraces(this.client.getEndpoint(), resourceGroupName, name, - operationId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + operationId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -26046,10 +26289,11 @@ private Mono>> getNetworkTracesWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getNetworkTraces(this.client.getEndpoint(), resourceGroupName, name, operationId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -26144,10 +26388,11 @@ public Mono> getNetworkTraceOperationV2WithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getNetworkTraceOperationV2(this.client.getEndpoint(), resourceGroupName, - name, operationId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, operationId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -26186,10 +26431,11 @@ private Mono> getNetworkTraceOperationV2WithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getNetworkTraceOperationV2(this.client.getEndpoint(), resourceGroupName, name, operationId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -26283,10 +26529,11 @@ public Mono>> getNetworkTracesV2WithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getNetworkTracesV2(this.client.getEndpoint(), resourceGroupName, name, - operationId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + operationId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -26325,10 +26572,11 @@ private Mono>> getNetworkTracesV2WithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getNetworkTracesV2(this.client.getEndpoint(), resourceGroupName, name, operationId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -26419,10 +26667,11 @@ public Mono> generateNewSitePublishingPasswordWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.generateNewSitePublishingPassword(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -26457,10 +26706,11 @@ private Mono> generateNewSitePublishingPasswordWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.generateNewSitePublishingPassword(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -26550,10 +26800,11 @@ private Mono> listPerfMonCountersSinglePageA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listPerfMonCounters(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context)) + this.client.getSubscriptionId(), apiVersion, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -26594,11 +26845,12 @@ private Mono> listPerfMonCountersSinglePageA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listPerfMonCounters(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), filter, accept, context) + apiVersion, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -26738,10 +26990,11 @@ public Mono> getSitePhpErrorLogFlagWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSitePhpErrorLogFlag(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -26777,10 +27030,11 @@ private Mono> getSitePhpErrorLogFlagWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSitePhpErrorLogFlag(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -26866,10 +27120,11 @@ public Mono> listPremierAddOnsWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listPremierAddOns(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -26904,10 +27159,11 @@ private Mono> listPremierAddOnsWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listPremierAddOns(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -26999,10 +27255,11 @@ public Mono> getPremierAddOnWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPremierAddOn(this.client.getEndpoint(), resourceGroupName, name, - premierAddOnName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + premierAddOnName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -27042,10 +27299,11 @@ private Mono> getPremierAddOnWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPremierAddOn(this.client.getEndpoint(), resourceGroupName, name, premierAddOnName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -27147,11 +27405,11 @@ public Mono> addPremierAddOnWithResponseAsync(String } else { premierAddOn.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.addPremierAddOn(this.client.getEndpoint(), resourceGroupName, name, premierAddOnName, - this.client.getSubscriptionId(), this.client.getApiVersion(), premierAddOn, accept, context)) + .withContext(context -> service.addPremierAddOn(this.client.getEndpoint(), resourceGroupName, name, + premierAddOnName, this.client.getSubscriptionId(), apiVersion, premierAddOn, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -27197,10 +27455,11 @@ private Mono> addPremierAddOnWithResponseAsync(Strin } else { premierAddOn.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.addPremierAddOn(this.client.getEndpoint(), resourceGroupName, name, premierAddOnName, - this.client.getSubscriptionId(), this.client.getApiVersion(), premierAddOn, accept, context); + this.client.getSubscriptionId(), apiVersion, premierAddOn, accept, context); } /** @@ -27302,10 +27561,11 @@ public Mono> deletePremierAddOnWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deletePremierAddOn(this.client.getEndpoint(), resourceGroupName, name, - premierAddOnName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + premierAddOnName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -27345,10 +27605,11 @@ private Mono> deletePremierAddOnWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deletePremierAddOn(this.client.getEndpoint(), resourceGroupName, name, premierAddOnName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -27448,11 +27709,11 @@ public Mono> updatePremierAddOnWithResponseAsync(Str } else { premierAddOn.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updatePremierAddOn(this.client.getEndpoint(), resourceGroupName, name, - premierAddOnName, this.client.getSubscriptionId(), this.client.getApiVersion(), premierAddOn, accept, - context)) + premierAddOnName, this.client.getSubscriptionId(), apiVersion, premierAddOn, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -27498,10 +27759,11 @@ private Mono> updatePremierAddOnWithResponseAsync(St } else { premierAddOn.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updatePremierAddOn(this.client.getEndpoint(), resourceGroupName, name, premierAddOnName, - this.client.getSubscriptionId(), this.client.getApiVersion(), premierAddOn, accept, context); + this.client.getSubscriptionId(), apiVersion, premierAddOn, accept, context); } /** @@ -27599,10 +27861,11 @@ public Mono> getPrivateAccessWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateAccess(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -27639,10 +27902,11 @@ private Mono> getPrivateAccessWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateAccess(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -27740,10 +28004,11 @@ public Mono> putPrivateAccessVnetWithResponseAsync( } else { access.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.putPrivateAccessVnet(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), access, accept, context)) + this.client.getSubscriptionId(), apiVersion, access, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -27786,10 +28051,11 @@ private Mono> putPrivateAccessVnetWithResponseAsync } else { access.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.putPrivateAccessVnet(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), access, accept, context); + this.client.getSubscriptionId(), apiVersion, access, accept, context); } /** @@ -27883,10 +28149,11 @@ public PrivateAccessInner putPrivateAccessVnet(String resourceGroupName, String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateEndpointConnectionList(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -27924,11 +28191,12 @@ public PrivateAccessInner putPrivateAccessVnet(String resourceGroupName, String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getPrivateEndpointConnectionList(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -28046,11 +28314,11 @@ public PrivateAccessInner putPrivateAccessVnet(String resourceGroupName, String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, - name, privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + name, privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -28092,11 +28360,11 @@ public PrivateAccessInner putPrivateAccessVnet(String resourceGroupName, String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -28204,11 +28472,12 @@ public Mono>> approveOrRejectPrivateEndpointConnection } else { privateEndpointWrapper.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.approveOrRejectPrivateEndpointConnection(this.client.getEndpoint(), - resourceGroupName, name, privateEndpointConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), privateEndpointWrapper, accept, context)) + resourceGroupName, name, privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, + privateEndpointWrapper, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -28257,11 +28526,12 @@ private Mono>> approveOrRejectPrivateEndpointConnectio } else { privateEndpointWrapper.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.approveOrRejectPrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), - privateEndpointWrapper, accept, context); + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, privateEndpointWrapper, accept, + context); } /** @@ -28502,11 +28772,12 @@ public Mono>> deletePrivateEndpointConnectionWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.deletePrivateEndpointConnection(this.client.getEndpoint(), - resourceGroupName, name, privateEndpointConnectionName, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.deletePrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -28546,11 +28817,11 @@ private Mono>> deletePrivateEndpointConnectionWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deletePrivateEndpointConnection(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + privateEndpointConnectionName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -28753,10 +29024,11 @@ public Object deletePrivateEndpointConnection(String resourceGroupName, String n return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateLinkResources(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -28792,10 +29064,11 @@ public Object deletePrivateEndpointConnection(String resourceGroupName, String n return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateLinkResources(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -28884,10 +29157,11 @@ private Mono> listProcessesSinglePageAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listProcesses(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -28927,11 +29201,12 @@ private Mono> listProcessesSinglePageAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listProcesses(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -29051,10 +29326,11 @@ public Mono> getProcessWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getProcess(this.client.getEndpoint(), resourceGroupName, name, processId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -29094,10 +29370,11 @@ private Mono> getProcessWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getProcess(this.client.getEndpoint(), resourceGroupName, name, processId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -29197,10 +29474,11 @@ public Mono> deleteProcessWithResponseAsync(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteProcess(this.client.getEndpoint(), resourceGroupName, name, processId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -29242,10 +29520,11 @@ private Mono> deleteProcessWithResponseAsync(String resourceGroup return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteProcess(this.client.getEndpoint(), resourceGroupName, name, processId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -29347,10 +29626,11 @@ public Mono> getProcessDumpWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getProcessDump(this.client.getEndpoint(), resourceGroupName, name, - processId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -29390,10 +29670,11 @@ private Mono> getProcessDumpWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getProcessDump(this.client.getEndpoint(), resourceGroupName, name, processId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -29492,10 +29773,11 @@ private Mono> listProcessModulesSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listProcessModules(this.client.getEndpoint(), resourceGroupName, name, - processId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -29538,11 +29820,12 @@ private Mono> listProcessModulesSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listProcessModules(this.client.getEndpoint(), resourceGroupName, name, processId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -29670,10 +29953,11 @@ public Mono> getProcessModuleWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getProcessModule(this.client.getEndpoint(), resourceGroupName, name, - processId, baseAddress, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, baseAddress, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -29717,10 +30001,11 @@ private Mono> getProcessModuleWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getProcessModule(this.client.getEndpoint(), resourceGroupName, name, processId, baseAddress, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -29824,10 +30109,11 @@ private Mono> listProcessThreadsSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listProcessThreads(this.client.getEndpoint(), resourceGroupName, name, - processId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -29870,11 +30156,12 @@ private Mono> listProcessThreadsSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listProcessThreads(this.client.getEndpoint(), resourceGroupName, name, processId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -29994,10 +30281,11 @@ private Mono> listPublicCertificatesSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listPublicCertificates(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -30035,11 +30323,12 @@ private Mono> listPublicCertificatesSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listPublicCertificates(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -30153,10 +30442,11 @@ public Mono> getPublicCertificateWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPublicCertificate(this.client.getEndpoint(), resourceGroupName, name, - publicCertificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + publicCertificateName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -30196,10 +30486,11 @@ private Mono> getPublicCertificateWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPublicCertificate(this.client.getEndpoint(), resourceGroupName, name, publicCertificateName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -30305,11 +30596,12 @@ public Mono> createOrUpdatePublicCertificateWit } else { publicCertificate.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdatePublicCertificate(this.client.getEndpoint(), - resourceGroupName, name, publicCertificateName, this.client.getSubscriptionId(), - this.client.getApiVersion(), publicCertificate, accept, context)) + resourceGroupName, name, publicCertificateName, this.client.getSubscriptionId(), apiVersion, + publicCertificate, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -30358,11 +30650,11 @@ private Mono> createOrUpdatePublicCertificateWi } else { publicCertificate.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdatePublicCertificate(this.client.getEndpoint(), resourceGroupName, name, - publicCertificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), publicCertificate, - accept, context); + publicCertificateName, this.client.getSubscriptionId(), apiVersion, publicCertificate, accept, context); } /** @@ -30467,10 +30759,11 @@ public Mono> deletePublicCertificateWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deletePublicCertificate(this.client.getEndpoint(), resourceGroupName, name, - publicCertificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + publicCertificateName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -30510,10 +30803,11 @@ private Mono> deletePublicCertificateWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deletePublicCertificate(this.client.getEndpoint(), resourceGroupName, name, - publicCertificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + publicCertificateName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -30612,11 +30906,12 @@ public Mono> listPublishingProfileXmlWithSecretsWithRespons } else { publishingProfileOptions.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/xml"; return FluxUtil - .withContext(context -> service.listPublishingProfileXmlWithSecrets(this.client.getEndpoint(), - resourceGroupName, name, this.client.getSubscriptionId(), this.client.getApiVersion(), - publishingProfileOptions, accept, context)) + .withContext( + context -> service.listPublishingProfileXmlWithSecrets(this.client.getEndpoint(), resourceGroupName, + name, this.client.getSubscriptionId(), apiVersion, publishingProfileOptions, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -30659,10 +30954,11 @@ private Mono> listPublishingProfileXmlWithSecretsWithRespon } else { publishingProfileOptions.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/xml"; context = this.client.mergeContext(context); return service.listPublishingProfileXmlWithSecrets(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), publishingProfileOptions, accept, context); + this.client.getSubscriptionId(), apiVersion, publishingProfileOptions, accept, context); } /** @@ -30760,10 +31056,11 @@ public Mono> resetProductionSlotConfigWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.resetProductionSlotConfig(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -30800,10 +31097,11 @@ private Mono> resetProductionSlotConfigWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.resetProductionSlotConfig(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -30898,10 +31196,11 @@ public Mono> restartWithResponseAsync(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.restart(this.client.getEndpoint(), resourceGroupName, name, softRestart, - synchronous, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + synchronous, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -30940,10 +31239,11 @@ private Mono> restartWithResponseAsync(String resourceGroupName, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restart(this.client.getEndpoint(), resourceGroupName, name, softRestart, synchronous, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -31043,10 +31343,11 @@ public Mono>> restoreFromBackupBlobWithResponseAsync(S } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.restoreFromBackupBlob(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -31087,10 +31388,11 @@ private Mono>> restoreFromBackupBlobWithResponseAsync( } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restoreFromBackupBlob(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -31290,10 +31592,11 @@ public Mono>> restoreFromDeletedAppWithResponseAsync(S } else { restoreRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.restoreFromDeletedApp(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), restoreRequest, accept, context)) + this.client.getSubscriptionId(), apiVersion, restoreRequest, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -31334,10 +31637,11 @@ private Mono>> restoreFromDeletedAppWithResponseAsync( } else { restoreRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restoreFromDeletedApp(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), restoreRequest, accept, context); + this.client.getSubscriptionId(), apiVersion, restoreRequest, accept, context); } /** @@ -31539,10 +31843,11 @@ public Mono>> restoreSnapshotWithResponseAsync(String } else { restoreRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.restoreSnapshot(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), restoreRequest, accept, context)) + this.client.getSubscriptionId(), apiVersion, restoreRequest, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -31584,10 +31889,11 @@ private Mono>> restoreSnapshotWithResponseAsync(String } else { restoreRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restoreSnapshot(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), restoreRequest, accept, context); + this.client.getSubscriptionId(), apiVersion, restoreRequest, accept, context); } /** @@ -31788,10 +32094,11 @@ private Mono> listSiteContainersSinglePageAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteContainers(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -31826,11 +32133,12 @@ private Mono> listSiteContainersSinglePageAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteContainers(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -31934,10 +32242,11 @@ public Mono> getSiteContainerWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteContainer(this.client.getEndpoint(), resourceGroupName, name, - containerName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + containerName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -31975,10 +32284,11 @@ private Mono> getSiteContainerWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteContainer(this.client.getEndpoint(), resourceGroupName, name, containerName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -32070,11 +32380,11 @@ public Mono> createOrUpdateSiteContainerWithRespons } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateSiteContainer(this.client.getEndpoint(), resourceGroupName, - name, containerName, this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, - context)) + name, containerName, this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -32117,10 +32427,11 @@ private Mono> createOrUpdateSiteContainerWithRespon } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateSiteContainer(this.client.getEndpoint(), resourceGroupName, name, containerName, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -32213,10 +32524,11 @@ public Mono> deleteSiteContainerWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSiteContainer(this.client.getEndpoint(), resourceGroupName, name, - containerName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + containerName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -32253,10 +32565,11 @@ private Mono> deleteSiteContainerWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSiteContainer(this.client.getEndpoint(), resourceGroupName, name, containerName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -32341,10 +32654,11 @@ private Mono> listSiteExtensionsSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteExtensions(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -32383,11 +32697,12 @@ private Mono> listSiteExtensionsSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteExtensions(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -32506,10 +32821,11 @@ public Mono> getSiteExtensionWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteExtension(this.client.getEndpoint(), resourceGroupName, name, - siteExtensionId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteExtensionId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -32550,10 +32866,11 @@ private Mono> getSiteExtensionWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteExtension(this.client.getEndpoint(), resourceGroupName, name, siteExtensionId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -32653,10 +32970,11 @@ public Mono>> installSiteExtensionWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.installSiteExtension(this.client.getEndpoint(), resourceGroupName, name, - siteExtensionId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteExtensionId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -32697,10 +33015,11 @@ private Mono>> installSiteExtensionWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.installSiteExtension(this.client.getEndpoint(), resourceGroupName, name, siteExtensionId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -32912,10 +33231,11 @@ public Mono> deleteSiteExtensionWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSiteExtension(this.client.getEndpoint(), resourceGroupName, name, - siteExtensionId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteExtensionId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -32956,10 +33276,11 @@ private Mono> deleteSiteExtensionWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSiteExtension(this.client.getEndpoint(), resourceGroupName, name, siteExtensionId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -33050,10 +33371,11 @@ private Mono> listSlotsSinglePageAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSlots(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -33090,11 +33412,12 @@ private Mono> listSlotsSinglePageAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listSlots(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + .listSlots(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, + accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -33206,10 +33529,11 @@ public Mono> getSlotWithResponseAsync(String resourceGroupNa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -33250,10 +33574,11 @@ private Mono> getSlotWithResponseAsync(String resourceGroupN return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -33358,10 +33683,11 @@ public Mono>> createOrUpdateSlotWithResponseAsync(Stri } else { siteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, siteEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -33409,10 +33735,11 @@ private Mono>> createOrUpdateSlotWithResponseAsync(Str } else { siteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, siteEnvelope, accept, context); } /** @@ -33641,11 +33968,11 @@ public Mono> deleteSlotWithResponseAsync(String resourceGroupName return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - deleteMetrics, deleteEmptyServerFarm, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + deleteMetrics, deleteEmptyServerFarm, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -33688,10 +34015,11 @@ private Mono> deleteSlotWithResponseAsync(String resourceGroupNam return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSlot(this.client.getEndpoint(), resourceGroupName, name, slot, deleteMetrics, - deleteEmptyServerFarm, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + deleteEmptyServerFarm, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -33804,10 +34132,11 @@ public Mono> updateSlotWithResponseAsync(String resourceGrou } else { siteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteEnvelope, accept, context)) + this.client.getSubscriptionId(), apiVersion, siteEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -33855,10 +34184,11 @@ private Mono> updateSlotWithResponseAsync(String resourceGro } else { siteEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, siteEnvelope, accept, context); } /** @@ -33964,10 +34294,11 @@ public Mono> analyzeCustomHostnameSl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.analyzeCustomHostnameSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, hostname, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, hostname, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -34007,10 +34338,11 @@ private Mono> analyzeCustomHostnameS return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.analyzeCustomHostnameSlot(this.client.getEndpoint(), resourceGroupName, name, slot, hostname, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -34115,11 +34447,11 @@ public Mono> applySlotConfigurationSlotWithResponseAsync(String r } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.applySlotConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context)) + .withContext(context -> service.applySlotConfigurationSlot(this.client.getEndpoint(), resourceGroupName, + name, slot, this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -34164,10 +34496,11 @@ private Mono> applySlotConfigurationSlotWithResponseAsync(String } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.applySlotConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context); + this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context); } /** @@ -34273,10 +34606,11 @@ public Mono> backupSlotWithResponseAsync(String resour } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.backupSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -34322,10 +34656,11 @@ private Mono> backupSlotWithResponseAsync(String resou } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.backupSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -34427,10 +34762,11 @@ private Mono> listBackupsSlotSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listBackupsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -34472,11 +34808,12 @@ private Mono> listBackupsSlotSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listBackupsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -34602,10 +34939,11 @@ public Mono> getBackupStatusSlotWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBackupStatusSlot(this.client.getEndpoint(), resourceGroupName, name, - backupId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + backupId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -34649,10 +34987,11 @@ private Mono> getBackupStatusSlotWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getBackupStatusSlot(this.client.getEndpoint(), resourceGroupName, name, backupId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -34759,10 +35098,11 @@ public Mono> deleteBackupSlotWithResponseAsync(String resourceGro return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteBackupSlot(this.client.getEndpoint(), resourceGroupName, name, - backupId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + backupId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -34807,10 +35147,11 @@ private Mono> deleteBackupSlotWithResponseAsync(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteBackupSlot(this.client.getEndpoint(), resourceGroupName, name, backupId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -34926,11 +35267,11 @@ public Mono> listBackupStatusSecretsSlotWithResponseAs } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listBackupStatusSecretsSlot(this.client.getEndpoint(), resourceGroupName, - name, backupId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, - context)) + name, backupId, slot, this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -34983,10 +35324,11 @@ private Mono> listBackupStatusSecretsSlotWithResponseA } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listBackupStatusSecretsSlot(this.client.getEndpoint(), resourceGroupName, name, backupId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -35113,10 +35455,11 @@ public Mono>> restoreSlotWithResponseAsync(String reso } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.restoreSlot(this.client.getEndpoint(), resourceGroupName, name, backupId, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -35166,10 +35509,11 @@ private Mono>> restoreSlotWithResponseAsync(String res } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restoreSlot(this.client.getEndpoint(), resourceGroupName, name, backupId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -35394,11 +35738,11 @@ public void restoreSlot(String resourceGroupName, String name, String backupId, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listBasicPublishingCredentialsPoliciesSlot(this.client.getEndpoint(), - resourceGroupName, name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -35442,11 +35786,12 @@ public void restoreSlot(String resourceGroupName, String name, String backupId, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listBasicPublishingCredentialsPoliciesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -35573,10 +35918,11 @@ public PagedIterable listBasicPubli return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getFtpAllowedSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -35616,10 +35962,11 @@ public PagedIterable listBasicPubli return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getFtpAllowedSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -35724,11 +36071,11 @@ public Mono> updateFtpAllo } else { csmPublishingAccessPoliciesEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateFtpAllowedSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), csmPublishingAccessPoliciesEntity, - accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, csmPublishingAccessPoliciesEntity, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -35776,11 +36123,11 @@ private Mono> updateFtpAll } else { csmPublishingAccessPoliciesEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateFtpAllowedSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), csmPublishingAccessPoliciesEntity, accept, - context); + this.client.getSubscriptionId(), apiVersion, csmPublishingAccessPoliciesEntity, accept, context); } /** @@ -35883,10 +36230,11 @@ public CsmPublishingCredentialsPoliciesEntityInner updateFtpAllowedSlot(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getScmAllowedSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -35926,10 +36274,11 @@ public CsmPublishingCredentialsPoliciesEntityInner updateFtpAllowedSlot(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getScmAllowedSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -36034,11 +36383,11 @@ public Mono> updateScmAllo } else { csmPublishingAccessPoliciesEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateScmAllowedSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), csmPublishingAccessPoliciesEntity, - accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, csmPublishingAccessPoliciesEntity, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -36086,11 +36435,11 @@ private Mono> updateScmAll } else { csmPublishingAccessPoliciesEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateScmAllowedSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), csmPublishingAccessPoliciesEntity, accept, - context); + this.client.getSubscriptionId(), apiVersion, csmPublishingAccessPoliciesEntity, accept, context); } /** @@ -36194,10 +36543,11 @@ private Mono> listConfigurationsSlotSingl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listConfigurationsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -36240,11 +36590,12 @@ private Mono> listConfigurationsSlotSingl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listConfigurationsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -36374,10 +36725,11 @@ public Mono> updateApplicationSettingsSlotWithRe } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateApplicationSettingsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, appSettings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -36423,10 +36775,11 @@ private Mono> updateApplicationSettingsSlotWithR } else { appSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateApplicationSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), appSettings, accept, context); + this.client.getSubscriptionId(), apiVersion, appSettings, accept, context); } /** @@ -36531,10 +36884,11 @@ public Mono> listApplicationSettingsSlotWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listApplicationSettingsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -36574,10 +36928,11 @@ private Mono> listApplicationSettingsSlotWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listApplicationSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -36683,10 +37038,11 @@ public Mono> updateAuthSettingsSlotWithResponseA } else { siteAuthSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateAuthSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), siteAuthSettings, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, siteAuthSettings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -36733,10 +37089,11 @@ private Mono> updateAuthSettingsSlotWithResponse } else { siteAuthSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateAuthSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteAuthSettings, accept, context); + this.client.getSubscriptionId(), apiVersion, siteAuthSettings, accept, context); } /** @@ -36841,10 +37198,11 @@ public Mono> getAuthSettingsSlotWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAuthSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -36885,10 +37243,11 @@ private Mono> getAuthSettingsSlotWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAuthSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -36987,11 +37346,11 @@ public SiteAuthSettingsInner getAuthSettingsSlot(String resourceGroupName, Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.getAuthSettingsV2WithoutSecretsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getAuthSettingsV2WithoutSecretsSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -37030,10 +37389,11 @@ private Mono> getAuthSettingsV2WithoutSecretsS return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAuthSettingsV2WithoutSecretsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -37135,11 +37495,11 @@ public Mono> updateAuthSettingsV2SlotWithRespo } else { siteAuthSettingsV2.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.updateAuthSettingsV2Slot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteAuthSettingsV2, accept, context)) + .withContext(context -> service.updateAuthSettingsV2Slot(this.client.getEndpoint(), resourceGroupName, name, + slot, this.client.getSubscriptionId(), apiVersion, siteAuthSettingsV2, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -37186,10 +37546,11 @@ private Mono> updateAuthSettingsV2SlotWithResp } else { siteAuthSettingsV2.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateAuthSettingsV2Slot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteAuthSettingsV2, accept, context); + this.client.getSubscriptionId(), apiVersion, siteAuthSettingsV2, accept, context); } /** @@ -37294,10 +37655,11 @@ public Mono> getAuthSettingsV2SlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getAuthSettingsV2Slot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -37338,10 +37700,11 @@ private Mono> getAuthSettingsV2SlotWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAuthSettingsV2Slot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -37451,11 +37814,11 @@ public Mono> updateAzureSt } else { azureStorageAccounts.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateAzureStorageAccountsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), azureStorageAccounts, accept, - context)) + name, slot, this.client.getSubscriptionId(), apiVersion, azureStorageAccounts, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -37504,10 +37867,11 @@ private Mono> updateAzureS } else { azureStorageAccounts.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateAzureStorageAccountsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), azureStorageAccounts, accept, context); + this.client.getSubscriptionId(), apiVersion, azureStorageAccounts, accept, context); } /** @@ -37615,10 +37979,11 @@ public AzureStoragePropertyDictionaryResourceInner updateAzureStorageAccountsSlo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listAzureStorageAccountsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -37659,10 +38024,11 @@ private Mono> listAzureSto return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listAzureStorageAccountsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -37769,10 +38135,11 @@ public Mono> updateBackupConfigurationSlotWithRespo } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateBackupConfigurationSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -37819,10 +38186,11 @@ private Mono> updateBackupConfigurationSlotWithResp } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateBackupConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -37926,10 +38294,11 @@ public Mono> deleteBackupConfigurationSlotWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteBackupConfigurationSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -37969,10 +38338,11 @@ private Mono> deleteBackupConfigurationSlotWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteBackupConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -38070,10 +38440,11 @@ public Mono> getBackupConfigurationSlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getBackupConfigurationSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -38114,10 +38485,11 @@ private Mono> getBackupConfigurationSlotWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getBackupConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -38215,11 +38587,11 @@ public BackupRequestInner getBackupConfigurationSlot(String resourceGroupName, S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.getAppSettingsKeyVaultReferencesSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getAppSettingsKeyVaultReferencesSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -38260,11 +38632,12 @@ private Mono> getAppSettingsKeyVaultReference return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getAppSettingsKeyVaultReferencesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -38389,11 +38762,12 @@ public Mono> getAppSettingKeyVaultReferenceSlotWit return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getAppSettingKeyVaultReferenceSlot(this.client.getEndpoint(), - resourceGroupName, name, appSettingKey, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.getAppSettingKeyVaultReferenceSlot(this.client.getEndpoint(), resourceGroupName, + name, appSettingKey, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -38437,10 +38811,11 @@ private Mono> getAppSettingKeyVaultReferenceSlotWi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getAppSettingKeyVaultReferenceSlot(this.client.getEndpoint(), resourceGroupName, name, - appSettingKey, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + appSettingKey, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -38541,11 +38916,11 @@ private Mono> getSiteConnectionStringKeyVault return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteConnectionStringKeyVaultReferencesSlot(this.client.getEndpoint(), - resourceGroupName, name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -38586,11 +38961,12 @@ private Mono> getSiteConnectionStringKeyVault return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getSiteConnectionStringKeyVaultReferencesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -38718,11 +39094,12 @@ public Mono> getSiteConnectionStringKeyVaultRefere return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteConnectionStringKeyVaultReferenceSlot(this.client.getEndpoint(), - resourceGroupName, name, connectionStringKey, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + resourceGroupName, name, connectionStringKey, slot, this.client.getSubscriptionId(), apiVersion, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -38767,10 +39144,11 @@ private Mono> getSiteConnectionStringKeyVaultRefer return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteConnectionStringKeyVaultReferenceSlot(this.client.getEndpoint(), resourceGroupName, name, - connectionStringKey, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + connectionStringKey, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -38879,11 +39257,11 @@ public Mono> updateConnectionStringsSl } else { connectionStrings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.updateConnectionStringsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionStrings, accept, context)) + .withContext(context -> service.updateConnectionStringsSlot(this.client.getEndpoint(), resourceGroupName, + name, slot, this.client.getSubscriptionId(), apiVersion, connectionStrings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -38931,10 +39309,11 @@ private Mono> updateConnectionStringsS } else { connectionStrings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateConnectionStringsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionStrings, accept, context); + this.client.getSubscriptionId(), apiVersion, connectionStrings, accept, context); } /** @@ -39039,10 +39418,11 @@ public ConnectionStringDictionaryInner updateConnectionStringsSlot(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listConnectionStringsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -39082,10 +39462,11 @@ private Mono> listConnectionStringsSlo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listConnectionStringsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -39186,11 +39567,11 @@ public ConnectionStringDictionaryInner listConnectionStringsSlot(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.getDiagnosticLogsConfigurationSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getDiagnosticLogsConfigurationSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -39231,10 +39612,11 @@ private Mono> getDiagnosticLogsConfigurationSlotWi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDiagnosticLogsConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -39341,11 +39723,11 @@ public Mono> updateDiagnosticLogsConfigSlotWithRes } else { siteLogsConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateDiagnosticLogsConfigSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), siteLogsConfig, accept, - context)) + name, slot, this.client.getSubscriptionId(), apiVersion, siteLogsConfig, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -39393,10 +39775,11 @@ private Mono> updateDiagnosticLogsConfigSlotWithRe } else { siteLogsConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateDiagnosticLogsConfigSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteLogsConfig, accept, context); + this.client.getSubscriptionId(), apiVersion, siteLogsConfig, accept, context); } /** @@ -39510,10 +39893,11 @@ public Mono> updateMetadataSlotWithResponseAsync } else { metadata.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateMetadataSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), metadata, accept, context)) + this.client.getSubscriptionId(), apiVersion, metadata, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -39559,10 +39943,11 @@ private Mono> updateMetadataSlotWithResponseAsyn } else { metadata.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateMetadataSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), metadata, accept, context); + this.client.getSubscriptionId(), apiVersion, metadata, accept, context); } /** @@ -39665,10 +40050,11 @@ public Mono> listMetadataSlotWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listMetadataSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -39708,10 +40094,11 @@ private Mono> listMetadataSlotWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listMetadataSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -39810,10 +40197,11 @@ public Mono>> listPublishingCredentialsSlotWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listPublishingCredentialsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -39854,10 +40242,11 @@ private Mono>> listPublishingCredentialsSlotWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listPublishingCredentialsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -40071,11 +40460,11 @@ public Mono> updateSitePushSettingsSlotWithResponseA } else { pushSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.updateSitePushSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), pushSettings, accept, context)) + .withContext(context -> service.updateSitePushSettingsSlot(this.client.getEndpoint(), resourceGroupName, + name, slot, this.client.getSubscriptionId(), apiVersion, pushSettings, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -40120,10 +40509,11 @@ private Mono> updateSitePushSettingsSlotWithResponse } else { pushSettings.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateSitePushSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), pushSettings, accept, context); + this.client.getSubscriptionId(), apiVersion, pushSettings, accept, context); } /** @@ -40224,10 +40614,11 @@ public Mono> listSitePushSettingsSlotWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSitePushSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -40266,10 +40657,11 @@ private Mono> listSitePushSettingsSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listSitePushSettingsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -40366,10 +40758,11 @@ public Mono> getConfigurationSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -40411,10 +40804,11 @@ private Mono> getConfigurationSlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -40524,11 +40918,12 @@ public Mono> createOrUpdateConfigurationSlotWi } else { siteConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext( context -> service.createOrUpdateConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), siteConfig, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, siteConfig, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -40574,10 +40969,11 @@ private Mono> createOrUpdateConfigurationSlotW } else { siteConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteConfig, accept, context); + this.client.getSubscriptionId(), apiVersion, siteConfig, accept, context); } /** @@ -40688,10 +41084,11 @@ public Mono> updateConfigurationSlotWithRespon } else { siteConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), siteConfig, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, siteConfig, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -40737,10 +41134,11 @@ private Mono> updateConfigurationSlotWithRespo } else { siteConfig.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteConfig, accept, context); + this.client.getSubscriptionId(), apiVersion, siteConfig, accept, context); } /** @@ -40846,11 +41244,11 @@ public SiteConfigResourceInner updateConfigurationSlot(String resourceGroupName, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.listConfigurationSnapshotInfoSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.listConfigurationSnapshotInfoSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -40895,11 +41293,12 @@ private Mono> listConfiguratio return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listConfigurationSnapshotInfoSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -41040,10 +41439,11 @@ public Mono> getConfigurationSnapshotSlotWithR return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getConfigurationSnapshotSlot(this.client.getEndpoint(), resourceGroupName, - name, snapshotId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, snapshotId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -41087,10 +41487,11 @@ private Mono> getConfigurationSnapshotSlotWith return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getConfigurationSnapshotSlot(this.client.getEndpoint(), resourceGroupName, name, snapshotId, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -41199,11 +41600,12 @@ public Mono> recoverSiteConfigurationSnapshotSlotWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.recoverSiteConfigurationSnapshotSlot(this.client.getEndpoint(), - resourceGroupName, name, snapshotId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + .withContext( + context -> service.recoverSiteConfigurationSnapshotSlot(this.client.getEndpoint(), resourceGroupName, + name, snapshotId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -41247,10 +41649,11 @@ private Mono> recoverSiteConfigurationSnapshotSlotWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.recoverSiteConfigurationSnapshotSlot(this.client.getEndpoint(), resourceGroupName, name, - snapshotId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + snapshotId, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -41352,10 +41755,11 @@ public Mono> getWebSiteContainerLogsSlotWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/octet-stream"; return FluxUtil .withContext(context -> service.getWebSiteContainerLogsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -41394,10 +41798,11 @@ private Mono> getWebSiteContainerLogsSlotWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/octet-stream"; context = this.client.mergeContext(context); return service.getWebSiteContainerLogsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -41491,10 +41896,11 @@ public Mono> getContainerLogsZipSlotWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/zip"; return FluxUtil .withContext(context -> service.getContainerLogsZipSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -41533,10 +41939,11 @@ private Mono> getContainerLogsZipSlotWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/zip"; context = this.client.mergeContext(context); return service.getContainerLogsZipSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -41632,10 +42039,11 @@ public BinaryData getContainerLogsZipSlot(String resourceGroupName, String name, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listContinuousWebJobsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -41678,11 +42086,12 @@ public BinaryData getContainerLogsZipSlot(String resourceGroupName, String name, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listContinuousWebJobsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -41813,10 +42222,11 @@ public Mono> getContinuousWebJobSlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getContinuousWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, - webJobName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -41861,10 +42271,11 @@ private Mono> getContinuousWebJobSlotWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getContinuousWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -41974,10 +42385,11 @@ public Mono> deleteContinuousWebJobSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteContinuousWebJobSlot(this.client.getEndpoint(), resourceGroupName, - name, webJobName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, webJobName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -42021,10 +42433,11 @@ private Mono> deleteContinuousWebJobSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteContinuousWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -42130,10 +42543,11 @@ public Mono> startContinuousWebJobSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.startContinuousWebJobSlot(this.client.getEndpoint(), resourceGroupName, - name, webJobName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, webJobName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -42178,10 +42592,11 @@ private Mono> startContinuousWebJobSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.startContinuousWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -42290,10 +42705,11 @@ public Mono> stopContinuousWebJobSlotWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.stopContinuousWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, - webJobName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -42338,10 +42754,11 @@ private Mono> stopContinuousWebJobSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.stopContinuousWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -42444,11 +42861,11 @@ public void stopContinuousWebJobSlot(String resourceGroupName, String name, Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.listSlotSiteDeploymentStatusesSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.listSlotSiteDeploymentStatusesSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -42489,11 +42906,12 @@ private Mono> listSlotSiteDeploymentStatusesS return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSlotSiteDeploymentStatusesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -42614,11 +43032,12 @@ public Mono>> getSlotSiteDeploymentStatusSlotWithRespo return Mono .error(new IllegalArgumentException("Parameter deploymentStatusId is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSlotSiteDeploymentStatusSlot(this.client.getEndpoint(), - this.client.getSubscriptionId(), resourceGroupName, name, slot, deploymentStatusId, - this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), resourceGroupName, name, slot, deploymentStatusId, apiVersion, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -42662,10 +43081,11 @@ private Mono>> getSlotSiteDeploymentStatusSlotWithResp return Mono .error(new IllegalArgumentException("Parameter deploymentStatusId is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSlotSiteDeploymentStatusSlot(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, slot, deploymentStatusId, this.client.getApiVersion(), accept, context); + resourceGroupName, name, slot, deploymentStatusId, apiVersion, accept, context); } /** @@ -42878,10 +43298,11 @@ private Mono> listDeploymentsSlotSinglePageAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listDeploymentsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -42923,11 +43344,12 @@ private Mono> listDeploymentsSlotSinglePageAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listDeploymentsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -43054,10 +43476,11 @@ public Mono> getDeploymentSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getDeploymentSlot(this.client.getEndpoint(), resourceGroupName, name, id, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -43102,10 +43525,11 @@ private Mono> getDeploymentSlotWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDeploymentSlot(this.client.getEndpoint(), resourceGroupName, name, id, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -43217,10 +43641,11 @@ public Mono> createDeploymentSlotWithResponseAsync(Str } else { deployment.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createDeploymentSlot(this.client.getEndpoint(), resourceGroupName, name, id, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), deployment, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, deployment, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -43271,10 +43696,11 @@ private Mono> createDeploymentSlotWithResponseAsync(St } else { deployment.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createDeploymentSlot(this.client.getEndpoint(), resourceGroupName, name, id, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), deployment, accept, context); + this.client.getSubscriptionId(), apiVersion, deployment, accept, context); } /** @@ -43384,10 +43810,11 @@ public Mono> deleteDeploymentSlotWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteDeploymentSlot(this.client.getEndpoint(), resourceGroupName, name, id, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -43431,10 +43858,11 @@ private Mono> deleteDeploymentSlotWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteDeploymentSlot(this.client.getEndpoint(), resourceGroupName, name, id, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -43540,10 +43968,11 @@ public Mono> listDeploymentLogSlotWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listDeploymentLogSlot(this.client.getEndpoint(), resourceGroupName, name, - id, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + id, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -43589,10 +44018,11 @@ private Mono> listDeploymentLogSlotWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listDeploymentLogSlot(this.client.getEndpoint(), resourceGroupName, name, id, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -43705,10 +44135,11 @@ public Mono> discoverBackupSlotWithResponseAsync(S } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.discoverBackupSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -43756,10 +44187,11 @@ private Mono> discoverBackupSlotWithResponseAsync( } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.discoverBackupSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -43868,11 +44300,11 @@ public RestoreRequestInner discoverBackupSlot(String resourceGroupName, String n return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.listDomainOwnershipIdentifiersSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.listDomainOwnershipIdentifiersSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -43914,11 +44346,12 @@ private Mono> listDomainOwnershipIdentifiersSlotS return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listDomainOwnershipIdentifiersSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -44049,11 +44482,12 @@ public Mono> getDomainOwnershipIdentifierSlotWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getDomainOwnershipIdentifierSlot(this.client.getEndpoint(), - resourceGroupName, name, domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.getDomainOwnershipIdentifierSlot(this.client.getEndpoint(), resourceGroupName, name, + domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -44099,11 +44533,11 @@ private Mono> getDomainOwnershipIdentifierSlotWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getDomainOwnershipIdentifierSlot(this.client.getEndpoint(), resourceGroupName, name, - domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -44222,11 +44656,12 @@ public Mono> createOrUpdateDomainOwnershipIdentifierSl } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateDomainOwnershipIdentifierSlot(this.client.getEndpoint(), resourceGroupName, name, domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), domainOwnershipIdentifier, accept, context)) + apiVersion, domainOwnershipIdentifier, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -44280,11 +44715,12 @@ private Mono> createOrUpdateDomainOwnershipIdentifierS } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateDomainOwnershipIdentifierSlot(this.client.getEndpoint(), resourceGroupName, name, - domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - domainOwnershipIdentifier, accept, context); + domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), apiVersion, domainOwnershipIdentifier, + accept, context); } /** @@ -44399,11 +44835,12 @@ public Mono> deleteDomainOwnershipIdentifierSlotWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteDomainOwnershipIdentifierSlot(this.client.getEndpoint(), resourceGroupName, name, domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -44448,11 +44885,11 @@ private Mono> deleteDomainOwnershipIdentifierSlotWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteDomainOwnershipIdentifierSlot(this.client.getEndpoint(), resourceGroupName, name, - domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -44570,11 +45007,12 @@ public Mono> updateDomainOwnershipIdentifierSlotWithRe } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateDomainOwnershipIdentifierSlot(this.client.getEndpoint(), resourceGroupName, name, domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), domainOwnershipIdentifier, accept, context)) + apiVersion, domainOwnershipIdentifier, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -44628,11 +45066,12 @@ private Mono> updateDomainOwnershipIdentifierSlotWithR } else { domainOwnershipIdentifier.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateDomainOwnershipIdentifierSlot(this.client.getEndpoint(), resourceGroupName, name, - domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - domainOwnershipIdentifier, accept, context); + domainOwnershipIdentifierName, slot, this.client.getSubscriptionId(), apiVersion, domainOwnershipIdentifier, + accept, context); } /** @@ -44741,10 +45180,11 @@ public Mono> getMSDeployStatusSlotWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getMSDeployStatusSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -44783,10 +45223,11 @@ private Mono> getMSDeployStatusSlotWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getMSDeployStatusSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -44887,10 +45328,11 @@ public Mono>> createMSDeployOperationSlotWithResponseA } else { mSDeploy.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createMSDeployOperationSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), mSDeploy, accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, mSDeploy, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -44936,10 +45378,11 @@ private Mono>> createMSDeployOperationSlotWithResponse } else { mSDeploy.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createMSDeployOperationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), mSDeploy, accept, context); + this.client.getSubscriptionId(), apiVersion, mSDeploy, accept, context); } /** @@ -45159,10 +45602,11 @@ public Mono> getMSDeployLogSlotWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getMSDeployLogSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -45202,10 +45646,11 @@ private Mono> getMSDeployLogSlotWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getMSDeployLogSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -45304,10 +45749,11 @@ public MSDeployLogInner getMSDeployLogSlot(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listInstanceFunctionsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -45350,11 +45796,12 @@ public MSDeployLogInner getMSDeployLogSlot(String resourceGroupName, String name return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceFunctionsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -45477,10 +45924,11 @@ public Mono> getFunctionsAdminTokenSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getFunctionsAdminTokenSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -45519,10 +45967,11 @@ private Mono> getFunctionsAdminTokenSlotWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getFunctionsAdminTokenSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -45621,10 +46070,11 @@ public Mono> getInstanceFunctionSlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceFunctionSlot(this.client.getEndpoint(), resourceGroupName, name, - functionName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + functionName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -45668,10 +46118,11 @@ private Mono> getInstanceFunctionSlotWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceFunctionSlot(this.client.getEndpoint(), resourceGroupName, name, functionName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -45785,11 +46236,12 @@ public Mono>> createInstanceFunctionSlotWithResponseAs } else { functionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createInstanceFunctionSlot(this.client.getEndpoint(), resourceGroupName, - name, functionName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - functionEnvelope, accept, context)) + .withContext( + context -> service.createInstanceFunctionSlot(this.client.getEndpoint(), resourceGroupName, name, + functionName, slot, this.client.getSubscriptionId(), apiVersion, functionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -45839,10 +46291,11 @@ private Mono>> createInstanceFunctionSlotWithResponseA } else { functionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createInstanceFunctionSlot(this.client.getEndpoint(), resourceGroupName, name, functionName, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), functionEnvelope, accept, context); + slot, this.client.getSubscriptionId(), apiVersion, functionEnvelope, accept, context); } /** @@ -46076,11 +46529,11 @@ public Mono> deleteInstanceFunctionSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.deleteInstanceFunctionSlot(this.client.getEndpoint(), resourceGroupName, name, - functionName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.deleteInstanceFunctionSlot(this.client.getEndpoint(), resourceGroupName, + name, functionName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -46124,10 +46577,11 @@ private Mono> deleteInstanceFunctionSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteInstanceFunctionSlot(this.client.getEndpoint(), resourceGroupName, name, functionName, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -46242,11 +46696,12 @@ public Mono> createOrUpdateFunctionSecretSlotWithResponse } else { key.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createOrUpdateFunctionSecretSlot(this.client.getEndpoint(), - resourceGroupName, name, functionName, keyName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), key, accept, context)) + .withContext( + context -> service.createOrUpdateFunctionSecretSlot(this.client.getEndpoint(), resourceGroupName, name, + functionName, keyName, slot, this.client.getSubscriptionId(), apiVersion, key, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -46299,11 +46754,11 @@ private Mono> createOrUpdateFunctionSecretSlotWithRespons } else { key.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateFunctionSecretSlot(this.client.getEndpoint(), resourceGroupName, name, - functionName, keyName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), key, accept, - context); + functionName, keyName, slot, this.client.getSubscriptionId(), apiVersion, key, accept, context); } /** @@ -46419,11 +46874,11 @@ public Mono> deleteFunctionSecretSlotWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteFunctionSecretSlot(this.client.getEndpoint(), resourceGroupName, name, - functionName, keyName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + functionName, keyName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -46471,10 +46926,11 @@ private Mono> deleteFunctionSecretSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteFunctionSecretSlot(this.client.getEndpoint(), resourceGroupName, name, functionName, - keyName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + keyName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -46583,10 +47039,11 @@ public Mono> listFunctionKeysSlotWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listFunctionKeysSlot(this.client.getEndpoint(), resourceGroupName, name, - functionName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + functionName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -46629,10 +47086,11 @@ private Mono> listFunctionKeysSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listFunctionKeysSlot(this.client.getEndpoint(), resourceGroupName, name, functionName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -46735,10 +47193,11 @@ public Mono> listFunctionSecretsSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listFunctionSecretsSlot(this.client.getEndpoint(), resourceGroupName, name, - functionName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + functionName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -46781,10 +47240,11 @@ private Mono> listFunctionSecretsSlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listFunctionSecretsSlot(this.client.getEndpoint(), resourceGroupName, name, functionName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -46884,10 +47344,11 @@ public Mono> listHostKeysSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHostKeysSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -46926,10 +47387,11 @@ private Mono> listHostKeysSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listHostKeysSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -47023,10 +47485,11 @@ public Mono> listSyncStatusSlotWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSyncStatusSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -47065,10 +47528,11 @@ private Mono> listSyncStatusSlotWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listSyncStatusSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -47159,10 +47623,11 @@ public Mono> syncFunctionsSlotWithResponseAsync(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.syncFunctionsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -47201,10 +47666,11 @@ private Mono> syncFunctionsSlotWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.syncFunctionsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -47310,11 +47776,11 @@ public Mono> createOrUpdateHostSecretSlotWithResponseAsyn } else { key.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateHostSecretSlot(this.client.getEndpoint(), resourceGroupName, - name, keyType, keyName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), key, accept, - context)) + name, keyType, keyName, slot, this.client.getSubscriptionId(), apiVersion, key, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -47367,10 +47833,11 @@ private Mono> createOrUpdateHostSecretSlotWithResponseAsy } else { key.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateHostSecretSlot(this.client.getEndpoint(), resourceGroupName, name, keyType, - keyName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), key, accept, context); + keyName, slot, this.client.getSubscriptionId(), apiVersion, key, accept, context); } /** @@ -47486,10 +47953,11 @@ public Mono> deleteHostSecretSlotWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteHostSecretSlot(this.client.getEndpoint(), resourceGroupName, name, - keyType, keyName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + keyType, keyName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -47537,10 +48005,11 @@ private Mono> deleteHostSecretSlotWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteHostSecretSlot(this.client.getEndpoint(), resourceGroupName, name, keyType, keyName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -47646,10 +48115,11 @@ private Mono> listHostnameBindingsSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHostnameBindingsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -47692,11 +48162,12 @@ private Mono> listHostnameBindingsSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listHostnameBindingsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -47824,10 +48295,11 @@ public Mono> getHostnameBindingSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getHostnameBindingSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, hostname, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, hostname, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -47871,10 +48343,11 @@ private Mono> getHostnameBindingSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getHostnameBindingSlot(this.client.getEndpoint(), resourceGroupName, name, slot, hostname, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -47988,11 +48461,12 @@ public Mono> createOrUpdateHostnameBindingSlotWit } else { hostnameBinding.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createOrUpdateHostnameBindingSlot(this.client.getEndpoint(), - resourceGroupName, name, hostname, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - hostnameBinding, accept, context)) + .withContext( + context -> service.createOrUpdateHostnameBindingSlot(this.client.getEndpoint(), resourceGroupName, name, + hostname, slot, this.client.getSubscriptionId(), apiVersion, hostnameBinding, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -48044,10 +48518,11 @@ private Mono> createOrUpdateHostnameBindingSlotWi } else { hostnameBinding.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateHostnameBindingSlot(this.client.getEndpoint(), resourceGroupName, name, hostname, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), hostnameBinding, accept, context); + slot, this.client.getSubscriptionId(), apiVersion, hostnameBinding, accept, context); } /** @@ -48159,10 +48634,11 @@ public Mono> deleteHostnameBindingSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteHostnameBindingSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, hostname, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, hostname, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -48206,10 +48682,11 @@ private Mono> deleteHostnameBindingSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteHostnameBindingSlot(this.client.getEndpoint(), resourceGroupName, name, slot, hostname, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -48317,11 +48794,11 @@ public Mono> getHybridConnectionSlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getHybridConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - namespaceName, relayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + namespaceName, relayName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -48368,10 +48845,11 @@ private Mono> getHybridConnectionSlotWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getHybridConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, namespaceName, - relayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + relayName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -48491,11 +48969,12 @@ public Mono> createOrUpdateHybridConnectionSlotW } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateHybridConnectionSlot(this.client.getEndpoint(), - resourceGroupName, name, namespaceName, relayName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), connectionEnvelope, accept, context)) + resourceGroupName, name, namespaceName, relayName, slot, this.client.getSubscriptionId(), apiVersion, + connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -48550,11 +49029,12 @@ private Mono> createOrUpdateHybridConnectionSlot } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateHybridConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - namespaceName, relayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context); + namespaceName, relayName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, + context); } /** @@ -48671,11 +49151,11 @@ public Mono> deleteHybridConnectionSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteHybridConnectionSlot(this.client.getEndpoint(), resourceGroupName, - name, namespaceName, relayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + name, namespaceName, relayName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -48723,10 +49203,11 @@ private Mono> deleteHybridConnectionSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteHybridConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, namespaceName, - relayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + relayName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -48846,11 +49327,12 @@ public Mono> updateHybridConnectionSlotWithRespo } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateHybridConnectionSlot(this.client.getEndpoint(), resourceGroupName, - name, namespaceName, relayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context)) + name, namespaceName, relayName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -48905,11 +49387,11 @@ private Mono> updateHybridConnectionSlotWithResp } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateHybridConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, namespaceName, - relayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, - context); + relayName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -49017,10 +49499,11 @@ public Mono> listHybridConnectionsSlotWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listHybridConnectionsSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -49059,10 +49542,11 @@ private Mono> listHybridConnectionsSlotWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listHybridConnectionsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -49159,11 +49643,11 @@ public HybridConnectionInner listHybridConnectionsSlot(String resourceGroupName, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.listRelayServiceConnectionsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.listRelayServiceConnectionsSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -49204,10 +49688,11 @@ private Mono> listRelayServiceConnec return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listRelayServiceConnectionsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -49312,10 +49797,11 @@ public Mono> getRelayServiceConnecti return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getRelayServiceConnectionSlot(this.client.getEndpoint(), resourceGroupName, - name, entityName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, entityName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -49360,10 +49846,11 @@ private Mono> getRelayServiceConnect return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getRelayServiceConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, entityName, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -49481,10 +49968,11 @@ public Mono> createOrUpdateRelayServ } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateRelayServiceConnectionSlot(this.client.getEndpoint(), - resourceGroupName, name, entityName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), + resourceGroupName, name, entityName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -49538,11 +50026,11 @@ private Mono> createOrUpdateRelaySer } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateRelayServiceConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - entityName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, - context); + entityName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -49657,11 +50145,12 @@ public Mono> deleteRelayServiceConnectionSlotWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext( context -> service.deleteRelayServiceConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - entityName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + entityName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -49706,10 +50195,11 @@ private Mono> deleteRelayServiceConnectionSlotWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteRelayServiceConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, entityName, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -49828,11 +50318,12 @@ public Mono> updateRelayServiceConne } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.updateRelayServiceConnectionSlot(this.client.getEndpoint(), - resourceGroupName, name, entityName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context)) + .withContext( + context -> service.updateRelayServiceConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, + entityName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -49885,10 +50376,11 @@ private Mono> updateRelayServiceConn } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateRelayServiceConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, entityName, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, context); + slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -49996,10 +50488,11 @@ public RelayServiceConnectionEntityInner updateRelayServiceConnectionSlot(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listInstanceIdentifiersSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -50040,11 +50533,12 @@ private Mono> listInstanceIdentifiersS return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceIdentifiersSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -50167,10 +50661,11 @@ public Mono> getInstanceInfoSlotWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceInfoSlot(this.client.getEndpoint(), resourceGroupName, name, - instanceId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + instanceId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -50213,10 +50708,11 @@ private Mono> getInstanceInfoSlotWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceInfoSlot(this.client.getEndpoint(), resourceGroupName, name, instanceId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -50319,10 +50815,11 @@ public Mono> getInstanceMsDeployStatusSlotWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceMsDeployStatusSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -50365,10 +50862,11 @@ private Mono> getInstanceMsDeployStatusSlotWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceMsDeployStatusSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + instanceId, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -50480,11 +50978,12 @@ public Mono>> createInstanceMSDeployOperationSlotWithR } else { mSDeploy.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createInstanceMSDeployOperationSlot(this.client.getEndpoint(), - resourceGroupName, name, slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), - mSDeploy, accept, context)) + .withContext( + context -> service.createInstanceMSDeployOperationSlot(this.client.getEndpoint(), resourceGroupName, + name, slot, instanceId, this.client.getSubscriptionId(), apiVersion, mSDeploy, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -50534,10 +51033,11 @@ private Mono>> createInstanceMSDeployOperationSlotWith } else { mSDeploy.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createInstanceMSDeployOperationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), mSDeploy, accept, context); + instanceId, this.client.getSubscriptionId(), apiVersion, mSDeploy, accept, context); } /** @@ -50774,10 +51274,11 @@ public Mono> getInstanceMSDeployLogSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceMSDeployLogSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -50821,10 +51322,11 @@ private Mono> getInstanceMSDeployLogSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceMSDeployLogSlot(this.client.getEndpoint(), resourceGroupName, name, slot, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -50936,10 +51438,11 @@ private Mono> listInstanceProcessesSlotSinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listInstanceProcessesSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -50989,11 +51492,12 @@ private Mono> listInstanceProcessesSlotSinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceProcessesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, instanceId, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -51145,11 +51649,11 @@ public Mono> getInstanceProcessSlotWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.getInstanceProcessSlot(this.client.getEndpoint(), resourceGroupName, name, processId, - slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getInstanceProcessSlot(this.client.getEndpoint(), resourceGroupName, name, + processId, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -51199,10 +51703,11 @@ private Mono> getInstanceProcessSlotWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceProcessSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + instanceId, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -51328,11 +51833,11 @@ public Mono> deleteInstanceProcessSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteInstanceProcessSlot(this.client.getEndpoint(), resourceGroupName, - name, processId, slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, processId, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -51384,10 +51889,11 @@ private Mono> deleteInstanceProcessSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteInstanceProcessSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + instanceId, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -51515,11 +52021,11 @@ public Mono> getInstanceProcessDumpSlotWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceProcessDumpSlot(this.client.getEndpoint(), resourceGroupName, - name, processId, slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, processId, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -51569,10 +52075,11 @@ private Mono> getInstanceProcessDumpSlotWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceProcessDumpSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + instanceId, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -51697,11 +52204,11 @@ private Mono> listInstanceProcessModulesSl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listInstanceProcessModulesSlot(this.client.getEndpoint(), resourceGroupName, - name, processId, slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, processId, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -51754,11 +52261,12 @@ private Mono> listInstanceProcessModulesSl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceProcessModulesSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + instanceId, this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -51916,11 +52424,12 @@ public Mono> getInstanceProcessModuleSlotWithRe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getInstanceProcessModuleSlot(this.client.getEndpoint(), resourceGroupName, - name, processId, baseAddress, slot, instanceId, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + name, processId, baseAddress, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -51975,11 +52484,11 @@ private Mono> getInstanceProcessModuleSlotWithR return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceProcessModuleSlot(this.client.getEndpoint(), resourceGroupName, name, processId, - baseAddress, slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + baseAddress, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -52107,11 +52616,11 @@ private Mono> listInstanceProcessThreadsSl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listInstanceProcessThreadsSlot(this.client.getEndpoint(), resourceGroupName, - name, processId, slot, instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, processId, slot, instanceId, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -52164,11 +52673,12 @@ private Mono> listInstanceProcessThreadsSl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceProcessThreadsSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - instanceId, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + instanceId, this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -52312,10 +52822,11 @@ public Mono> isCloneableSlotWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.isCloneableSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -52355,10 +52866,11 @@ private Mono> isCloneableSlotWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.isCloneableSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -52453,10 +52965,11 @@ private Mono> listSiteBackupsSlotSinglePageAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteBackupsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -52498,11 +53011,12 @@ private Mono> listSiteBackupsSlotSinglePageAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteBackupsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -52623,10 +53137,11 @@ public Mono> listSyncFunctionTriggersSlotWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSyncFunctionTriggersSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -52665,10 +53180,11 @@ private Mono> listSyncFunctionTriggersSlotWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listSyncFunctionTriggersSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -52764,10 +53280,11 @@ public Mono> getMigrateMySqlStatusSlotWithResp return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getMigrateMySqlStatusSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -52807,10 +53324,11 @@ private Mono> getMigrateMySqlStatusSlotWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getMigrateMySqlStatusSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -52909,11 +53427,11 @@ public MigrateMySqlStatusInner getMigrateMySqlStatusSlot(String resourceGroupNam return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.getSwiftVirtualNetworkConnectionSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getSwiftVirtualNetworkConnectionSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -52953,10 +53471,11 @@ private Mono> getSwiftVirtualNetworkConnectio return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSwiftVirtualNetworkConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -53068,11 +53587,12 @@ public SwiftVirtualNetworkInner getSwiftVirtualNetworkConnectionSlot(String reso } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot( - this.client.getEndpoint(), resourceGroupName, name, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), connectionEnvelope, accept, context)) + this.client.getEndpoint(), resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, + connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -53124,11 +53644,12 @@ public SwiftVirtualNetworkInner getSwiftVirtualNetworkConnectionSlot(String reso } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot(this.client.getEndpoint(), - resourceGroupName, name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context); + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, + context); } /** @@ -53247,10 +53768,11 @@ public Mono> deleteSwiftVirtualNetworkSlotWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSwiftVirtualNetworkSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -53291,10 +53813,11 @@ private Mono> deleteSwiftVirtualNetworkSlotWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSwiftVirtualNetworkSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -53405,11 +53928,12 @@ public Mono> updateSwiftVirtualNetworkConnect } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateSwiftVirtualNetworkConnectionWithCheckSlot(this.client.getEndpoint(), - resourceGroupName, name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context)) + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -53461,11 +53985,11 @@ private Mono> updateSwiftVirtualNetworkConnec } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateSwiftVirtualNetworkConnectionWithCheckSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, - context); + name, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -53589,10 +54113,11 @@ public Mono> listNetworkFeaturesSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listNetworkFeaturesSlot(this.client.getEndpoint(), resourceGroupName, name, - view, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + view, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -53638,10 +54163,11 @@ private Mono> listNetworkFeaturesSlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listNetworkFeaturesSlot(this.client.getEndpoint(), resourceGroupName, name, view, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -53753,10 +54279,11 @@ public Mono> getNetworkTraceOperationSlotWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getNetworkTraceOperationSlot(this.client.getEndpoint(), resourceGroupName, - name, operationId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, operationId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -53800,10 +54327,11 @@ private Mono> getNetworkTraceOperationSlotWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getNetworkTraceOperationSlot(this.client.getEndpoint(), resourceGroupName, name, operationId, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -53909,11 +54437,12 @@ public Mono> startWebSiteNetworkTraceSlotWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.startWebSiteNetworkTraceSlot(this.client.getEndpoint(), resourceGroupName, - name, durationInSeconds, slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + name, durationInSeconds, slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, + accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -53955,11 +54484,12 @@ private Mono> startWebSiteNetworkTraceSlotWithResponseAsync(Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.startWebSiteNetworkTraceSlot(this.client.getEndpoint(), resourceGroupName, name, - durationInSeconds, slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + durationInSeconds, slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, accept, + context); } /** @@ -54068,11 +54598,12 @@ public Mono>> startWebSiteNetworkTraceOperationSlotWit return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.startWebSiteNetworkTraceOperationSlot(this.client.getEndpoint(), resourceGroupName, name, durationInSeconds, slot, maxFrameLength, sasUrl, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -54115,11 +54646,12 @@ private Mono>> startWebSiteNetworkTraceOperationSlotWi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.startWebSiteNetworkTraceOperationSlot(this.client.getEndpoint(), resourceGroupName, name, - durationInSeconds, slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + durationInSeconds, slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, accept, + context); } /** @@ -54401,10 +54933,11 @@ public Mono> stopWebSiteNetworkTraceSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.stopWebSiteNetworkTraceSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -54443,10 +54976,11 @@ private Mono> stopWebSiteNetworkTraceSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.stopWebSiteNetworkTraceSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -54544,10 +55078,11 @@ public Mono>> getNetworkTracesSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getNetworkTracesSlot(this.client.getEndpoint(), resourceGroupName, name, - operationId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + operationId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -54591,10 +55126,11 @@ private Mono>> getNetworkTracesSlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getNetworkTracesSlot(this.client.getEndpoint(), resourceGroupName, name, operationId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -54701,10 +55237,11 @@ public Mono> getNetworkTraceOperationSlotV2WithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getNetworkTraceOperationSlotV2(this.client.getEndpoint(), resourceGroupName, - name, operationId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, operationId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -54748,10 +55285,11 @@ private Mono> getNetworkTraceOperationSlotV2WithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getNetworkTraceOperationSlotV2(this.client.getEndpoint(), resourceGroupName, name, operationId, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -54860,10 +55398,11 @@ public Mono>> getNetworkTracesSlotV2WithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getNetworkTracesSlotV2(this.client.getEndpoint(), resourceGroupName, name, - operationId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + operationId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -54907,10 +55446,11 @@ private Mono>> getNetworkTracesSlotV2WithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getNetworkTracesSlotV2(this.client.getEndpoint(), resourceGroupName, name, operationId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -55013,11 +55553,11 @@ public Mono> generateNewSitePublishingPasswordSlotWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.generateNewSitePublishingPasswordSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.generateNewSitePublishingPasswordSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -55057,10 +55597,11 @@ private Mono> generateNewSitePublishingPasswordSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.generateNewSitePublishingPasswordSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -55160,10 +55701,11 @@ private Mono> listPerfMonCountersSlotSingleP return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listPerfMonCountersSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -55208,11 +55750,12 @@ private Mono> listPerfMonCountersSlotSingleP return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listPerfMonCountersSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context) + this.client.getSubscriptionId(), apiVersion, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -55364,10 +55907,11 @@ public PagedIterable listPerfMonCountersSlot(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSitePhpErrorLogFlagSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -55407,10 +55951,11 @@ private Mono> getSitePhpErrorLogFlagSlotWithR return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSitePhpErrorLogFlagSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -55506,10 +56051,11 @@ public Mono> listPremierAddOnsSlotWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listPremierAddOnsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -55549,10 +56095,11 @@ private Mono> listPremierAddOnsSlotWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listPremierAddOnsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -55655,10 +56202,11 @@ public Mono> getPremierAddOnSlotWithResponseAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPremierAddOnSlot(this.client.getEndpoint(), resourceGroupName, name, - premierAddOnName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + premierAddOnName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -55703,10 +56251,11 @@ private Mono> getPremierAddOnSlotWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPremierAddOnSlot(this.client.getEndpoint(), resourceGroupName, name, premierAddOnName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -55821,11 +56370,11 @@ public Mono> addPremierAddOnSlotWithResponseAsync(St } else { premierAddOn.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.addPremierAddOnSlot(this.client.getEndpoint(), resourceGroupName, name, - premierAddOnName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), premierAddOn, - accept, context)) + premierAddOnName, slot, this.client.getSubscriptionId(), apiVersion, premierAddOn, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -55876,10 +56425,11 @@ private Mono> addPremierAddOnSlotWithResponseAsync(S } else { premierAddOn.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.addPremierAddOnSlot(this.client.getEndpoint(), resourceGroupName, name, premierAddOnName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), premierAddOn, accept, context); + this.client.getSubscriptionId(), apiVersion, premierAddOn, accept, context); } /** @@ -55992,10 +56542,11 @@ public Mono> deletePremierAddOnSlotWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deletePremierAddOnSlot(this.client.getEndpoint(), resourceGroupName, name, - premierAddOnName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + premierAddOnName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -56040,10 +56591,11 @@ private Mono> deletePremierAddOnSlotWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deletePremierAddOnSlot(this.client.getEndpoint(), resourceGroupName, name, premierAddOnName, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -56156,11 +56708,11 @@ public Mono> updatePremierAddOnSlotWithResponseAsync } else { premierAddOn.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updatePremierAddOnSlot(this.client.getEndpoint(), resourceGroupName, name, - premierAddOnName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), premierAddOn, - accept, context)) + premierAddOnName, slot, this.client.getSubscriptionId(), apiVersion, premierAddOn, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -56211,10 +56763,11 @@ private Mono> updatePremierAddOnSlotWithResponseAsyn } else { premierAddOn.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updatePremierAddOnSlot(this.client.getEndpoint(), resourceGroupName, name, premierAddOnName, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), premierAddOn, accept, context); + slot, this.client.getSubscriptionId(), apiVersion, premierAddOn, accept, context); } /** @@ -56323,10 +56876,11 @@ public Mono> getPrivateAccessSlotWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateAccessSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -56367,10 +56921,11 @@ private Mono> getPrivateAccessSlotWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateAccessSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -56475,10 +57030,11 @@ public Mono> putPrivateAccessVnetSlotWithResponseAs } else { access.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.putPrivateAccessVnetSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), access, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, access, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -56525,10 +57081,11 @@ private Mono> putPrivateAccessVnetSlotWithResponseA } else { access.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.putPrivateAccessVnetSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), access, accept, context); + this.client.getSubscriptionId(), apiVersion, access, accept, context); } /** @@ -56630,11 +57187,11 @@ public PrivateAccessInner putPrivateAccessVnetSlot(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.getPrivateEndpointConnectionListSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getPrivateEndpointConnectionListSlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -56677,11 +57234,12 @@ public PrivateAccessInner putPrivateAccessVnetSlot(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .getPrivateEndpointConnectionListSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -56808,11 +57366,12 @@ public PrivateAccessInner putPrivateAccessVnetSlot(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.getPrivateEndpointConnectionSlot(this.client.getEndpoint(), - resourceGroupName, name, privateEndpointConnectionName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.getPrivateEndpointConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, + privateEndpointConnectionName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -56858,11 +57417,11 @@ public PrivateAccessInner putPrivateAccessVnetSlot(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateEndpointConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + privateEndpointConnectionName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -56977,11 +57536,12 @@ public Mono>> approveOrRejectPrivateEndpointConnection } else { privateEndpointWrapper.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.approveOrRejectPrivateEndpointConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, privateEndpointConnectionName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), privateEndpointWrapper, accept, context)) + apiVersion, privateEndpointWrapper, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -57034,11 +57594,12 @@ private Mono>> approveOrRejectPrivateEndpointConnectio } else { privateEndpointWrapper.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.approveOrRejectPrivateEndpointConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - privateEndpointWrapper, accept, context); + privateEndpointConnectionName, slot, this.client.getSubscriptionId(), apiVersion, privateEndpointWrapper, + accept, context); } /** @@ -57291,11 +57852,12 @@ public Mono>> deletePrivateEndpointConnectionSlotWithR return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deletePrivateEndpointConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, privateEndpointConnectionName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -57339,11 +57901,11 @@ private Mono>> deletePrivateEndpointConnectionSlotWith return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deletePrivateEndpointConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - privateEndpointConnectionName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + privateEndpointConnectionName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -57561,10 +58123,11 @@ public Object deletePrivateEndpointConnectionSlot(String resourceGroupName, Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPrivateLinkResourcesSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -57604,10 +58167,11 @@ private Mono> getPrivateLinkResources return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPrivateLinkResourcesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -57707,10 +58271,11 @@ private Mono> listProcessesSlotSinglePageAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listProcessesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -57755,11 +58320,12 @@ private Mono> listProcessesSlotSinglePageAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listProcessesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -57894,10 +58460,11 @@ public Mono> getProcessSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getProcessSlot(this.client.getEndpoint(), resourceGroupName, name, - processId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -57942,10 +58509,11 @@ private Mono> getProcessSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getProcessSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -58057,10 +58625,11 @@ public Mono> deleteProcessSlotWithResponseAsync(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteProcessSlot(this.client.getEndpoint(), resourceGroupName, name, - processId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -58107,10 +58676,11 @@ private Mono> deleteProcessSlotWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteProcessSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -58224,10 +58794,11 @@ public Mono> getProcessDumpSlotWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getProcessDumpSlot(this.client.getEndpoint(), resourceGroupName, name, - processId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -58272,10 +58843,11 @@ private Mono> getProcessDumpSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getProcessDumpSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -58386,10 +58958,11 @@ private Mono> listProcessModulesSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listProcessModulesSlot(this.client.getEndpoint(), resourceGroupName, name, - processId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -58437,11 +59010,12 @@ private Mono> listProcessModulesSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listProcessModulesSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -58583,11 +59157,11 @@ public Mono> getProcessModuleSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.getProcessModuleSlot(this.client.getEndpoint(), resourceGroupName, name, processId, - baseAddress, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.getProcessModuleSlot(this.client.getEndpoint(), resourceGroupName, name, + processId, baseAddress, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -58636,10 +59210,11 @@ private Mono> getProcessModuleSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getProcessModuleSlot(this.client.getEndpoint(), resourceGroupName, name, processId, baseAddress, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -58756,10 +59331,11 @@ private Mono> listProcessThreadsSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listProcessThreadsSlot(this.client.getEndpoint(), resourceGroupName, name, - processId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + processId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -58807,11 +59383,12 @@ private Mono> listProcessThreadsSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listProcessThreadsSlot(this.client.getEndpoint(), resourceGroupName, name, processId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -58945,10 +59522,11 @@ public PagedIterable listProcessThreadsSlot(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listPublicCertificatesSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -58991,11 +59569,12 @@ public PagedIterable listProcessThreadsSlot(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listPublicCertificatesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -59124,11 +59703,11 @@ public Mono> getPublicCertificateSlotWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getPublicCertificateSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, publicCertificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + slot, publicCertificateName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -59173,10 +59752,11 @@ private Mono> getPublicCertificateSlotWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getPublicCertificateSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - publicCertificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + publicCertificateName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -59295,11 +59875,12 @@ public Mono> createOrUpdatePublicCertificateSlo } else { publicCertificate.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdatePublicCertificateSlot(this.client.getEndpoint(), - resourceGroupName, name, publicCertificateName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), publicCertificate, accept, context)) + resourceGroupName, name, publicCertificateName, slot, this.client.getSubscriptionId(), apiVersion, + publicCertificate, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -59353,11 +59934,12 @@ private Mono> createOrUpdatePublicCertificateSl } else { publicCertificate.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdatePublicCertificateSlot(this.client.getEndpoint(), resourceGroupName, name, - publicCertificateName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - publicCertificate, accept, context); + publicCertificateName, slot, this.client.getSubscriptionId(), apiVersion, publicCertificate, accept, + context); } /** @@ -59474,11 +60056,11 @@ public Mono> deletePublicCertificateSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deletePublicCertificateSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, publicCertificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, slot, publicCertificateName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -59523,10 +60105,11 @@ private Mono> deletePublicCertificateSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deletePublicCertificateSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - publicCertificateName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + publicCertificateName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -59637,11 +60220,12 @@ public Mono> listPublishingProfileXmlWithSecretsSlotWithRes } else { publishingProfileOptions.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/xml"; return FluxUtil - .withContext(context -> service.listPublishingProfileXmlWithSecretsSlot(this.client.getEndpoint(), - resourceGroupName, name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - publishingProfileOptions, accept, context)) + .withContext( + context -> service.listPublishingProfileXmlWithSecretsSlot(this.client.getEndpoint(), resourceGroupName, + name, slot, this.client.getSubscriptionId(), apiVersion, publishingProfileOptions, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -59690,10 +60274,11 @@ private Mono> listPublishingProfileXmlWithSecretsSlotWithRe } else { publishingProfileOptions.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/xml"; context = this.client.mergeContext(context); return service.listPublishingProfileXmlWithSecretsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), publishingProfileOptions, accept, context); + this.client.getSubscriptionId(), apiVersion, publishingProfileOptions, accept, context); } /** @@ -59803,10 +60388,11 @@ public Mono> resetSlotConfigurationSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.resetSlotConfigurationSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -59848,10 +60434,11 @@ private Mono> resetSlotConfigurationSlotWithResponseAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.resetSlotConfigurationSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -59957,11 +60544,11 @@ public Mono> restartSlotWithResponseAsync(String resourceGroupNam return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.restartSlot(this.client.getEndpoint(), resourceGroupName, name, slot, softRestart, - synchronous, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.restartSlot(this.client.getEndpoint(), resourceGroupName, name, slot, + softRestart, synchronous, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -60004,10 +60591,11 @@ private Mono> restartSlotWithResponseAsync(String resourceGroupNa return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restartSlot(this.client.getEndpoint(), resourceGroupName, name, slot, softRestart, synchronous, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -60115,10 +60703,11 @@ public Mono>> restoreFromBackupBlobSlotWithResponseAsy } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.restoreFromBackupBlobSlot(this.client.getEndpoint(), resourceGroupName, - name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context)) + name, slot, this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -60164,10 +60753,11 @@ private Mono>> restoreFromBackupBlobSlotWithResponseAs } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restoreFromBackupBlobSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -60390,11 +60980,11 @@ public Mono>> restoreFromDeletedAppSlotWithResponseAsy } else { restoreRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.restoreFromDeletedAppSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), restoreRequest, accept, context)) + .withContext(context -> service.restoreFromDeletedAppSlot(this.client.getEndpoint(), resourceGroupName, + name, slot, this.client.getSubscriptionId(), apiVersion, restoreRequest, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -60439,10 +61029,11 @@ private Mono>> restoreFromDeletedAppSlotWithResponseAs } else { restoreRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restoreFromDeletedAppSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), restoreRequest, accept, context); + this.client.getSubscriptionId(), apiVersion, restoreRequest, accept, context); } /** @@ -60658,10 +61249,11 @@ public Mono>> restoreSnapshotSlotWithResponseAsync(Str } else { restoreRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.restoreSnapshotSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), restoreRequest, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, restoreRequest, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -60707,10 +61299,11 @@ private Mono>> restoreSnapshotSlotWithResponseAsync(St } else { restoreRequest.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.restoreSnapshotSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), restoreRequest, accept, context); + this.client.getSubscriptionId(), apiVersion, restoreRequest, accept, context); } /** @@ -60926,10 +61519,11 @@ private Mono> listSiteContainersSlotSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteContainersSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -60969,11 +61563,12 @@ private Mono> listSiteContainersSlotSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteContainersSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -61092,10 +61687,11 @@ public Mono> getSiteContainerSlotWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteContainerSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, containerName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, containerName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -61138,10 +61734,11 @@ private Mono> getSiteContainerSlotWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteContainerSlot(this.client.getEndpoint(), resourceGroupName, name, slot, containerName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -61246,11 +61843,12 @@ public Mono> createOrUpdateSiteContainerSlotWithRes } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createOrUpdateSiteContainerSlot(this.client.getEndpoint(), - resourceGroupName, name, slot, containerName, this.client.getSubscriptionId(), - this.client.getApiVersion(), request, accept, context)) + .withContext( + context -> service.createOrUpdateSiteContainerSlot(this.client.getEndpoint(), resourceGroupName, name, + slot, containerName, this.client.getSubscriptionId(), apiVersion, request, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -61299,10 +61897,11 @@ private Mono> createOrUpdateSiteContainerSlotWithRe } else { request.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateSiteContainerSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - containerName, this.client.getSubscriptionId(), this.client.getApiVersion(), request, accept, context); + containerName, this.client.getSubscriptionId(), apiVersion, request, accept, context); } /** @@ -61406,10 +62005,11 @@ public Mono> deleteSiteContainerSlotWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSiteContainerSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, containerName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, containerName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -61451,10 +62051,11 @@ private Mono> deleteSiteContainerSlotWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSiteContainerSlot(this.client.getEndpoint(), resourceGroupName, name, slot, containerName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -61550,10 +62151,11 @@ private Mono> listSiteExtensionsSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSiteExtensionsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -61596,11 +62198,12 @@ private Mono> listSiteExtensionsSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSiteExtensionsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -61729,10 +62332,11 @@ public Mono> getSiteExtensionSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSiteExtensionSlot(this.client.getEndpoint(), resourceGroupName, name, - siteExtensionId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteExtensionId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -61777,10 +62381,11 @@ private Mono> getSiteExtensionSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSiteExtensionSlot(this.client.getEndpoint(), resourceGroupName, name, siteExtensionId, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -61889,10 +62494,11 @@ public Mono>> installSiteExtensionSlotWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.installSiteExtensionSlot(this.client.getEndpoint(), resourceGroupName, name, - siteExtensionId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteExtensionId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -61937,10 +62543,11 @@ private Mono>> installSiteExtensionSlotWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.installSiteExtensionSlot(this.client.getEndpoint(), resourceGroupName, name, siteExtensionId, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -62167,10 +62774,11 @@ public Mono> deleteSiteExtensionSlotWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSiteExtensionSlot(this.client.getEndpoint(), resourceGroupName, name, - siteExtensionId, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + siteExtensionId, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -62216,10 +62824,11 @@ private Mono> deleteSiteExtensionSlotWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSiteExtensionSlot(this.client.getEndpoint(), resourceGroupName, name, siteExtensionId, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -62329,10 +62938,11 @@ private Mono> listSlotDifferencesSlotSinglePa } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSlotDifferencesSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -62379,11 +62989,12 @@ private Mono> listSlotDifferencesSlotSinglePa } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSlotDifferencesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context) + this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -62515,10 +63126,11 @@ public Mono>> swapSlotWithResponseAsync(String resourc } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.swapSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context)) + this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -62563,10 +63175,11 @@ private Mono>> swapSlotWithResponseAsync(String resour } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.swapSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context); + this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context); } /** @@ -62773,10 +63386,11 @@ private Mono> listSnapshotsSlotSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSnapshotsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -62818,11 +63432,12 @@ private Mono> listSnapshotsSlotSinglePageAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSnapshotsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -62944,11 +63559,11 @@ private Mono> listSnapshotsFromDRSecondarySlotSingl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.listSnapshotsFromDRSecondarySlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + .withContext(context -> service.listSnapshotsFromDRSecondarySlot(this.client.getEndpoint(), + resourceGroupName, name, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -62990,11 +63605,12 @@ private Mono> listSnapshotsFromDRSecondarySlotSingl return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSnapshotsFromDRSecondarySlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -63120,10 +63736,11 @@ public Mono> getSourceControlSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSourceControlSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -63164,10 +63781,11 @@ private Mono> getSourceControlSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSourceControlSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -63273,11 +63891,12 @@ public Mono>> createOrUpdateSourceControlSlotWithRespo } else { siteSourceControl.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createOrUpdateSourceControlSlot(this.client.getEndpoint(), - resourceGroupName, name, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - siteSourceControl, accept, context)) + .withContext( + context -> service.createOrUpdateSourceControlSlot(this.client.getEndpoint(), resourceGroupName, name, + slot, this.client.getSubscriptionId(), apiVersion, siteSourceControl, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -63325,10 +63944,11 @@ private Mono>> createOrUpdateSourceControlSlotWithResp } else { siteSourceControl.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateSourceControlSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteSourceControl, accept, context); + this.client.getSubscriptionId(), apiVersion, siteSourceControl, accept, context); } /** @@ -63555,10 +64175,11 @@ public Mono> deleteSourceControlSlotWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSourceControlSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, additionalFlags, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, additionalFlags, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -63600,10 +64221,11 @@ private Mono> deleteSourceControlSlotWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSourceControlSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - additionalFlags, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + additionalFlags, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -63715,10 +64337,11 @@ public Mono> updateSourceControlSlotWithRespons } else { siteSourceControl.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateSourceControlSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), siteSourceControl, accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, siteSourceControl, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -63766,10 +64389,11 @@ private Mono> updateSourceControlSlotWithRespon } else { siteSourceControl.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateSourceControlSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteSourceControl, accept, context); + this.client.getSubscriptionId(), apiVersion, siteSourceControl, accept, context); } /** @@ -63872,10 +64496,11 @@ public Mono> startSlotWithResponseAsync(String resourceGroupName, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.startSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -63914,10 +64539,11 @@ private Mono> startSlotWithResponseAsync(String resourceGroupName return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.startSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -64011,11 +64637,12 @@ public Mono>> startNetworkTraceSlotWithResponseAsync(S return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.startNetworkTraceSlot(this.client.getEndpoint(), resourceGroupName, name, - durationInSeconds, slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context)) + durationInSeconds, slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -64057,11 +64684,11 @@ private Mono>> startNetworkTraceSlotWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.startNetworkTraceSlot(this.client.getEndpoint(), resourceGroupName, name, durationInSeconds, - slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context); + slot, maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -64341,10 +64968,11 @@ public Mono> stopSlotWithResponseAsync(String resourceGroupName, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.stopSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -64383,10 +65011,11 @@ private Mono> stopSlotWithResponseAsync(String resourceGroupName, return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.stopSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -64477,10 +65106,11 @@ public Mono> stopNetworkTraceSlotWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.stopNetworkTraceSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -64519,10 +65149,11 @@ private Mono> stopNetworkTraceSlotWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.stopNetworkTraceSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -64614,10 +65245,11 @@ public Mono> syncRepositorySlotWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.syncRepositorySlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -64656,10 +65288,11 @@ private Mono> syncRepositorySlotWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.syncRepositorySlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -64751,10 +65384,11 @@ public Mono> syncFunctionTriggersSlotWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.syncFunctionTriggersSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -64793,10 +65427,11 @@ private Mono> syncFunctionTriggersSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.syncFunctionTriggersSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -64891,10 +65526,11 @@ private Mono> listTriggeredWebJobsSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listTriggeredWebJobsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -64937,11 +65573,12 @@ private Mono> listTriggeredWebJobsSlotSingle return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listTriggeredWebJobsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -65071,10 +65708,11 @@ public Mono> getTriggeredWebJobSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getTriggeredWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, - webJobName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -65118,10 +65756,11 @@ private Mono> getTriggeredWebJobSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getTriggeredWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -65228,10 +65867,11 @@ public Mono> deleteTriggeredWebJobSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteTriggeredWebJobSlot(this.client.getEndpoint(), resourceGroupName, - name, webJobName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, webJobName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -65275,10 +65915,11 @@ private Mono> deleteTriggeredWebJobSlotWithResponseAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteTriggeredWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -65384,10 +66025,11 @@ private Mono> listTriggeredWebJobHistory return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listTriggeredWebJobHistorySlot(this.client.getEndpoint(), resourceGroupName, - name, webJobName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, webJobName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -65434,11 +66076,12 @@ private Mono> listTriggeredWebJobHistory return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listTriggeredWebJobHistorySlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -65579,11 +66222,11 @@ public Mono> getTriggeredWebJobHistorySlotWit return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getTriggeredWebJobHistorySlot(this.client.getEndpoint(), resourceGroupName, - name, webJobName, id, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, webJobName, id, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -65631,10 +66274,11 @@ private Mono> getTriggeredWebJobHistorySlotWi return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getTriggeredWebJobHistorySlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, id, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -65746,10 +66390,11 @@ public Mono> runTriggeredWebJobSlotWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.runTriggeredWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, - webJobName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -65793,10 +66438,11 @@ private Mono> runTriggeredWebJobSlotWithResponseAsync(String reso return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.runTriggeredWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -65900,10 +66546,11 @@ private Mono> listUsagesSlotSinglePageAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listUsagesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context)) + this.client.getSubscriptionId(), apiVersion, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -65948,11 +66595,12 @@ private Mono> listUsagesSlotSinglePageAsync(St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listUsagesSlot(this.client.getEndpoint(), resourceGroupName, name, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), filter, accept, context) + apiVersion, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -66106,10 +66754,11 @@ public PagedIterable listUsagesSlot(String resourceGroupName return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listVnetConnectionsSlot(this.client.getEndpoint(), resourceGroupName, name, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -66149,10 +66798,11 @@ public PagedIterable listUsagesSlot(String resourceGroupName return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listVnetConnectionsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -66256,10 +66906,11 @@ public Mono> getVnetConnectionSlotWithResponseAs return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getVnetConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - vnetName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + vnetName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -66304,10 +66955,11 @@ private Mono> getVnetConnectionSlotWithResponseA return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getVnetConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, vnetName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -66423,11 +67075,12 @@ public Mono> createOrUpdateVnetConnectionSlotWit } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.createOrUpdateVnetConnectionSlot(this.client.getEndpoint(), - resourceGroupName, name, vnetName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context)) + .withContext( + context -> service.createOrUpdateVnetConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, + vnetName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -66481,10 +67134,11 @@ private Mono> createOrUpdateVnetConnectionSlotWi } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateVnetConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, vnetName, - slot, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, context); + slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -66600,10 +67254,11 @@ public Mono> deleteVnetConnectionSlotWithResponseAsync(String res return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteVnetConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - vnetName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + vnetName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -66648,10 +67303,11 @@ private Mono> deleteVnetConnectionSlotWithResponseAsync(String re return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteVnetConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, vnetName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -66768,11 +67424,11 @@ public Mono> updateVnetConnectionSlotWithRespons } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateVnetConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, - vnetName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, - accept, context)) + vnetName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -66825,10 +67481,11 @@ private Mono> updateVnetConnectionSlotWithRespon } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateVnetConnectionSlot(this.client.getEndpoint(), resourceGroupName, name, vnetName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -66949,11 +67606,11 @@ public Mono> getVnetConnectionGatewaySlotWithResponse return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getVnetConnectionGatewaySlot(this.client.getEndpoint(), resourceGroupName, - name, vnetName, gatewayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, - context)) + name, vnetName, gatewayName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -67003,10 +67660,11 @@ private Mono> getVnetConnectionGatewaySlotWithRespons return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getVnetConnectionGatewaySlot(this.client.getEndpoint(), resourceGroupName, name, vnetName, - gatewayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + gatewayName, slot, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -67134,11 +67792,12 @@ public Mono> createOrUpdateVnetConnectionGatewaySlotW } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateVnetConnectionGatewaySlot(this.client.getEndpoint(), - resourceGroupName, name, vnetName, gatewayName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), connectionEnvelope, accept, context)) + resourceGroupName, name, vnetName, gatewayName, slot, this.client.getSubscriptionId(), apiVersion, + connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -67195,11 +67854,12 @@ private Mono> createOrUpdateVnetConnectionGatewaySlot } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateVnetConnectionGatewaySlot(this.client.getEndpoint(), resourceGroupName, name, - vnetName, gatewayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context); + vnetName, gatewayName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, + context); } /** @@ -67327,11 +67987,12 @@ public Mono> updateVnetConnectionGatewaySlotWithRespo } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateVnetConnectionGatewaySlot(this.client.getEndpoint(), - resourceGroupName, name, vnetName, gatewayName, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), connectionEnvelope, accept, context)) + resourceGroupName, name, vnetName, gatewayName, slot, this.client.getSubscriptionId(), apiVersion, + connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -67388,11 +68049,11 @@ private Mono> updateVnetConnectionGatewaySlotWithResp } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateVnetConnectionGatewaySlot(this.client.getEndpoint(), resourceGroupName, name, vnetName, - gatewayName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, - context); + gatewayName, slot, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -67504,10 +68165,11 @@ private Mono> listWebJobsSlotSinglePageAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWebJobsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -67550,11 +68212,12 @@ private Mono> listWebJobsSlotSinglePageAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWebJobsSlot(this.client.getEndpoint(), resourceGroupName, name, slot, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -67680,10 +68343,11 @@ public Mono> getWebJobSlotWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, - webJobName, slot, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, slot, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -67727,10 +68391,11 @@ private Mono> getWebJobSlotWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getWebJobSlot(this.client.getEndpoint(), resourceGroupName, name, webJobName, slot, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -67832,11 +68497,11 @@ private Mono> listSlotDifferencesFromProducti } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.listSlotDifferencesFromProduction(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context)) + .withContext(context -> service.listSlotDifferencesFromProduction(this.client.getEndpoint(), + resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -67879,11 +68544,12 @@ private Mono> listSlotDifferencesFromProducti } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSlotDifferencesFromProduction(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context) + this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -68007,10 +68673,11 @@ public Mono>> swapSlotWithProductionWithResponseAsync( } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.swapSlotWithProduction(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context)) + this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -68051,10 +68718,11 @@ private Mono>> swapSlotWithProductionWithResponseAsync } else { slotSwapEntity.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.swapSlotWithProduction(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), slotSwapEntity, accept, context); + this.client.getSubscriptionId(), apiVersion, slotSwapEntity, accept, context); } /** @@ -68248,10 +68916,11 @@ private Mono> listSnapshotsSinglePageAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSnapshots(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -68289,11 +68958,12 @@ private Mono> listSnapshotsSinglePageAsync(String r return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSnapshots(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -68405,10 +69075,11 @@ private Mono> listSnapshotsFromDRSecondarySinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listSnapshotsFromDRSecondary(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -68446,11 +69117,12 @@ private Mono> listSnapshotsFromDRSecondarySinglePag return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listSnapshotsFromDRSecondary(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -68564,10 +69236,11 @@ public Mono> getSourceControlWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSourceControl(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -68603,10 +69276,11 @@ private Mono> getSourceControlWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSourceControl(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -68701,10 +69375,11 @@ public Mono>> createOrUpdateSourceControlWithResponseA } else { siteSourceControl.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateSourceControl(this.client.getEndpoint(), resourceGroupName, - name, this.client.getSubscriptionId(), this.client.getApiVersion(), siteSourceControl, accept, context)) + name, this.client.getSubscriptionId(), apiVersion, siteSourceControl, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -68747,10 +69422,11 @@ private Mono>> createOrUpdateSourceControlWithResponse } else { siteSourceControl.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateSourceControl(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteSourceControl, accept, context); + this.client.getSubscriptionId(), apiVersion, siteSourceControl, accept, context); } /** @@ -68953,10 +69629,11 @@ public Mono> deleteSourceControlWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteSourceControl(this.client.getEndpoint(), resourceGroupName, name, - additionalFlags, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + additionalFlags, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -68993,10 +69670,11 @@ private Mono> deleteSourceControlWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteSourceControl(this.client.getEndpoint(), resourceGroupName, name, additionalFlags, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -69096,10 +69774,11 @@ public Mono> updateSourceControlWithResponseAsy } else { siteSourceControl.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateSourceControl(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteSourceControl, accept, context)) + this.client.getSubscriptionId(), apiVersion, siteSourceControl, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -69142,10 +69821,11 @@ private Mono> updateSourceControlWithResponseAs } else { siteSourceControl.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateSourceControl(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), siteSourceControl, accept, context); + this.client.getSubscriptionId(), apiVersion, siteSourceControl, accept, context); } /** @@ -69236,10 +69916,11 @@ public Mono> startWithResponseAsync(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.start(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -69273,10 +69954,11 @@ private Mono> startWithResponseAsync(String resourceGroupName, St return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.start(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -69363,11 +70045,12 @@ public Mono>> startNetworkTraceWithResponseAsync(Strin return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.startNetworkTrace(this.client.getEndpoint(), resourceGroupName, name, - durationInSeconds, maxFrameLength, sasUrl, this.client.getSubscriptionId(), this.client.getApiVersion(), - accept, context)) + durationInSeconds, maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -69405,10 +70088,11 @@ private Mono>> startNetworkTraceWithResponseAsync(Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.startNetworkTrace(this.client.getEndpoint(), resourceGroupName, name, durationInSeconds, - maxFrameLength, sasUrl, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + maxFrameLength, sasUrl, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -69668,10 +70352,11 @@ public Mono> stopWithResponseAsync(String resourceGroupName, Stri return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.stop(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -69705,10 +70390,11 @@ private Mono> stopWithResponseAsync(String resourceGroupName, Str return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.stop(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context); + apiVersion, accept, context); } /** @@ -69791,10 +70477,11 @@ public Mono> stopNetworkTraceWithResponseAsync(String resourceGro return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.stopNetworkTrace(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -69829,10 +70516,11 @@ private Mono> stopNetworkTraceWithResponseAsync(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.stopNetworkTrace(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -69915,10 +70603,11 @@ public Mono> syncRepositoryWithResponseAsync(String resourceGroup return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.syncRepository(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -69953,10 +70642,11 @@ private Mono> syncRepositoryWithResponseAsync(String resourceGrou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.syncRepository(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -70039,10 +70729,11 @@ public Mono> syncFunctionTriggersWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.syncFunctionTriggers(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -70077,10 +70768,11 @@ private Mono> syncFunctionTriggersWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.syncFunctionTriggers(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -70165,10 +70857,11 @@ private Mono> listTriggeredWebJobsSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listTriggeredWebJobs(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -70206,11 +70899,12 @@ private Mono> listTriggeredWebJobsSinglePage return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listTriggeredWebJobs(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -70326,10 +71020,11 @@ public Mono> getTriggeredWebJobWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getTriggeredWebJob(this.client.getEndpoint(), resourceGroupName, name, - webJobName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -70369,10 +71064,11 @@ private Mono> getTriggeredWebJobWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getTriggeredWebJob(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -70470,10 +71166,11 @@ public Mono> deleteTriggeredWebJobWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteTriggeredWebJob(this.client.getEndpoint(), resourceGroupName, name, - webJobName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -70512,10 +71209,11 @@ private Mono> deleteTriggeredWebJobWithResponseAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteTriggeredWebJob(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -70610,10 +71308,11 @@ public void deleteTriggeredWebJob(String resourceGroupName, String name, String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listTriggeredWebJobHistory(this.client.getEndpoint(), resourceGroupName, - name, webJobName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, webJobName, this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -70656,11 +71355,12 @@ private Mono> listTriggeredWebJobHistory return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listTriggeredWebJobHistory(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context) + this.client.getSubscriptionId(), apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -70791,10 +71491,11 @@ public Mono> getTriggeredWebJobHistoryWithRes return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getTriggeredWebJobHistory(this.client.getEndpoint(), resourceGroupName, - name, webJobName, id, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + name, webJobName, id, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -70838,10 +71539,11 @@ private Mono> getTriggeredWebJobHistoryWithRe return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getTriggeredWebJobHistory(this.client.getEndpoint(), resourceGroupName, name, webJobName, id, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -70944,10 +71646,11 @@ public Mono> runTriggeredWebJobWithResponseAsync(String resourceG return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.runTriggeredWebJob(this.client.getEndpoint(), resourceGroupName, name, - webJobName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + webJobName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -70987,10 +71690,11 @@ private Mono> runTriggeredWebJobWithResponseAsync(String resource return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.runTriggeredWebJob(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -71085,10 +71789,11 @@ private Mono> listUsagesSinglePageAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listUsages(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), filter, accept, context)) + this.client.getSubscriptionId(), apiVersion, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -71128,11 +71833,12 @@ private Mono> listUsagesSinglePageAsync(String return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service - .listUsages(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), filter, accept, context) + .listUsages(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), apiVersion, + filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -71270,10 +71976,11 @@ public Mono>> listVnetConnectionsWithRespon return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listVnetConnections(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -71308,10 +72015,11 @@ private Mono>> listVnetConnectionsWithRespo return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listVnetConnections(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -71403,10 +72111,11 @@ public Mono> getVnetConnectionWithResponseAsync( return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getVnetConnection(this.client.getEndpoint(), resourceGroupName, name, - vnetName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + vnetName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -71446,10 +72155,11 @@ private Mono> getVnetConnectionWithResponseAsync return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getVnetConnection(this.client.getEndpoint(), resourceGroupName, name, vnetName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -71552,11 +72262,11 @@ public Mono> createOrUpdateVnetConnectionWithRes } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateVnetConnection(this.client.getEndpoint(), resourceGroupName, - name, vnetName, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, - accept, context)) + name, vnetName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -71605,10 +72315,11 @@ private Mono> createOrUpdateVnetConnectionWithRe } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateVnetConnection(this.client.getEndpoint(), resourceGroupName, name, vnetName, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -71713,10 +72424,11 @@ public Mono> deleteVnetConnectionWithResponseAsync(String resourc return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deleteVnetConnection(this.client.getEndpoint(), resourceGroupName, name, - vnetName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + vnetName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -71756,10 +72468,11 @@ private Mono> deleteVnetConnectionWithResponseAsync(String resour return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deleteVnetConnection(this.client.getEndpoint(), resourceGroupName, name, vnetName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -71864,11 +72577,11 @@ public Mono> updateVnetConnectionWithResponseAsy } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.updateVnetConnection(this.client.getEndpoint(), resourceGroupName, name, vnetName, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, context)) + .withContext(context -> service.updateVnetConnection(this.client.getEndpoint(), resourceGroupName, name, + vnetName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -71916,10 +72629,11 @@ private Mono> updateVnetConnectionWithResponseAs } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateVnetConnection(this.client.getEndpoint(), resourceGroupName, name, vnetName, - this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, context); + this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -72029,10 +72743,11 @@ public Mono> getVnetConnectionGatewayWithResponseAsyn return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getVnetConnectionGateway(this.client.getEndpoint(), resourceGroupName, name, - vnetName, gatewayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + vnetName, gatewayName, this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -72077,10 +72792,11 @@ private Mono> getVnetConnectionGatewayWithResponseAsy return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getVnetConnectionGateway(this.client.getEndpoint(), resourceGroupName, name, vnetName, - gatewayName, this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + gatewayName, this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -72197,11 +72913,12 @@ public Mono> createOrUpdateVnetConnectionGatewayWithR } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.createOrUpdateVnetConnectionGateway(this.client.getEndpoint(), - resourceGroupName, name, vnetName, gatewayName, this.client.getSubscriptionId(), - this.client.getApiVersion(), connectionEnvelope, accept, context)) + resourceGroupName, name, vnetName, gatewayName, this.client.getSubscriptionId(), apiVersion, + connectionEnvelope, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -72253,11 +72970,11 @@ private Mono> createOrUpdateVnetConnectionGatewayWith } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.createOrUpdateVnetConnectionGateway(this.client.getEndpoint(), resourceGroupName, name, vnetName, - gatewayName, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, - context); + gatewayName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -72373,11 +73090,12 @@ public Mono> updateVnetConnectionGatewayWithResponseA } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.updateVnetConnectionGateway(this.client.getEndpoint(), resourceGroupName, - name, vnetName, gatewayName, this.client.getSubscriptionId(), this.client.getApiVersion(), - connectionEnvelope, accept, context)) + name, vnetName, gatewayName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -72428,11 +73146,11 @@ private Mono> updateVnetConnectionGatewayWithResponse } else { connectionEnvelope.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.updateVnetConnectionGateway(this.client.getEndpoint(), resourceGroupName, name, vnetName, - gatewayName, this.client.getSubscriptionId(), this.client.getApiVersion(), connectionEnvelope, accept, - context); + gatewayName, this.client.getSubscriptionId(), apiVersion, connectionEnvelope, accept, context); } /** @@ -72532,10 +73250,11 @@ private Mono> listWebJobsSinglePageAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWebJobs(this.client.getEndpoint(), resourceGroupName, name, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -72573,11 +73292,12 @@ private Mono> listWebJobsSinglePageAsync(String resou return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWebJobs(this.client.getEndpoint(), resourceGroupName, name, this.client.getSubscriptionId(), - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -72688,10 +73408,11 @@ public Mono> getWebJobWithResponseAsync(String resourceGro return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getWebJob(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -72730,10 +73451,11 @@ private Mono> getWebJobWithResponseAsync(String resourceGr return Mono.error(new IllegalArgumentException( "Parameter this.client.getSubscriptionId() is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getWebJob(this.client.getEndpoint(), resourceGroupName, name, webJobName, - this.client.getSubscriptionId(), this.client.getApiVersion(), accept, context); + this.client.getSubscriptionId(), apiVersion, accept, context); } /** @@ -72827,11 +73549,12 @@ public Mono> deployWorkflowArtifactsWithResponseAsync(String reso if (workflowArtifacts != null) { workflowArtifacts.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext( context -> service.deployWorkflowArtifacts(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, this.client.getApiVersion(), workflowArtifacts, accept, context)) + resourceGroupName, name, apiVersion, workflowArtifacts, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -72870,10 +73593,11 @@ private Mono> deployWorkflowArtifactsWithResponseAsync(String res if (workflowArtifacts != null) { workflowArtifacts.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deployWorkflowArtifacts(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, this.client.getApiVersion(), workflowArtifacts, accept, context); + resourceGroupName, name, apiVersion, workflowArtifacts, accept, context); } /** @@ -72970,11 +73694,12 @@ public Mono> deployWorkflowArtifactsSlotWithResponseAsync(String if (workflowArtifacts != null) { workflowArtifacts.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.deployWorkflowArtifactsSlot(this.client.getEndpoint(), - this.client.getSubscriptionId(), resourceGroupName, name, slot, this.client.getApiVersion(), - workflowArtifacts, accept, context)) + this.client.getSubscriptionId(), resourceGroupName, name, slot, apiVersion, workflowArtifacts, accept, + context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -73017,10 +73742,11 @@ private Mono> deployWorkflowArtifactsSlotWithResponseAsync(String if (workflowArtifacts != null) { workflowArtifacts.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.deployWorkflowArtifactsSlot(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, slot, this.client.getApiVersion(), workflowArtifacts, accept, context); + resourceGroupName, name, slot, apiVersion, workflowArtifacts, accept, context); } /** @@ -73116,11 +73842,11 @@ public void deployWorkflowArtifactsSlot(String resourceGroupName, String name, S if (slot == null) { return Mono.error(new IllegalArgumentException("Parameter slot is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.listInstanceWorkflowsSlot(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, slot, this.client.getApiVersion(), accept, context)) + .withContext(context -> service.listInstanceWorkflowsSlot(this.client.getEndpoint(), + this.client.getSubscriptionId(), resourceGroupName, name, slot, apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -73160,11 +73886,12 @@ public void deployWorkflowArtifactsSlot(String resourceGroupName, String name, S if (slot == null) { return Mono.error(new IllegalArgumentException("Parameter slot is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listInstanceWorkflowsSlot(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, - name, slot, this.client.getApiVersion(), accept, context) + name, slot, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -73279,11 +74006,12 @@ public Mono> getInstanceWorkflowSlotWithResponse if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext( context -> service.getInstanceWorkflowSlot(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, slot, workflowName, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, slot, workflowName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -73326,10 +74054,11 @@ private Mono> getInstanceWorkflowSlotWithRespons if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getInstanceWorkflowSlot(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, slot, workflowName, this.client.getApiVersion(), accept, context); + resourceGroupName, name, slot, workflowName, apiVersion, accept, context); } /** @@ -73425,11 +74154,11 @@ public Mono> listWorkflowsConnectionsSlotWithRes if (slot == null) { return Mono.error(new IllegalArgumentException("Parameter slot is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWorkflowsConnectionsSlot(this.client.getEndpoint(), - this.client.getSubscriptionId(), resourceGroupName, name, slot, this.client.getApiVersion(), accept, - context)) + this.client.getSubscriptionId(), resourceGroupName, name, slot, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -73466,10 +74195,11 @@ private Mono> listWorkflowsConnectionsSlotWithRe if (slot == null) { return Mono.error(new IllegalArgumentException("Parameter slot is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listWorkflowsConnectionsSlot(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, slot, this.client.getApiVersion(), accept, context); + resourceGroupName, name, slot, apiVersion, accept, context); } /** @@ -73553,10 +74283,11 @@ private Mono> listWorkflowsSinglePageAsync( if (name == null) { return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWorkflows(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -73592,11 +74323,12 @@ private Mono> listWorkflowsSinglePageAsync( if (name == null) { return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listWorkflows(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - this.client.getApiVersion(), accept, context) + apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -73700,10 +74432,11 @@ public Mono> getWorkflowWithResponseAsync(String if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getWorkflow(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, workflowName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -73742,10 +74475,11 @@ private Mono> getWorkflowWithResponseAsync(Strin if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getWorkflow(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, this.client.getApiVersion(), accept, context); + workflowName, apiVersion, accept, context); } /** @@ -73831,10 +74565,11 @@ public Mono> listWorkflowsConnectionsWithRespons if (name == null) { return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listWorkflowsConnections(this.client.getEndpoint(), - this.client.getSubscriptionId(), resourceGroupName, name, this.client.getApiVersion(), accept, context)) + this.client.getSubscriptionId(), resourceGroupName, name, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -73867,10 +74602,11 @@ private Mono> listWorkflowsConnectionsWithRespon if (name == null) { return Mono.error(new IllegalArgumentException("Parameter name is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listWorkflowsConnections(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, this.client.getApiVersion(), accept, context); + resourceGroupName, name, apiVersion, accept, context); } /** @@ -73922,6 +74658,8 @@ public WorkflowEnvelopeInner listWorkflowsConnections(String resourceGroupName, } /** + * Get all apps for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -73947,6 +74685,8 @@ private Mono> listNextSinglePageAsync(String nextLink) } /** + * Get all apps for a subscription. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -73973,6 +74713,8 @@ private Mono> listNextSinglePageAsync(String nextLink, } /** + * Gets all web, mobile, and API apps in the specified resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74000,6 +74742,8 @@ private Mono> listByResourceGroupNextSinglePageAsync(St } /** + * Gets all web, mobile, and API apps in the specified resource group. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74026,6 +74770,8 @@ private Mono> listByResourceGroupNextSinglePageAsync(St } /** + * Gets existing backups of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74052,6 +74798,8 @@ private Mono> listBackupsNextSinglePageAsync(Stri } /** + * Gets existing backups of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74078,6 +74826,8 @@ private Mono> listBackupsNextSinglePageAsync(Stri } /** + * Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74108,6 +74858,8 @@ private Mono> listBackupsNextSinglePageAsync(Stri } /** + * Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74136,6 +74888,8 @@ private Mono> listBackupsNextSinglePageAsync(Stri } /** + * List the configurations of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74164,6 +74918,8 @@ private Mono> listConfigurationsNextSingl } /** + * List the configurations of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74192,6 +74948,8 @@ private Mono> listConfigurationsNextSingl } /** + * Gets the config reference app settings and status of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74220,6 +74978,8 @@ private Mono> listConfigurationsNextSingl } /** + * Gets the config reference app settings and status of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74247,6 +75007,8 @@ private Mono> listConfigurationsNextSingl } /** + * Gets the config reference app settings and status of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74275,6 +75037,8 @@ private Mono> listConfigurationsNextSingl } /** + * Gets the config reference app settings and status of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74303,6 +75067,9 @@ private Mono> listConfigurationsNextSingl } /** + * Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the + * ID of the snapshot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74331,6 +75098,9 @@ private Mono> listConfigurationsNextSingl } /** + * Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the + * ID of the snapshot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74359,6 +75129,8 @@ private Mono> listConfigurationsNextSingl } /** + * List continuous web jobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74387,6 +75159,8 @@ private Mono> listContinuousWebJobsNextSing } /** + * List continuous web jobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74415,6 +75189,8 @@ private Mono> listContinuousWebJobsNextSing } /** + * List deployment statuses for an app (or deployment slot, if specified). + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74444,6 +75220,8 @@ private Mono> listContinuousWebJobsNextSing } /** + * List deployment statuses for an app (or deployment slot, if specified). + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74472,6 +75250,8 @@ private Mono> listContinuousWebJobsNextSing } /** + * List deployments for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74498,6 +75278,8 @@ private Mono> listDeploymentsNextSinglePageAsync( } /** + * List deployments for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74524,6 +75306,8 @@ private Mono> listDeploymentsNextSinglePageAsync( } /** + * Lists ownership identifiers for domain associated with web app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74550,6 +75334,8 @@ private Mono> listDomainOwnershipIdentifiersNextS } /** + * Lists ownership identifiers for domain associated with web app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74577,6 +75363,8 @@ private Mono> listDomainOwnershipIdentifiersNextS } /** + * List the functions for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74605,6 +75393,8 @@ private Mono> listFunctionsNextSinglePageAs } /** + * List the functions for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74634,6 +75424,8 @@ private Mono> listFunctionsNextSinglePageAs } /** + * Get hostname bindings for an app or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74662,6 +75454,8 @@ private Mono> listHostnameBindingsNextSingle } /** + * Get hostname bindings for an app or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74690,6 +75484,8 @@ private Mono> listHostnameBindingsNextSingle } /** + * Gets all scale-out instances of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74718,6 +75514,8 @@ private Mono> listHostnameBindingsNextSingle } /** + * Gets all scale-out instances of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74745,6 +75543,8 @@ private Mono> listInstanceIdentifiersN } /** + * Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74774,6 +75574,8 @@ private Mono> listInstanceProcessesNextSinglePag } /** + * Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74803,6 +75605,8 @@ private Mono> listInstanceProcessesNextSinglePag } /** + * List module information for a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74832,6 +75636,8 @@ private Mono> listInstanceProcessModulesNe } /** + * List module information for a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74861,6 +75667,8 @@ private Mono> listInstanceProcessModulesNe } /** + * List the threads in a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74890,6 +75698,8 @@ private Mono> listInstanceProcessThreadsNe } /** + * List the threads in a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74919,6 +75729,8 @@ private Mono> listInstanceProcessThreadsNe } /** + * Gets existing backups of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74945,6 +75757,8 @@ private Mono> listSiteBackupsNextSinglePageAsync( } /** + * Gets existing backups of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74971,6 +75785,8 @@ private Mono> listSiteBackupsNextSinglePageAsync( } /** + * Gets perfmon counters for web app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -74999,6 +75815,8 @@ private Mono> listPerfMonCountersNextSingleP } /** + * Gets perfmon counters for web app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75027,6 +75845,8 @@ private Mono> listPerfMonCountersNextSingleP } /** + * Gets the list of private endpoint connections associated with a site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75056,6 +75876,8 @@ private Mono> listPerfMonCountersNextSingleP } /** + * Gets the list of private endpoint connections associated with a site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75083,6 +75905,8 @@ private Mono> listPerfMonCountersNextSingleP } /** + * Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75111,6 +75935,8 @@ private Mono> listProcessesNextSinglePageAsync(S } /** + * Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75139,6 +75965,8 @@ private Mono> listProcessesNextSinglePageAsync(S } /** + * List module information for a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75168,6 +75996,8 @@ private Mono> listProcessModulesNextSingle } /** + * List module information for a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75197,6 +76027,8 @@ private Mono> listProcessModulesNextSingle } /** + * List the threads in a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75226,6 +76058,8 @@ private Mono> listProcessThreadsNextSingle } /** + * List the threads in a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75255,6 +76089,8 @@ private Mono> listProcessThreadsNextSingle } /** + * Get public certificates for an app or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75283,6 +76119,8 @@ private Mono> listPublicCertificatesNextSi } /** + * Get public certificates for an app or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75311,6 +76149,8 @@ private Mono> listPublicCertificatesNextSi } /** + * Lists all the site containers of a site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75338,6 +76178,8 @@ private Mono> listSiteContainersNextSinglePage } /** + * Lists all the site containers of a site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75365,6 +76207,8 @@ private Mono> listSiteContainersNextSinglePage } /** + * Get list of siteextensions for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75394,6 +76238,8 @@ private Mono> listSiteExtensionsNextSingle } /** + * Get list of siteextensions for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75423,6 +76269,8 @@ private Mono> listSiteExtensionsNextSingle } /** + * Gets an app's deployment slots. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75449,6 +76297,8 @@ private Mono> listSlotsNextSinglePageAsync(String nextL } /** + * Gets an app's deployment slots. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75475,6 +76325,8 @@ private Mono> listSlotsNextSinglePageAsync(String nextL } /** + * Gets existing backups of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75501,6 +76353,8 @@ private Mono> listBackupsSlotNextSinglePageAsync( } /** + * Gets existing backups of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75527,6 +76381,8 @@ private Mono> listBackupsSlotNextSinglePageAsync( } /** + * Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75557,6 +76413,8 @@ private Mono> listBackupsSlotNextSinglePageAsync( } /** + * Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75586,6 +76444,8 @@ private Mono> listBackupsSlotNextSinglePageAsync( } /** + * List the configurations of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75614,6 +76474,8 @@ private Mono> listConfigurationsSlotNextS } /** + * List the configurations of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75642,6 +76504,8 @@ private Mono> listConfigurationsSlotNextS } /** + * Gets the config reference app settings and status of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75670,6 +76534,8 @@ private Mono> listConfigurationsSlotNextS } /** + * Gets the config reference app settings and status of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75697,6 +76563,8 @@ private Mono> listConfigurationsSlotNextS } /** + * Gets the config reference app settings and status of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75725,6 +76593,8 @@ private Mono> listConfigurationsSlotNextS } /** + * Gets the config reference app settings and status of an app + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75753,6 +76623,9 @@ private Mono> listConfigurationsSlotNextS } /** + * Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the + * ID of the snapshot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75782,6 +76655,9 @@ private Mono> listConfigurationsSlotNextS } /** + * Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the + * ID of the snapshot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75810,6 +76686,8 @@ private Mono> listConfigurationsSlotNextS } /** + * List continuous web jobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75838,6 +76716,8 @@ private Mono> listContinuousWebJobsSlotNext } /** + * List continuous web jobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75866,6 +76746,8 @@ private Mono> listContinuousWebJobsSlotNext } /** + * List deployment statuses for an app (or deployment slot, if specified). + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75895,6 +76777,8 @@ private Mono> listContinuousWebJobsSlotNext } /** + * List deployment statuses for an app (or deployment slot, if specified). + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75923,6 +76807,8 @@ private Mono> listContinuousWebJobsSlotNext } /** + * List deployments for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75950,6 +76836,8 @@ private Mono> listDeploymentsSlotNextSinglePageAs } /** + * List deployments for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -75977,6 +76865,8 @@ private Mono> listDeploymentsSlotNextSinglePageAs } /** + * Lists ownership identifiers for domain associated with web app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76005,6 +76895,8 @@ private Mono> listDeploymentsSlotNextSinglePageAs } /** + * Lists ownership identifiers for domain associated with web app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76032,6 +76924,8 @@ private Mono> listDomainOwnershipIdentifiersSlotN } /** + * List the functions for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76061,6 +76955,8 @@ private Mono> listInstanceFunctionsSlotNext } /** + * List the functions for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76090,6 +76986,8 @@ private Mono> listInstanceFunctionsSlotNext } /** + * Get hostname bindings for an app or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76118,6 +77016,8 @@ private Mono> listHostnameBindingsSlotNextSi } /** + * Get hostname bindings for an app or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76146,6 +77046,8 @@ private Mono> listHostnameBindingsSlotNextSi } /** + * Gets all scale-out instances of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76173,6 +77075,8 @@ private Mono> listHostnameBindingsSlotNextSi } /** + * Gets all scale-out instances of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76200,6 +77104,8 @@ private Mono> listHostnameBindingsSlotNextSi } /** + * Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76229,6 +77135,8 @@ private Mono> listInstanceProcessesSlotNextSingl } /** + * Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76258,6 +77166,8 @@ private Mono> listInstanceProcessesSlotNextSingl } /** + * List module information for a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76287,6 +77197,8 @@ private Mono> listInstanceProcessesSlotNextSingl } /** + * List module information for a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76316,6 +77228,8 @@ private Mono> listInstanceProcessesSlotNextSingl } /** + * List the threads in a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76345,6 +77259,8 @@ private Mono> listInstanceProcessesSlotNextSingl } /** + * List the threads in a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76374,6 +77290,8 @@ private Mono> listInstanceProcessesSlotNextSingl } /** + * Gets existing backups of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76401,6 +77319,8 @@ private Mono> listSiteBackupsSlotNextSinglePageAs } /** + * Gets existing backups of an app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76428,6 +77348,8 @@ private Mono> listSiteBackupsSlotNextSinglePageAs } /** + * Gets perfmon counters for web app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76456,6 +77378,8 @@ private Mono> listPerfMonCountersSlotNextSin } /** + * Gets perfmon counters for web app. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76484,6 +77408,8 @@ private Mono> listPerfMonCountersSlotNextSin } /** + * Gets the list of private endpoint connections associated with a site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76513,6 +77439,8 @@ private Mono> listPerfMonCountersSlotNextSin } /** + * Gets the list of private endpoint connections associated with a site + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76540,6 +77468,8 @@ private Mono> listPerfMonCountersSlotNextSin } /** + * Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76568,6 +77498,8 @@ private Mono> listProcessesSlotNextSinglePageAsy } /** + * Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76597,6 +77529,8 @@ private Mono> listProcessesSlotNextSinglePageAsy } /** + * List module information for a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76626,6 +77560,8 @@ private Mono> listProcessModulesSlotNextSi } /** + * List module information for a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76655,6 +77591,8 @@ private Mono> listProcessModulesSlotNextSi } /** + * List the threads in a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76684,6 +77622,8 @@ private Mono> listProcessThreadsSlotNextSi } /** + * List the threads in a process by its ID for a specific scaled-out instance in a web site. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76713,6 +77653,8 @@ private Mono> listProcessThreadsSlotNextSi } /** + * Get public certificates for an app or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76741,6 +77683,8 @@ private Mono> listPublicCertificatesSlotNe } /** + * Get public certificates for an app or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76769,6 +77713,8 @@ private Mono> listPublicCertificatesSlotNe } /** + * Lists all the site containers of a site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76796,6 +77742,8 @@ private Mono> listSiteContainersSlotNextSingle } /** + * Lists all the site containers of a site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76823,6 +77771,8 @@ private Mono> listSiteContainersSlotNextSingle } /** + * Get list of siteextensions for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76852,6 +77802,8 @@ private Mono> listSiteExtensionsSlotNextSi } /** + * Get list of siteextensions for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76881,6 +77833,8 @@ private Mono> listSiteExtensionsSlotNextSi } /** + * Get the difference in configuration settings between two web app slots. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76908,6 +77862,8 @@ private Mono> listSlotDifferencesSlotNextSing } /** + * Get the difference in configuration settings between two web app slots. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76935,6 +77891,8 @@ private Mono> listSlotDifferencesSlotNextSing } /** + * Returns all Snapshots to the user. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76962,6 +77920,8 @@ private Mono> listSnapshotsSlotNextSinglePageAsync( } /** + * Returns all Snapshots to the user. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -76989,6 +77949,8 @@ private Mono> listSnapshotsSlotNextSinglePageAsync( } /** + * Returns all Snapshots to the user from DRSecondary endpoint. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77017,6 +77979,8 @@ private Mono> listSnapshotsFromDRSecondarySlotNextS } /** + * Returns all Snapshots to the user from DRSecondary endpoint. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77045,6 +78009,8 @@ private Mono> listSnapshotsFromDRSecondarySlotNextS } /** + * List triggered web jobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77073,6 +78039,8 @@ private Mono> listTriggeredWebJobsSlotNextSi } /** + * List triggered web jobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77101,6 +78069,8 @@ private Mono> listTriggeredWebJobsSlotNextSi } /** + * List a triggered web job's history for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77130,6 +78100,8 @@ private Mono> listTriggeredWebJobsSlotNextSi } /** + * List a triggered web job's history for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77159,6 +78131,8 @@ private Mono> listTriggeredWebJobsSlotNextSi } /** + * Gets the quota usage information of an app (or deployment slot, if specified). + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77185,6 +78159,8 @@ private Mono> listUsagesSlotNextSinglePageAsyn } /** + * Gets the quota usage information of an app (or deployment slot, if specified). + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77212,6 +78188,8 @@ private Mono> listUsagesSlotNextSinglePageAsyn } /** + * List webjobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77239,6 +78217,8 @@ private Mono> listWebJobsSlotNextSinglePageAsync(Stri } /** + * List webjobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77266,6 +78246,8 @@ private Mono> listWebJobsSlotNextSinglePageAsync(Stri } /** + * Get the difference in configuration settings between two web app slots. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77294,6 +78276,8 @@ private Mono> listWebJobsSlotNextSinglePageAsync(Stri } /** + * Get the difference in configuration settings between two web app slots. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77321,6 +78305,8 @@ private Mono> listWebJobsSlotNextSinglePageAsync(Stri } /** + * Returns all Snapshots to the user. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77348,6 +78334,8 @@ private Mono> listSnapshotsNextSinglePageAsync(Stri } /** + * Returns all Snapshots to the user. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77375,6 +78363,8 @@ private Mono> listSnapshotsNextSinglePageAsync(Stri } /** + * Returns all Snapshots to the user from DRSecondary endpoint. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77402,6 +78392,8 @@ private Mono> listSnapshotsFromDRSecondaryNextSingl } /** + * Returns all Snapshots to the user from DRSecondary endpoint. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77430,6 +78422,8 @@ private Mono> listSnapshotsFromDRSecondaryNextSingl } /** + * List triggered web jobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77458,6 +78452,8 @@ private Mono> listTriggeredWebJobsNextSingle } /** + * List triggered web jobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77486,6 +78482,8 @@ private Mono> listTriggeredWebJobsNextSingle } /** + * List a triggered web job's history for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77516,6 +78514,8 @@ private Mono> listTriggeredWebJobsNextSingle } /** + * List a triggered web job's history for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77545,6 +78545,8 @@ private Mono> listTriggeredWebJobHistory } /** + * Gets the quota usage information of an app (or deployment slot, if specified). + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77571,6 +78573,8 @@ private Mono> listUsagesNextSinglePageAsync(St } /** + * Gets the quota usage information of an app (or deployment slot, if specified). + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77597,6 +78601,8 @@ private Mono> listUsagesNextSinglePageAsync(St } /** + * List webjobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77624,6 +78630,8 @@ private Mono> listWebJobsNextSinglePageAsync(String n } /** + * List webjobs for an app, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77651,6 +78659,8 @@ private Mono> listWebJobsNextSinglePageAsync(String n } /** + * List the workflows for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77679,6 +78689,8 @@ private Mono> listInstanceWorkflowsSlotNext } /** + * List the workflows for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77707,6 +78719,8 @@ private Mono> listInstanceWorkflowsSlotNext } /** + * List the workflows for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. @@ -77734,6 +78748,8 @@ private Mono> listWorkflowsNextSinglePageAs } /** + * List the workflows for a web site, or a deployment slot. + * * Get the next page of items. * * @param nextLink The URL to get the next list of items. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebSiteManagementClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebSiteManagementClientImpl.java index a9098e87413c..8bb9336f9c58 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebSiteManagementClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebSiteManagementClientImpl.java @@ -75,20 +75,6 @@ public String getEndpoint() { return this.endpoint; } - /** - * Api Version. - */ - private final String apiVersion; - - /** - * Gets Api Version. - * - * @return the apiVersion value. - */ - public String getApiVersion() { - return this.apiVersion; - } - /** * The HTTP pipeline to send requests through. */ @@ -570,7 +556,6 @@ public WorkflowVersionsClient getWorkflowVersions() { this.defaultPollInterval = defaultPollInterval; this.subscriptionId = subscriptionId; this.endpoint = endpoint; - this.apiVersion = "2024-11-01"; this.appServiceCertificateOrders = new AppServiceCertificateOrdersClientImpl(this); this.certificateOrdersDiagnostics = new CertificateOrdersDiagnosticsClientImpl(this); this.certificateRegistrationProviders = new CertificateRegistrationProvidersClientImpl(this); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionRepetitionsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionRepetitionsClientImpl.java index db757e61027e..14104dee9b81 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionRepetitionsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionRepetitionsClientImpl.java @@ -63,7 +63,7 @@ public final class WorkflowRunActionRepetitionsClientImpl implements WorkflowRun * proxy service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWorkflowRunActionRepetitions") public interface WorkflowRunActionRepetitionsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions") @@ -156,11 +156,11 @@ private Mono> listSing if (actionName == null) { return Mono.error(new IllegalArgumentException("Parameter actionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, - name, workflowName, runName, actionName, this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), + resourceGroupName, name, workflowName, runName, actionName, apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -210,11 +210,12 @@ private Mono> listSing if (actionName == null) { return Mono.error(new IllegalArgumentException("Parameter actionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, - runName, actionName, this.client.getApiVersion(), accept, context) + runName, actionName, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -344,11 +345,12 @@ public Mono> getWithRespons if (repetitionName == null) { return Mono.error(new IllegalArgumentException("Parameter repetitionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, runName, actionName, repetitionName, this.client.getApiVersion(), - accept, context)) + .withContext( + context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, + name, workflowName, runName, actionName, repetitionName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -397,10 +399,11 @@ private Mono> getWithRespon if (repetitionName == null) { return Mono.error(new IllegalArgumentException("Parameter repetitionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, runName, actionName, repetitionName, this.client.getApiVersion(), accept, context); + workflowName, runName, actionName, repetitionName, apiVersion, accept, context); } /** @@ -511,11 +514,12 @@ private Mono> listExpressionTracesSinglePageAsync( if (repetitionName == null) { return Mono.error(new IllegalArgumentException("Parameter repetitionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listExpressionTraces(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, runName, actionName, - repetitionName, this.client.getApiVersion(), accept, context)) + repetitionName, apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().inputs(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -566,11 +570,12 @@ private Mono> listExpressionTracesSinglePageAsync( if (repetitionName == null) { return Mono.error(new IllegalArgumentException("Parameter repetitionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listExpressionTraces(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, runName, actionName, repetitionName, this.client.getApiVersion(), accept, context) + workflowName, runName, actionName, repetitionName, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().inputs(), res.getValue().nextLink(), null)); } @@ -669,8 +674,8 @@ public PagedIterable listExpressionTraces(String resourceGroupNa * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return a collection of workflow run action repetitions along with {@link PagedResponse} on successful completion - * of {@link Mono}. + * @return all of a workflow run action repetitions along with {@link PagedResponse} on successful completion of + * {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink) { @@ -697,8 +702,8 @@ private Mono> listNext * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return a collection of workflow run action repetitions along with {@link PagedResponse} on successful completion - * of {@link Mono}. + * @return all of a workflow run action repetitions along with {@link PagedResponse} on successful completion of + * {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink, diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionRepetitionsRequestHistoriesClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionRepetitionsRequestHistoriesClientImpl.java index 0af6c4e90e2b..61c9d99a36d8 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionRepetitionsRequestHistoriesClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionRepetitionsRequestHistoriesClientImpl.java @@ -62,7 +62,7 @@ public final class WorkflowRunActionRepetitionsRequestHistoriesClientImpl * to be used by the proxy service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWorkflowRunActionRepetitionsRequestHistories") public interface WorkflowRunActionRepetitionsRequestHistoriesService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/requestHistories") @@ -141,11 +141,12 @@ private Mono> listSinglePageAsync(String reso if (repetitionName == null) { return Mono.error(new IllegalArgumentException("Parameter repetitionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, runName, actionName, repetitionName, this.client.getApiVersion(), - accept, context)) + .withContext( + context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, + name, workflowName, runName, actionName, repetitionName, apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -197,11 +198,12 @@ private Mono> listSinglePageAsync(String reso if (repetitionName == null) { return Mono.error(new IllegalArgumentException("Parameter repetitionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, - runName, actionName, repetitionName, this.client.getApiVersion(), accept, context) + runName, actionName, repetitionName, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -343,11 +345,12 @@ public Mono> getWithResponseAsync(String resourceG return Mono .error(new IllegalArgumentException("Parameter requestHistoryName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, runName, actionName, repetitionName, requestHistoryName, - this.client.getApiVersion(), accept, context)) + apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -403,11 +406,11 @@ private Mono> getWithResponseAsync(String resource return Mono .error(new IllegalArgumentException("Parameter requestHistoryName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, runName, actionName, repetitionName, requestHistoryName, this.client.getApiVersion(), accept, - context); + workflowName, runName, actionName, repetitionName, requestHistoryName, apiVersion, accept, context); } /** diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionScopeRepetitionsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionScopeRepetitionsClientImpl.java index 7a0cb8bcd9a6..bf17a2234f63 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionScopeRepetitionsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionScopeRepetitionsClientImpl.java @@ -60,7 +60,7 @@ public final class WorkflowRunActionScopeRepetitionsClientImpl implements Workfl * by the proxy service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWorkflowRunActionScopeRepetitions") public interface WorkflowRunActionScopeRepetitionsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions") @@ -134,11 +134,11 @@ private Mono> listSing if (actionName == null) { return Mono.error(new IllegalArgumentException("Parameter actionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, - name, workflowName, runName, actionName, this.client.getApiVersion(), accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), + resourceGroupName, name, workflowName, runName, actionName, apiVersion, accept, context)) .>map( res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) @@ -188,11 +188,12 @@ private Mono> listSing if (actionName == null) { return Mono.error(new IllegalArgumentException("Parameter actionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, - runName, actionName, this.client.getApiVersion(), accept, context) + runName, actionName, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -323,11 +324,12 @@ public Mono> getWithRespons if (repetitionName == null) { return Mono.error(new IllegalArgumentException("Parameter repetitionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, runName, actionName, repetitionName, this.client.getApiVersion(), - accept, context)) + .withContext( + context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, + name, workflowName, runName, actionName, repetitionName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -377,10 +379,11 @@ private Mono> getWithRespon if (repetitionName == null) { return Mono.error(new IllegalArgumentException("Parameter repetitionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, runName, actionName, repetitionName, this.client.getApiVersion(), accept, context); + workflowName, runName, actionName, repetitionName, apiVersion, accept, context); } /** diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionsClientImpl.java index de454d364d27..3ec5dcfe2304 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunActionsClientImpl.java @@ -63,7 +63,7 @@ public final class WorkflowRunActionsClientImpl implements WorkflowRunActionsCli * service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWorkflowRunActions") public interface WorkflowRunActionsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions") @@ -153,11 +153,11 @@ private Mono> listSinglePageAsync(String r if (runName == null) { return Mono.error(new IllegalArgumentException("Parameter runName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, - name, workflowName, runName, this.client.getApiVersion(), top, filter, accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), + resourceGroupName, name, workflowName, runName, apiVersion, top, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -202,11 +202,12 @@ private Mono> listSinglePageAsync(String r if (runName == null) { return Mono.error(new IllegalArgumentException("Parameter runName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, - runName, this.client.getApiVersion(), top, filter, accept, context) + runName, apiVersion, top, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -357,11 +358,11 @@ public Mono> getWithResponseAsync(String resour if (actionName == null) { return Mono.error(new IllegalArgumentException("Parameter actionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, - name, workflowName, runName, actionName, this.client.getApiVersion(), accept, context)) + .withContext(context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), + resourceGroupName, name, workflowName, runName, actionName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -406,10 +407,11 @@ private Mono> getWithResponseAsync(String resou if (actionName == null) { return Mono.error(new IllegalArgumentException("Parameter actionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, runName, actionName, this.client.getApiVersion(), accept, context); + workflowName, runName, actionName, apiVersion, accept, context); } /** @@ -511,11 +513,12 @@ private Mono> listExpressionTracesSinglePageAsync( if (actionName == null) { return Mono.error(new IllegalArgumentException("Parameter actionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext(context -> service.listExpressionTraces(this.client.getEndpoint(), - this.client.getSubscriptionId(), resourceGroupName, name, workflowName, runName, actionName, - this.client.getApiVersion(), accept, context)) + .withContext( + context -> service.listExpressionTraces(this.client.getEndpoint(), this.client.getSubscriptionId(), + resourceGroupName, name, workflowName, runName, actionName, apiVersion, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().inputs(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -562,11 +565,12 @@ private Mono> listExpressionTracesSinglePageAsync( if (actionName == null) { return Mono.error(new IllegalArgumentException("Parameter actionName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .listExpressionTraces(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, runName, actionName, this.client.getApiVersion(), accept, context) + workflowName, runName, actionName, apiVersion, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().inputs(), res.getValue().nextLink(), null)); } @@ -661,8 +665,7 @@ public PagedIterable listExpressionTraces(String resourceGroupNa * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow run actions along with {@link PagedResponse} on successful completion of - * {@link Mono}. + * @return a list of workflow run actions along with {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink) { @@ -688,8 +691,7 @@ private Mono> listNextSinglePageAsync(Stri * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow run actions along with {@link PagedResponse} on successful completion of - * {@link Mono}. + * @return a list of workflow run actions along with {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink, Context context) { diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunsClientImpl.java index 0ac5af9ebc07..79b0e14c3d35 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowRunsClientImpl.java @@ -61,7 +61,7 @@ public final class WorkflowRunsClientImpl implements WorkflowRunsClient { * to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWorkflowRuns") public interface WorkflowRunsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs") @@ -137,10 +137,11 @@ private Mono> listSinglePageAsync(String resourc if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, this.client.getApiVersion(), top, filter, accept, context)) + resourceGroupName, name, workflowName, apiVersion, top, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -182,11 +183,12 @@ private Mono> listSinglePageAsync(String resourc if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, - this.client.getApiVersion(), top, filter, accept, context) + apiVersion, top, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -328,10 +330,11 @@ public Mono> getWithResponseAsync(String resourceGrou if (runName == null) { return Mono.error(new IllegalArgumentException("Parameter runName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, runName, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, workflowName, runName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -372,10 +375,11 @@ private Mono> getWithResponseAsync(String resourceGro if (runName == null) { return Mono.error(new IllegalArgumentException("Parameter runName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, runName, this.client.getApiVersion(), accept, context); + workflowName, runName, apiVersion, accept, context); } /** @@ -468,10 +472,11 @@ public Mono> cancelWithResponseAsync(String resourceGroupName, St if (runName == null) { return Mono.error(new IllegalArgumentException("Parameter runName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.cancel(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, runName, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, workflowName, runName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -512,10 +517,11 @@ private Mono> cancelWithResponseAsync(String resourceGroupName, S if (runName == null) { return Mono.error(new IllegalArgumentException("Parameter runName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.cancel(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, runName, this.client.getApiVersion(), accept, context); + workflowName, runName, apiVersion, accept, context); } /** @@ -577,7 +583,7 @@ public void cancel(String resourceGroupName, String name, String workflowName, S * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow runs along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return a list of workflow runs along with {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink) { @@ -603,7 +609,7 @@ private Mono> listNextSinglePageAsync(String nex * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow runs along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return a list of workflow runs along with {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink, Context context) { diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowTriggerHistoriesClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowTriggerHistoriesClientImpl.java index 339da30cd2c1..38aa5d544001 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowTriggerHistoriesClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowTriggerHistoriesClientImpl.java @@ -66,7 +66,7 @@ public final class WorkflowTriggerHistoriesClientImpl implements WorkflowTrigger * proxy service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWorkflowTriggerHistories") public interface WorkflowTriggerHistoriesService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/triggers/{triggerName}/histories") @@ -150,11 +150,11 @@ private Mono> listSinglePageAsync(Str if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, - name, workflowName, triggerName, this.client.getApiVersion(), top, filter, accept, context)) + .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), + resourceGroupName, name, workflowName, triggerName, apiVersion, top, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -201,11 +201,12 @@ private Mono> listSinglePageAsync(Str if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, - triggerName, this.client.getApiVersion(), top, filter, accept, context) + triggerName, apiVersion, top, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -362,11 +363,11 @@ public Mono> getWithResponseAsync(String r if (historyName == null) { return Mono.error(new IllegalArgumentException("Parameter historyName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil - .withContext( - context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, - name, workflowName, triggerName, historyName, this.client.getApiVersion(), accept, context)) + .withContext(context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), + resourceGroupName, name, workflowName, triggerName, historyName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -412,10 +413,11 @@ private Mono> getWithResponseAsync(String if (historyName == null) { return Mono.error(new IllegalArgumentException("Parameter historyName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, triggerName, historyName, this.client.getApiVersion(), accept, context); + workflowName, triggerName, historyName, apiVersion, accept, context); } /** @@ -522,11 +524,11 @@ public Mono>> resubmitWithResponseAsync(String resourc if (historyName == null) { return Mono.error(new IllegalArgumentException("Parameter historyName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.resubmit(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, triggerName, historyName, this.client.getApiVersion(), accept, - context)) + resourceGroupName, name, workflowName, triggerName, historyName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -572,10 +574,11 @@ private Mono>> resubmitWithResponseAsync(String resour if (historyName == null) { return Mono.error(new IllegalArgumentException("Parameter historyName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.resubmit(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, triggerName, historyName, this.client.getApiVersion(), accept, context); + workflowName, triggerName, historyName, apiVersion, accept, context); } /** @@ -757,7 +760,7 @@ public void resubmit(String resourceGroupName, String name, String workflowName, * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow trigger histories along with {@link PagedResponse} on successful completion of + * @return a list of workflow trigger histories along with {@link PagedResponse} on successful completion of * {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) @@ -784,7 +787,7 @@ private Mono> listNextSinglePageAsync * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow trigger histories along with {@link PagedResponse} on successful completion of + * @return a list of workflow trigger histories along with {@link PagedResponse} on successful completion of * {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowTriggersClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowTriggersClientImpl.java index a9d5898794ba..2a50c394714a 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowTriggersClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowTriggersClientImpl.java @@ -68,7 +68,7 @@ public final class WorkflowTriggersClientImpl implements WorkflowTriggersClient * service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWorkflowTriggers") public interface WorkflowTriggersService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/triggers") @@ -164,10 +164,11 @@ private Mono> listSinglePageAsync(String res if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, this.client.getApiVersion(), top, filter, accept, context)) + resourceGroupName, name, workflowName, apiVersion, top, filter, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -208,11 +209,12 @@ private Mono> listSinglePageAsync(String res if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, - this.client.getApiVersion(), top, filter, accept, context) + apiVersion, top, filter, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -351,10 +353,11 @@ public Mono> getWithResponseAsync(String resource if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, triggerName, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, workflowName, triggerName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -395,10 +398,11 @@ private Mono> getWithResponseAsync(String resourc if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, triggerName, this.client.getApiVersion(), accept, context); + workflowName, triggerName, apiVersion, accept, context); } /** @@ -493,10 +497,11 @@ public Mono> listCallbackUrlWithRespon if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.listCallbackUrl(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, triggerName, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, workflowName, triggerName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -538,10 +543,11 @@ private Mono> listCallbackUrlWithRespo if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.listCallbackUrl(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, - name, workflowName, triggerName, this.client.getApiVersion(), accept, context); + name, workflowName, triggerName, apiVersion, accept, context); } /** @@ -636,10 +642,11 @@ public Mono>> runWithResponseAsync(String resourceGrou if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.run(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, triggerName, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, workflowName, triggerName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -680,10 +687,11 @@ private Mono>> runWithResponseAsync(String resourceGro if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.run(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, triggerName, this.client.getApiVersion(), accept, context); + workflowName, triggerName, apiVersion, accept, context); } /** @@ -874,10 +882,11 @@ public Mono> getSchemaJsonWithResponseAsync(String res if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.getSchemaJson(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, triggerName, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, workflowName, triggerName, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -918,10 +927,11 @@ private Mono> getSchemaJsonWithResponseAsync(String re if (triggerName == null) { return Mono.error(new IllegalArgumentException("Parameter triggerName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.getSchemaJson(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, - name, workflowName, triggerName, this.client.getApiVersion(), accept, context); + name, workflowName, triggerName, apiVersion, accept, context); } /** @@ -987,7 +997,7 @@ public JsonSchemaInner getSchemaJson(String resourceGroupName, String name, Stri * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow triggers along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return a list of workflow triggers along with {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink) { @@ -1013,7 +1023,7 @@ private Mono> listNextSinglePageAsync(String * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow triggers along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return a list of workflow triggers along with {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink, Context context) { diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowVersionsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowVersionsClientImpl.java index 6b2ecd726050..d83bf601153d 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowVersionsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowVersionsClientImpl.java @@ -60,7 +60,7 @@ public final class WorkflowVersionsClientImpl implements WorkflowVersionsClient * service to perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWorkflowVersions") public interface WorkflowVersionsService { @Headers({ "Content-Type: application/json" }) @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/versions") @@ -124,10 +124,11 @@ private Mono> listSinglePageAsync(String res if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.list(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, this.client.getApiVersion(), top, accept, context)) + resourceGroupName, name, workflowName, apiVersion, top, accept, context)) .>map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); @@ -167,11 +168,12 @@ private Mono> listSinglePageAsync(String res if (workflowName == null) { return Mono.error(new IllegalArgumentException("Parameter workflowName is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service .list(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, workflowName, - this.client.getApiVersion(), top, accept, context) + apiVersion, top, accept, context) .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null)); } @@ -305,10 +307,11 @@ public Mono> getWithResponseAsync(String resource if (versionId == null) { return Mono.error(new IllegalArgumentException("Parameter versionId is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, versionId, this.client.getApiVersion(), accept, context)) + resourceGroupName, name, workflowName, versionId, apiVersion, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -349,10 +352,11 @@ private Mono> getWithResponseAsync(String resourc if (versionId == null) { return Mono.error(new IllegalArgumentException("Parameter versionId is required and cannot be null.")); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.get(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, versionId, this.client.getApiVersion(), accept, context); + workflowName, versionId, apiVersion, accept, context); } /** @@ -417,7 +421,7 @@ public WorkflowVersionInner get(String resourceGroupName, String name, String wo * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow versions along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return a list of workflow versions along with {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink) { @@ -443,7 +447,7 @@ private Mono> listNextSinglePageAsync(String * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. - * @return the list of workflow versions along with {@link PagedResponse} on successful completion of {@link Mono}. + * @return a list of workflow versions along with {@link PagedResponse} on successful completion of {@link Mono}. */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono> listNextSinglePageAsync(String nextLink, Context context) { diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowsClientImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowsClientImpl.java index 1351ebd26a39..b3b5cd8a7a75 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowsClientImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WorkflowsClientImpl.java @@ -57,7 +57,7 @@ public final class WorkflowsClientImpl implements WorkflowsClient { * perform REST calls. */ @Host("{$host}") - @ServiceInterface(name = "WebSiteManagementCli") + @ServiceInterface(name = "WebSiteManagementClientWorkflows") public interface WorkflowsService { @Headers({ "Content-Type: application/json" }) @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/regenerateAccessKey") @@ -119,11 +119,12 @@ public Mono> regenerateAccessKeyWithResponseAsync(String resource } else { keyType.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext( context -> service.regenerateAccessKey(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, this.client.getApiVersion(), keyType, accept, context)) + resourceGroupName, name, workflowName, apiVersion, keyType, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -166,10 +167,11 @@ private Mono> regenerateAccessKeyWithResponseAsync(String resourc } else { keyType.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.regenerateAccessKey(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, this.client.getApiVersion(), keyType, accept, context); + resourceGroupName, name, workflowName, apiVersion, keyType, accept, context); } /** @@ -265,10 +267,11 @@ public Mono> validateWithResponseAsync(String resourceGroupName, } else { validate.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; return FluxUtil .withContext(context -> service.validate(this.client.getEndpoint(), this.client.getSubscriptionId(), - resourceGroupName, name, workflowName, this.client.getApiVersion(), validate, accept, context)) + resourceGroupName, name, workflowName, apiVersion, validate, accept, context)) .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); } @@ -311,10 +314,11 @@ private Mono> validateWithResponseAsync(String resourceGroupName, } else { validate.validate(); } + final String apiVersion = "2025-03-01"; final String accept = "application/json"; context = this.client.mergeContext(context); return service.validate(this.client.getEndpoint(), this.client.getSubscriptionId(), resourceGroupName, name, - workflowName, this.client.getApiVersion(), validate, accept, context); + workflowName, apiVersion, validate, accept, context); } /** diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/AppServicePlanPatchResource.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/AppServicePlanPatchResource.java index d76d296fe251..c94e4c8bade3 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/AppServicePlanPatchResource.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/AppServicePlanPatchResource.java @@ -22,6 +22,11 @@ public final class AppServicePlanPatchResource extends ProxyOnlyResource { */ private AppServicePlanPatchResourceProperties innerProperties; + /* + * Managed service identity. + */ + private ManagedServiceIdentity identity; + /* * The type of the resource. */ @@ -52,6 +57,26 @@ private AppServicePlanPatchResourceProperties innerProperties() { return this.innerProperties; } + /** + * Get the identity property: Managed service identity. + * + * @return the identity value. + */ + public ManagedServiceIdentity identity() { + return this.identity; + } + + /** + * Set the identity property: Managed service identity. + * + * @param identity the identity value to set. + * @return the AppServicePlanPatchResource object itself. + */ + public AppServicePlanPatchResource withIdentity(ManagedServiceIdentity identity) { + this.identity = identity; + return this; + } + /** * Get the type property: The type of the resource. * @@ -546,6 +571,9 @@ public void validate() { if (innerProperties() != null) { innerProperties().validate(); } + if (identity() != null) { + identity().validate(); + } } /** @@ -556,6 +584,7 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { jsonWriter.writeStartObject(); jsonWriter.writeStringField("kind", kind()); jsonWriter.writeJsonField("properties", this.innerProperties); + jsonWriter.writeJsonField("identity", this.identity); return jsonWriter.writeEndObject(); } @@ -586,6 +615,8 @@ public static AppServicePlanPatchResource fromJson(JsonReader jsonReader) throws } else if ("properties".equals(fieldName)) { deserializedAppServicePlanPatchResource.innerProperties = AppServicePlanPatchResourceProperties.fromJson(reader); + } else if ("identity".equals(fieldName)) { + deserializedAppServicePlanPatchResource.identity = ManagedServiceIdentity.fromJson(reader); } else { reader.skipChildren(); } diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/DefaultIdentity.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/DefaultIdentity.java new file mode 100644 index 000000000000..88a5cddf01ca --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/DefaultIdentity.java @@ -0,0 +1,122 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * The DefaultIdentity model. + */ +@Fluent +public final class DefaultIdentity implements JsonSerializable { + /* + * The identityType property. + */ + private ManagedServiceIdentityType identityType; + + /* + * The userAssignedIdentityResourceId property. + */ + private String userAssignedIdentityResourceId; + + /** + * Creates an instance of DefaultIdentity class. + */ + public DefaultIdentity() { + } + + /** + * Get the identityType property: The identityType property. + * + * @return the identityType value. + */ + public ManagedServiceIdentityType identityType() { + return this.identityType; + } + + /** + * Set the identityType property: The identityType property. + * + * @param identityType the identityType value to set. + * @return the DefaultIdentity object itself. + */ + public DefaultIdentity withIdentityType(ManagedServiceIdentityType identityType) { + this.identityType = identityType; + return this; + } + + /** + * Get the userAssignedIdentityResourceId property: The userAssignedIdentityResourceId property. + * + * @return the userAssignedIdentityResourceId value. + */ + public String userAssignedIdentityResourceId() { + return this.userAssignedIdentityResourceId; + } + + /** + * Set the userAssignedIdentityResourceId property: The userAssignedIdentityResourceId property. + * + * @param userAssignedIdentityResourceId the userAssignedIdentityResourceId value to set. + * @return the DefaultIdentity object itself. + */ + public DefaultIdentity withUserAssignedIdentityResourceId(String userAssignedIdentityResourceId) { + this.userAssignedIdentityResourceId = userAssignedIdentityResourceId; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("identityType", this.identityType == null ? null : this.identityType.toString()); + jsonWriter.writeStringField("userAssignedIdentityResourceId", this.userAssignedIdentityResourceId); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of DefaultIdentity from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of DefaultIdentity if the JsonReader was pointing to an instance of it, or null if it was + * pointing to JSON null. + * @throws IOException If an error occurs while reading the DefaultIdentity. + */ + public static DefaultIdentity fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + DefaultIdentity deserializedDefaultIdentity = new DefaultIdentity(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("identityType".equals(fieldName)) { + deserializedDefaultIdentity.identityType + = ManagedServiceIdentityType.fromString(reader.getString()); + } else if ("userAssignedIdentityResourceId".equals(fieldName)) { + deserializedDefaultIdentity.userAssignedIdentityResourceId = reader.getString(); + } else { + reader.skipChildren(); + } + } + + return deserializedDefaultIdentity; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScript.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScript.java new file mode 100644 index 000000000000..9df667f6eaac --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScript.java @@ -0,0 +1,124 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Server farm install script configuration. + */ +@Fluent +public final class InstallScript implements JsonSerializable { + /* + * Name of the install script. + */ + private String name; + + /* + * Source of the install script. + */ + private InstallScriptSource source; + + /** + * Creates an instance of InstallScript class. + */ + public InstallScript() { + } + + /** + * Get the name property: Name of the install script. + * + * @return the name value. + */ + public String name() { + return this.name; + } + + /** + * Set the name property: Name of the install script. + * + * @param name the name value to set. + * @return the InstallScript object itself. + */ + public InstallScript withName(String name) { + this.name = name; + return this; + } + + /** + * Get the source property: Source of the install script. + * + * @return the source value. + */ + public InstallScriptSource source() { + return this.source; + } + + /** + * Set the source property: Source of the install script. + * + * @param source the source value to set. + * @return the InstallScript object itself. + */ + public InstallScript withSource(InstallScriptSource source) { + this.source = source; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (source() != null) { + source().validate(); + } + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("name", this.name); + jsonWriter.writeJsonField("source", this.source); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of InstallScript from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of InstallScript if the JsonReader was pointing to an instance of it, or null if it was + * pointing to JSON null. + * @throws IOException If an error occurs while reading the InstallScript. + */ + public static InstallScript fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + InstallScript deserializedInstallScript = new InstallScript(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("name".equals(fieldName)) { + deserializedInstallScript.name = reader.getString(); + } else if ("source".equals(fieldName)) { + deserializedInstallScript.source = InstallScriptSource.fromJson(reader); + } else { + reader.skipChildren(); + } + } + + return deserializedInstallScript; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScriptSource.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScriptSource.java new file mode 100644 index 000000000000..287ff157a690 --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScriptSource.java @@ -0,0 +1,121 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Object to hold install script reference. + */ +@Fluent +public final class InstallScriptSource implements JsonSerializable { + /* + * Install script source URI where the install script file will be fetched from. + */ + private String sourceUri; + + /* + * Type of the install script. + */ + private InstallScriptType type; + + /** + * Creates an instance of InstallScriptSource class. + */ + public InstallScriptSource() { + } + + /** + * Get the sourceUri property: Install script source URI where the install script file will be fetched from. + * + * @return the sourceUri value. + */ + public String sourceUri() { + return this.sourceUri; + } + + /** + * Set the sourceUri property: Install script source URI where the install script file will be fetched from. + * + * @param sourceUri the sourceUri value to set. + * @return the InstallScriptSource object itself. + */ + public InstallScriptSource withSourceUri(String sourceUri) { + this.sourceUri = sourceUri; + return this; + } + + /** + * Get the type property: Type of the install script. + * + * @return the type value. + */ + public InstallScriptType type() { + return this.type; + } + + /** + * Set the type property: Type of the install script. + * + * @param type the type value to set. + * @return the InstallScriptSource object itself. + */ + public InstallScriptSource withType(InstallScriptType type) { + this.type = type; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("sourceUri", this.sourceUri); + jsonWriter.writeStringField("type", this.type == null ? null : this.type.toString()); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of InstallScriptSource from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of InstallScriptSource if the JsonReader was pointing to an instance of it, or null if it was + * pointing to JSON null. + * @throws IOException If an error occurs while reading the InstallScriptSource. + */ + public static InstallScriptSource fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + InstallScriptSource deserializedInstallScriptSource = new InstallScriptSource(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("sourceUri".equals(fieldName)) { + deserializedInstallScriptSource.sourceUri = reader.getString(); + } else if ("type".equals(fieldName)) { + deserializedInstallScriptSource.type = InstallScriptType.fromString(reader.getString()); + } else { + reader.skipChildren(); + } + } + + return deserializedInstallScriptSource; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScriptType.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScriptType.java new file mode 100644 index 000000000000..139859629736 --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/InstallScriptType.java @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.util.ExpandableStringEnum; +import java.util.Collection; + +/** + * Type of the install script. + */ +public final class InstallScriptType extends ExpandableStringEnum { + /** + * Static value RemoteAzureBlob for InstallScriptType. + */ + public static final InstallScriptType REMOTE_AZURE_BLOB = fromString("RemoteAzureBlob"); + + /** + * Static value PlatformStorage for InstallScriptType. + */ + public static final InstallScriptType PLATFORM_STORAGE = fromString("PlatformStorage"); + + /** + * Creates a new instance of InstallScriptType value. + * + * @deprecated Use the {@link #fromString(String)} factory method. + */ + @Deprecated + public InstallScriptType() { + } + + /** + * Creates or finds a InstallScriptType from its string representation. + * + * @param name a name to look for. + * @return the corresponding InstallScriptType. + */ + public static InstallScriptType fromString(String name) { + return fromString(name, InstallScriptType.class); + } + + /** + * Gets known InstallScriptType values. + * + * @return known InstallScriptType values. + */ + public static Collection values() { + return values(InstallScriptType.class); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/KeyVaultReferenceWithStatus.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/KeyVaultReferenceWithStatus.java new file mode 100644 index 000000000000..b41915a24718 --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/KeyVaultReferenceWithStatus.java @@ -0,0 +1,121 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Object to hold key vault reference and the resolution status. + */ +@Fluent +public final class KeyVaultReferenceWithStatus implements JsonSerializable { + /* + * Key vault secret URI. + */ + private String secretUri; + + /* + * Reference status of the key vault secret. + */ + private String referenceStatus; + + /** + * Creates an instance of KeyVaultReferenceWithStatus class. + */ + public KeyVaultReferenceWithStatus() { + } + + /** + * Get the secretUri property: Key vault secret URI. + * + * @return the secretUri value. + */ + public String secretUri() { + return this.secretUri; + } + + /** + * Set the secretUri property: Key vault secret URI. + * + * @param secretUri the secretUri value to set. + * @return the KeyVaultReferenceWithStatus object itself. + */ + public KeyVaultReferenceWithStatus withSecretUri(String secretUri) { + this.secretUri = secretUri; + return this; + } + + /** + * Get the referenceStatus property: Reference status of the key vault secret. + * + * @return the referenceStatus value. + */ + public String referenceStatus() { + return this.referenceStatus; + } + + /** + * Set the referenceStatus property: Reference status of the key vault secret. + * + * @param referenceStatus the referenceStatus value to set. + * @return the KeyVaultReferenceWithStatus object itself. + */ + public KeyVaultReferenceWithStatus withReferenceStatus(String referenceStatus) { + this.referenceStatus = referenceStatus; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("secretUri", this.secretUri); + jsonWriter.writeStringField("referenceStatus", this.referenceStatus); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of KeyVaultReferenceWithStatus from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of KeyVaultReferenceWithStatus if the JsonReader was pointing to an instance of it, or null + * if it was pointing to JSON null. + * @throws IOException If an error occurs while reading the KeyVaultReferenceWithStatus. + */ + public static KeyVaultReferenceWithStatus fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + KeyVaultReferenceWithStatus deserializedKeyVaultReferenceWithStatus = new KeyVaultReferenceWithStatus(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("secretUri".equals(fieldName)) { + deserializedKeyVaultReferenceWithStatus.secretUri = reader.getString(); + } else if ("referenceStatus".equals(fieldName)) { + deserializedKeyVaultReferenceWithStatus.referenceStatus = reader.getString(); + } else { + reader.skipChildren(); + } + } + + return deserializedKeyVaultReferenceWithStatus; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ManagedServiceIdentityType.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ManagedServiceIdentityType.java index c7feecd3dc42..b8f6818c2cba 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ManagedServiceIdentityType.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ManagedServiceIdentityType.java @@ -5,9 +5,14 @@ package com.azure.resourcemanager.appservice.models; /** - * Type of managed service identity. + * Defines values for ManagedServiceIdentityType. */ public enum ManagedServiceIdentityType { + /** + * Enum value None. + */ + NONE("None"), + /** * Enum value SystemAssigned. */ @@ -21,12 +26,7 @@ public enum ManagedServiceIdentityType { /** * Enum value SystemAssigned, UserAssigned. */ - SYSTEM_ASSIGNED_USER_ASSIGNED("SystemAssigned, UserAssigned"), - - /** - * Enum value None. - */ - NONE("None"); + SYSTEM_ASSIGNED_USER_ASSIGNED("SystemAssigned, UserAssigned"); /** * The actual serialized value for a ManagedServiceIdentityType instance. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/RegistryAdapter.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/RegistryAdapter.java new file mode 100644 index 000000000000..43f793b47b50 --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/RegistryAdapter.java @@ -0,0 +1,154 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Server farm registry adapter configuration. + */ +@Fluent +public final class RegistryAdapter implements JsonSerializable { + /* + * Registry key for the adapter. + */ + private String registryKey; + + /* + * Type of the registry adapter. + */ + private RegistryAdapterType type; + + /* + * Key vault reference to the value that will be placed in the registry location + */ + private KeyVaultReferenceWithStatus keyVaultSecretReference; + + /** + * Creates an instance of RegistryAdapter class. + */ + public RegistryAdapter() { + } + + /** + * Get the registryKey property: Registry key for the adapter. + * + * @return the registryKey value. + */ + public String registryKey() { + return this.registryKey; + } + + /** + * Set the registryKey property: Registry key for the adapter. + * + * @param registryKey the registryKey value to set. + * @return the RegistryAdapter object itself. + */ + public RegistryAdapter withRegistryKey(String registryKey) { + this.registryKey = registryKey; + return this; + } + + /** + * Get the type property: Type of the registry adapter. + * + * @return the type value. + */ + public RegistryAdapterType type() { + return this.type; + } + + /** + * Set the type property: Type of the registry adapter. + * + * @param type the type value to set. + * @return the RegistryAdapter object itself. + */ + public RegistryAdapter withType(RegistryAdapterType type) { + this.type = type; + return this; + } + + /** + * Get the keyVaultSecretReference property: Key vault reference to the value that will be placed in the registry + * location. + * + * @return the keyVaultSecretReference value. + */ + public KeyVaultReferenceWithStatus keyVaultSecretReference() { + return this.keyVaultSecretReference; + } + + /** + * Set the keyVaultSecretReference property: Key vault reference to the value that will be placed in the registry + * location. + * + * @param keyVaultSecretReference the keyVaultSecretReference value to set. + * @return the RegistryAdapter object itself. + */ + public RegistryAdapter withKeyVaultSecretReference(KeyVaultReferenceWithStatus keyVaultSecretReference) { + this.keyVaultSecretReference = keyVaultSecretReference; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (keyVaultSecretReference() != null) { + keyVaultSecretReference().validate(); + } + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("registryKey", this.registryKey); + jsonWriter.writeStringField("type", this.type == null ? null : this.type.toString()); + jsonWriter.writeJsonField("keyVaultSecretReference", this.keyVaultSecretReference); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of RegistryAdapter from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of RegistryAdapter if the JsonReader was pointing to an instance of it, or null if it was + * pointing to JSON null. + * @throws IOException If an error occurs while reading the RegistryAdapter. + */ + public static RegistryAdapter fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + RegistryAdapter deserializedRegistryAdapter = new RegistryAdapter(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("registryKey".equals(fieldName)) { + deserializedRegistryAdapter.registryKey = reader.getString(); + } else if ("type".equals(fieldName)) { + deserializedRegistryAdapter.type = RegistryAdapterType.fromString(reader.getString()); + } else if ("keyVaultSecretReference".equals(fieldName)) { + deserializedRegistryAdapter.keyVaultSecretReference = KeyVaultReferenceWithStatus.fromJson(reader); + } else { + reader.skipChildren(); + } + } + + return deserializedRegistryAdapter; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/RegistryAdapterType.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/RegistryAdapterType.java new file mode 100644 index 000000000000..3bf1ce76d23c --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/RegistryAdapterType.java @@ -0,0 +1,71 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.util.ExpandableStringEnum; +import java.util.Collection; + +/** + * Type of the registry adapter. + */ +public final class RegistryAdapterType extends ExpandableStringEnum { + /** + * Static value Binary for RegistryAdapterType. + */ + public static final RegistryAdapterType BINARY = fromString("Binary"); + + /** + * Static value String for RegistryAdapterType. + */ + public static final RegistryAdapterType STRING = fromString("String"); + + /** + * Static value Expand_String for RegistryAdapterType. + */ + public static final RegistryAdapterType EXPAND_STRING = fromString("Expand_String"); + + /** + * Static value Multi_String for RegistryAdapterType. + */ + public static final RegistryAdapterType MULTI_STRING = fromString("Multi_String"); + + /** + * Static value DWord for RegistryAdapterType. + */ + public static final RegistryAdapterType DWORD = fromString("DWord"); + + /** + * Static value QWord for RegistryAdapterType. + */ + public static final RegistryAdapterType QWORD = fromString("QWord"); + + /** + * Creates a new instance of RegistryAdapterType value. + * + * @deprecated Use the {@link #fromString(String)} factory method. + */ + @Deprecated + public RegistryAdapterType() { + } + + /** + * Creates or finds a RegistryAdapterType from its string representation. + * + * @param name a name to look for. + * @return the corresponding RegistryAdapterType. + */ + public static RegistryAdapterType fromString(String name) { + return fromString(name, RegistryAdapterType.class); + } + + /** + * Gets known RegistryAdapterType values. + * + * @return known RegistryAdapterType values. + */ + public static Collection values() { + return values(RegistryAdapterType.class); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ServerFarmInstance.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ServerFarmInstance.java new file mode 100644 index 000000000000..ace981a4c921 --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ServerFarmInstance.java @@ -0,0 +1,149 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Represents details of a single instance in a server farm. + */ +@Fluent +public final class ServerFarmInstance implements JsonSerializable { + /* + * The instance name. + */ + private String instanceName; + + /* + * The instance IP address. + */ + private String ipAddress; + + /* + * The instance status. + */ + private String status; + + /** + * Creates an instance of ServerFarmInstance class. + */ + public ServerFarmInstance() { + } + + /** + * Get the instanceName property: The instance name. + * + * @return the instanceName value. + */ + public String instanceName() { + return this.instanceName; + } + + /** + * Set the instanceName property: The instance name. + * + * @param instanceName the instanceName value to set. + * @return the ServerFarmInstance object itself. + */ + public ServerFarmInstance withInstanceName(String instanceName) { + this.instanceName = instanceName; + return this; + } + + /** + * Get the ipAddress property: The instance IP address. + * + * @return the ipAddress value. + */ + public String ipAddress() { + return this.ipAddress; + } + + /** + * Set the ipAddress property: The instance IP address. + * + * @param ipAddress the ipAddress value to set. + * @return the ServerFarmInstance object itself. + */ + public ServerFarmInstance withIpAddress(String ipAddress) { + this.ipAddress = ipAddress; + return this; + } + + /** + * Get the status property: The instance status. + * + * @return the status value. + */ + public String status() { + return this.status; + } + + /** + * Set the status property: The instance status. + * + * @param status the status value to set. + * @return the ServerFarmInstance object itself. + */ + public ServerFarmInstance withStatus(String status) { + this.status = status; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("instanceName", this.instanceName); + jsonWriter.writeStringField("ipAddress", this.ipAddress); + jsonWriter.writeStringField("status", this.status); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of ServerFarmInstance from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of ServerFarmInstance if the JsonReader was pointing to an instance of it, or null if it was + * pointing to JSON null. + * @throws IOException If an error occurs while reading the ServerFarmInstance. + */ + public static ServerFarmInstance fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + ServerFarmInstance deserializedServerFarmInstance = new ServerFarmInstance(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("instanceName".equals(fieldName)) { + deserializedServerFarmInstance.instanceName = reader.getString(); + } else if ("ipAddress".equals(fieldName)) { + deserializedServerFarmInstance.ipAddress = reader.getString(); + } else if ("status".equals(fieldName)) { + deserializedServerFarmInstance.status = reader.getString(); + } else { + reader.skipChildren(); + } + } + + return deserializedServerFarmInstance; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ServerFarmNetworkSettings.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ServerFarmNetworkSettings.java new file mode 100644 index 000000000000..fd1cb51ecb5d --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/ServerFarmNetworkSettings.java @@ -0,0 +1,100 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Network settings for an app service plan. + */ +@Fluent +public final class ServerFarmNetworkSettings implements JsonSerializable { + /* + * Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration. This must + * be of the form + * /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/ + * {vnetName}/subnets/{subnetName} + */ + private String virtualNetworkSubnetId; + + /** + * Creates an instance of ServerFarmNetworkSettings class. + */ + public ServerFarmNetworkSettings() { + } + + /** + * Get the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined + * by Regional VNET Integration. This must be of the form + * /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. + * + * @return the virtualNetworkSubnetId value. + */ + public String virtualNetworkSubnetId() { + return this.virtualNetworkSubnetId; + } + + /** + * Set the virtualNetworkSubnetId property: Azure Resource Manager ID of the Virtual network and subnet to be joined + * by Regional VNET Integration. This must be of the form + * /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. + * + * @param virtualNetworkSubnetId the virtualNetworkSubnetId value to set. + * @return the ServerFarmNetworkSettings object itself. + */ + public ServerFarmNetworkSettings withVirtualNetworkSubnetId(String virtualNetworkSubnetId) { + this.virtualNetworkSubnetId = virtualNetworkSubnetId; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("virtualNetworkSubnetId", this.virtualNetworkSubnetId); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of ServerFarmNetworkSettings from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of ServerFarmNetworkSettings if the JsonReader was pointing to an instance of it, or null if + * it was pointing to JSON null. + * @throws IOException If an error occurs while reading the ServerFarmNetworkSettings. + */ + public static ServerFarmNetworkSettings fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + ServerFarmNetworkSettings deserializedServerFarmNetworkSettings = new ServerFarmNetworkSettings(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("virtualNetworkSubnetId".equals(fieldName)) { + deserializedServerFarmNetworkSettings.virtualNetworkSubnetId = reader.getString(); + } else { + reader.skipChildren(); + } + } + + return deserializedServerFarmNetworkSettings; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/StorageMount.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/StorageMount.java new file mode 100644 index 000000000000..4d0d79851f02 --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/StorageMount.java @@ -0,0 +1,209 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.annotation.Fluent; +import com.azure.json.JsonReader; +import com.azure.json.JsonSerializable; +import com.azure.json.JsonToken; +import com.azure.json.JsonWriter; +import java.io.IOException; + +/** + * Server farm storage mount configuration. + */ +@Fluent +public final class StorageMount implements JsonSerializable { + /* + * Name of the storage mount. + */ + private String name; + + /* + * Type of the storage mount. + */ + private StorageMountType type; + + /* + * Source of the fileshare/storage. + */ + private String source; + + /* + * Path on worker where storage will be mounted. + */ + private String destinationPath; + + /* + * KV reference to the credentials to connect to the share. + */ + private KeyVaultReferenceWithStatus credentialsKeyVaultReference; + + /** + * Creates an instance of StorageMount class. + */ + public StorageMount() { + } + + /** + * Get the name property: Name of the storage mount. + * + * @return the name value. + */ + public String name() { + return this.name; + } + + /** + * Set the name property: Name of the storage mount. + * + * @param name the name value to set. + * @return the StorageMount object itself. + */ + public StorageMount withName(String name) { + this.name = name; + return this; + } + + /** + * Get the type property: Type of the storage mount. + * + * @return the type value. + */ + public StorageMountType type() { + return this.type; + } + + /** + * Set the type property: Type of the storage mount. + * + * @param type the type value to set. + * @return the StorageMount object itself. + */ + public StorageMount withType(StorageMountType type) { + this.type = type; + return this; + } + + /** + * Get the source property: Source of the fileshare/storage. + * + * @return the source value. + */ + public String source() { + return this.source; + } + + /** + * Set the source property: Source of the fileshare/storage. + * + * @param source the source value to set. + * @return the StorageMount object itself. + */ + public StorageMount withSource(String source) { + this.source = source; + return this; + } + + /** + * Get the destinationPath property: Path on worker where storage will be mounted. + * + * @return the destinationPath value. + */ + public String destinationPath() { + return this.destinationPath; + } + + /** + * Set the destinationPath property: Path on worker where storage will be mounted. + * + * @param destinationPath the destinationPath value to set. + * @return the StorageMount object itself. + */ + public StorageMount withDestinationPath(String destinationPath) { + this.destinationPath = destinationPath; + return this; + } + + /** + * Get the credentialsKeyVaultReference property: KV reference to the credentials to connect to the share. + * + * @return the credentialsKeyVaultReference value. + */ + public KeyVaultReferenceWithStatus credentialsKeyVaultReference() { + return this.credentialsKeyVaultReference; + } + + /** + * Set the credentialsKeyVaultReference property: KV reference to the credentials to connect to the share. + * + * @param credentialsKeyVaultReference the credentialsKeyVaultReference value to set. + * @return the StorageMount object itself. + */ + public StorageMount withCredentialsKeyVaultReference(KeyVaultReferenceWithStatus credentialsKeyVaultReference) { + this.credentialsKeyVaultReference = credentialsKeyVaultReference; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (credentialsKeyVaultReference() != null) { + credentialsKeyVaultReference().validate(); + } + } + + /** + * {@inheritDoc} + */ + @Override + public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { + jsonWriter.writeStartObject(); + jsonWriter.writeStringField("name", this.name); + jsonWriter.writeStringField("type", this.type == null ? null : this.type.toString()); + jsonWriter.writeStringField("source", this.source); + jsonWriter.writeStringField("destinationPath", this.destinationPath); + jsonWriter.writeJsonField("credentialsKeyVaultReference", this.credentialsKeyVaultReference); + return jsonWriter.writeEndObject(); + } + + /** + * Reads an instance of StorageMount from the JsonReader. + * + * @param jsonReader The JsonReader being read. + * @return An instance of StorageMount if the JsonReader was pointing to an instance of it, or null if it was + * pointing to JSON null. + * @throws IOException If an error occurs while reading the StorageMount. + */ + public static StorageMount fromJson(JsonReader jsonReader) throws IOException { + return jsonReader.readObject(reader -> { + StorageMount deserializedStorageMount = new StorageMount(); + while (reader.nextToken() != JsonToken.END_OBJECT) { + String fieldName = reader.getFieldName(); + reader.nextToken(); + + if ("name".equals(fieldName)) { + deserializedStorageMount.name = reader.getString(); + } else if ("type".equals(fieldName)) { + deserializedStorageMount.type = StorageMountType.fromString(reader.getString()); + } else if ("source".equals(fieldName)) { + deserializedStorageMount.source = reader.getString(); + } else if ("destinationPath".equals(fieldName)) { + deserializedStorageMount.destinationPath = reader.getString(); + } else if ("credentialsKeyVaultReference".equals(fieldName)) { + deserializedStorageMount.credentialsKeyVaultReference + = KeyVaultReferenceWithStatus.fromJson(reader); + } else { + reader.skipChildren(); + } + } + + return deserializedStorageMount; + }); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/StorageMountType.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/StorageMountType.java new file mode 100644 index 000000000000..d35e31f4fe2a --- /dev/null +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/StorageMountType.java @@ -0,0 +1,56 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.appservice.models; + +import com.azure.core.util.ExpandableStringEnum; +import java.util.Collection; + +/** + * Type of the storage mount. + */ +public final class StorageMountType extends ExpandableStringEnum { + /** + * Static value AzureFiles for StorageMountType. + */ + public static final StorageMountType AZURE_FILES = fromString("AzureFiles"); + + /** + * Static value LocalStorage for StorageMountType. + */ + public static final StorageMountType LOCAL_STORAGE = fromString("LocalStorage"); + + /** + * Static value FileShare for StorageMountType. + */ + public static final StorageMountType FILE_SHARE = fromString("FileShare"); + + /** + * Creates a new instance of StorageMountType value. + * + * @deprecated Use the {@link #fromString(String)} factory method. + */ + @Deprecated + public StorageMountType() { + } + + /** + * Creates or finds a StorageMountType from its string representation. + * + * @param name a name to look for. + * @return the corresponding StorageMountType. + */ + public static StorageMountType fromString(String name) { + return fromString(name, StorageMountType.class); + } + + /** + * Gets known StorageMountType values. + * + * @return known StorageMountType values. + */ + public static Collection values() { + return values(StorageMountType.class); + } +} diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/package-info.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/package-info.java index 386e194d641d..9a61087ad656 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/package-info.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/package-info.java @@ -4,6 +4,6 @@ /** * Package containing the data models for WebSiteManagementClient. - * WebSite Management Client. + * AppService Management Client. */ package com.azure.resourcemanager.appservice.models; diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/package-info.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/package-info.java index 96fd3be7b23d..ea64bc847fb0 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/package-info.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/package-info.java @@ -4,6 +4,6 @@ /** * Package containing the classes for WebSiteManagementClient. - * WebSite Management Client. + * AppService Management Client. */ package com.azure.resourcemanager.appservice; diff --git a/sdk/resourcemanager/azure-resourcemanager/pom.xml b/sdk/resourcemanager/azure-resourcemanager/pom.xml index fbe48fc6279d..cf831c980fa3 100644 --- a/sdk/resourcemanager/azure-resourcemanager/pom.xml +++ b/sdk/resourcemanager/azure-resourcemanager/pom.xml @@ -132,7 +132,7 @@ com.azure.resourcemanager azure-resourcemanager-appservice - 2.53.5 + 2.54.0-beta.1 com.azure.resourcemanager diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersCreateOrUpdateCertificateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersCreateOrUpdateCertificateSamples.java index c39c6aff3599..e222f0a74988 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersCreateOrUpdateCertificateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersCreateOrUpdateCertificateSamples.java @@ -12,8 +12,8 @@ public final class AppServiceCertificateOrdersCreateOrUpdateCertificateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * CreateAppServiceCertificate.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/CreateAppServiceCertificate.json */ /** * Sample code: Create Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersCreateOrUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersCreateOrUpdateSamples.java index d6c8297847cc..35ad0ceb5044 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersCreateOrUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersCreateOrUpdateSamples.java @@ -16,8 +16,8 @@ public final class AppServiceCertificateOrdersCreateOrUpdateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * CreateAppServiceCertificateOrder.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/CreateAppServiceCertificateOrder.json */ /** * Sample code: Create Certificate order. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersDeleteCertificateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersDeleteCertificateSamples.java index 21288aca5e2a..051c1cd030d1 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersDeleteCertificateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersDeleteCertificateSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersDeleteCertificateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * DeleteAppServiceCertificate.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/DeleteAppServiceCertificate.json */ /** * Sample code: Delete App Service Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersDeleteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersDeleteSamples.java index 829bb0ec62b7..4636cb575aa7 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersDeleteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersDeleteSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersDeleteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * DeleteAppServiceCertificateOrder.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/DeleteAppServiceCertificateOrder.json */ /** * Sample code: Delete App Service Certificate Order. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersGetByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersGetByResourceGroupSamples.java index 35ad58430479..6aff31a4418b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersGetByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersGetByResourceGroupSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersGetByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * GetAppServiceCertificateOrder.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/GetAppServiceCertificateOrder.json */ /** * Sample code: Get App Service Certificate Order. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersGetCertificateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersGetCertificateSamples.java index e7c9383e43cf..edc7be35aa6f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersGetCertificateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersGetCertificateSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersGetCertificateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * GetAppServiceCertificate.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/GetAppServiceCertificate.json */ /** * Sample code: Get App Service Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListByResourceGroupSamples.java index f0c8ee694d3a..50cdaba29c31 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListByResourceGroupSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersListByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * ListAppServiceCertificateOrdersByResourceGroup.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/ListAppServiceCertificateOrdersByResourceGroup.json */ /** * Sample code: List App Service Certificate orders by resource group. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListCertificatesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListCertificatesSamples.java index f1d4936208e4..7b0caffa9abb 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListCertificatesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListCertificatesSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersListCertificatesSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * ListCertificatesByAppServiceCertificateOrder.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/ListCertificatesByAppServiceCertificateOrder.json */ /** * Sample code: List certificates by App Service Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListSamples.java index f49f86f69151..9359ee3c99a0 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersListSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * ListAppServiceCertificateOrdersBySubscription.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/ListAppServiceCertificateOrdersBySubscription.json */ /** * Sample code: List App Service Certificate orders by subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersReissueSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersReissueSamples.java index be20947bac99..47abc5c19cc0 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersReissueSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersReissueSamples.java @@ -12,8 +12,8 @@ public final class AppServiceCertificateOrdersReissueSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * ReissueAppServiceCertificateOrder.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/ReissueAppServiceCertificateOrder.json */ /** * Sample code: Reissue App Service Certificate Order. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRenewSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRenewSamples.java index a3a9cfac9c6e..8072d8f4d81a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRenewSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRenewSamples.java @@ -12,8 +12,8 @@ public final class AppServiceCertificateOrdersRenewSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * RenewAppServiceCertificateOrder.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/RenewAppServiceCertificateOrder.json */ /** * Sample code: Renew App Service Certificate Order. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersResendEmailSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersResendEmailSamples.java index 53204f2daf49..ee117dd1638a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersResendEmailSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersResendEmailSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersResendEmailSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * ResendAppServiceCertificateOrderEmail.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/ResendAppServiceCertificateOrderEmail.json */ /** * Sample code: Resend App Service Certificate Order email. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersResendRequestEmailsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersResendRequestEmailsSamples.java index ff5562261a13..de96a7b21495 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersResendRequestEmailsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersResendRequestEmailsSamples.java @@ -12,8 +12,8 @@ public final class AppServiceCertificateOrdersResendRequestEmailsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * ResendDomainOwnershipVerificationEmail.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/ResendDomainOwnershipVerificationEmail.json */ /** * Sample code: Resend Domain Ownership verification email. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveCertificateActionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveCertificateActionsSamples.java index 522293878c81..1f2748926813 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveCertificateActionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveCertificateActionsSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersRetrieveCertificateActionsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * RetrieveCertificateOrderActions.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/RetrieveCertificateOrderActions.json */ /** * Sample code: Retrieve Certificate Order Actions. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveCertificateEmailHistorySamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveCertificateEmailHistorySamples.java index 9a4808ae04ee..b691c3b0a18a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveCertificateEmailHistorySamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveCertificateEmailHistorySamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersRetrieveCertificateEmailHistorySamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * RetrieveCertificateEmailHistory.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/RetrieveCertificateEmailHistory.json */ /** * Sample code: Retrieve Certificate Email History. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveSiteSealSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveSiteSealSamples.java index 3b179809f2e3..64bf7714f561 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveSiteSealSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersRetrieveSiteSealSamples.java @@ -12,8 +12,8 @@ public final class AppServiceCertificateOrdersRetrieveSiteSealSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/RetrieveSiteSeal. - * json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/RetrieveSiteSeal.json */ /** * Sample code: Retrieve Site Seal. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersUpdateCertificateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersUpdateCertificateSamples.java index c3d58d75c31f..f46455931949 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersUpdateCertificateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersUpdateCertificateSamples.java @@ -12,8 +12,8 @@ public final class AppServiceCertificateOrdersUpdateCertificateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * UpdateAppServiceCertificate.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/UpdateAppServiceCertificate.json */ /** * Sample code: Update Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersUpdateSamples.java index e81861ce0651..c22b06212498 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersUpdateSamples.java @@ -16,8 +16,8 @@ public final class AppServiceCertificateOrdersUpdateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * UpdateAppServiceCertificateOrder.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/UpdateAppServiceCertificateOrder.json */ /** * Sample code: Update Certificate order. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersValidatePurchaseInformationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersValidatePurchaseInformationSamples.java index 2e06b63c4b80..0eaa02ef797a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersValidatePurchaseInformationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersValidatePurchaseInformationSamples.java @@ -16,8 +16,8 @@ public final class AppServiceCertificateOrdersValidatePurchaseInformationSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * ValidateAppServiceCertificatePurchaseInformationBySubscription.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/ValidateAppServiceCertificatePurchaseInformationBySubscription.json */ /** * Sample code: Validate App Service Certificate purchase information by subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersVerifyDomainOwnershipSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersVerifyDomainOwnershipSamples.java index 4e7e616acab6..d593a4a196f7 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersVerifyDomainOwnershipSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceCertificateOrdersVerifyDomainOwnershipSamples.java @@ -10,8 +10,8 @@ public final class AppServiceCertificateOrdersVerifyDomainOwnershipSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * VerifyDomainOwnership.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/VerifyDomainOwnership.json */ /** * Sample code: Verify Domain Ownership. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionSamples.java index 0c2d02ab0b0f..1c61f5654fc2 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionSamples.java @@ -12,7 +12,7 @@ */ public final class AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ApproveOrRejectPrivateEndpointConnection.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsChangeVnetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsChangeVnetSamples.java index 7b2834817548..3390f42fc5dd 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsChangeVnetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsChangeVnetSamples.java @@ -11,9 +11,8 @@ */ public final class AppServiceEnvironmentsChangeVnetSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_ChangeVnet. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_ChangeVnet.json */ /** * Sample code: Move an App Service Environment to a different VNET. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateMultiRolePoolSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateMultiRolePoolSamples.java index 71b0608e8625..6eb7b8dbfe06 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateMultiRolePoolSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateMultiRolePoolSamples.java @@ -11,7 +11,7 @@ */ public final class AppServiceEnvironmentsCreateOrUpdateMultiRolePoolSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_CreateOrUpdateMultiRolePool.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateSamples.java index 2309218bae39..002d3fa5d7a2 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateSamples.java @@ -12,9 +12,8 @@ */ public final class AppServiceEnvironmentsCreateOrUpdateSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_CreateOrUpdate - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_CreateOrUpdate.json */ /** * Sample code: Create or update an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateWorkerPoolSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateWorkerPoolSamples.java index 5de76bb51131..700da167e4ae 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateWorkerPoolSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsCreateOrUpdateWorkerPoolSamples.java @@ -11,7 +11,7 @@ */ public final class AppServiceEnvironmentsCreateOrUpdateWorkerPoolSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_CreateOrUpdateWorkerPool.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationSamples.java index 1ba3cf0262c1..0ac5b63fd781 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationSamples.java @@ -9,9 +9,8 @@ */ public final class AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteAseCustomDnsSuffixConfiguration - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * DeleteAseCustomDnsSuffixConfiguration.json */ /** * Sample code: Delete ASE custom DNS suffix configuration. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeletePrivateEndpointConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeletePrivateEndpointConnectionSamples.java index d346a9384320..485c6b1a6c52 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeletePrivateEndpointConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeletePrivateEndpointConnectionSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsDeletePrivateEndpointConnectionSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_DeletePrivateEndpointConnection.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeleteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeleteSamples.java index 1de7c453e36a..8f6d908cc0c7 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeleteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsDeleteSamples.java @@ -9,8 +9,8 @@ */ public final class AppServiceEnvironmentsDeleteSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_Delete.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_Delete.json */ /** * Sample code: Delete an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationSamples.java index e07c32903afa..863102c7a80c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationSamples.java @@ -9,9 +9,8 @@ */ public final class AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetAseCustomDnsSuffixConfiguration. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetAseCustomDnsSuffixConfiguration.json */ /** * Sample code: Get ASE custom DNS suffix configuration. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetAseV3NetworkingConfigurationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetAseV3NetworkingConfigurationSamples.java index dd37bba94b1d..05e152dc5712 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetAseV3NetworkingConfigurationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetAseV3NetworkingConfigurationSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsGetAseV3NetworkingConfigurationSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_GetAseV3NetworkingConfiguration.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetByResourceGroupSamples.java index ff065d1427f3..787306028e5f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetByResourceGroupSamples.java @@ -10,7 +10,8 @@ public final class AppServiceEnvironmentsGetByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_Get.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/AppServiceEnvironments_Get + * .json */ /** * Sample code: Get the properties of an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetDiagnosticsItemSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetDiagnosticsItemSamples.java index d687ee922c18..2b695085a03c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetDiagnosticsItemSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetDiagnosticsItemSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsGetDiagnosticsItemSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_GetDiagnosticsItem.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsSamples.java index 25d97c5eb872..6b1239d130fc 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetInboundNetworkDependenciesEndpoints.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetMultiRolePoolSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetMultiRolePoolSamples.java index 8cc0797c819d..107cab900109 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetMultiRolePoolSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetMultiRolePoolSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsGetMultiRolePoolSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_GetMultiRolePool.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsSamples.java index cd2c012cc6ad..1c698393bdeb 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetOutboundNetworkDependenciesEndpoints.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateEndpointConnectionListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateEndpointConnectionListSamples.java index 07ec9e4fcb3f..3368273bba4b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateEndpointConnectionListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateEndpointConnectionListSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsGetPrivateEndpointConnectionListSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_GetPrivateEndpointConnectionList.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateEndpointConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateEndpointConnectionSamples.java index 8f3305ebffbf..8b7e432b3400 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateEndpointConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateEndpointConnectionSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsGetPrivateEndpointConnectionSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_GetPrivateEndpointConnection.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateLinkResourcesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateLinkResourcesSamples.java index 242b5684d77f..78ad58852bfd 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateLinkResourcesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetPrivateLinkResourcesSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsGetPrivateLinkResourcesSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_GetPrivateLinkResources.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetVipInfoSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetVipInfoSamples.java index dd15ac881fc5..33992f68acfe 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetVipInfoSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetVipInfoSamples.java @@ -9,9 +9,8 @@ */ public final class AppServiceEnvironmentsGetVipInfoSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_GetVipInfo. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_GetVipInfo.json */ /** * Sample code: Get IP addresses assigned to an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetWorkerPoolSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetWorkerPoolSamples.java index d833e428d2e4..8421ba32f088 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetWorkerPoolSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsGetWorkerPoolSamples.java @@ -9,9 +9,8 @@ */ public final class AppServiceEnvironmentsGetWorkerPoolSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_GetWorkerPool. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_GetWorkerPool.json */ /** * Sample code: Get properties of a worker pool. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListAppServicePlansSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListAppServicePlansSamples.java index cf38fe06f528..6061552c9b33 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListAppServicePlansSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListAppServicePlansSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListAppServicePlansSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListAppServicePlans.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListByResourceGroupSamples.java index d7540a3afc9e..b8073f11c570 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListByResourceGroupSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListByResourceGroupSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListByResourceGroup.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListCapacitiesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListCapacitiesSamples.java index 00e4a89b1ee0..43645c47b9fd 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListCapacitiesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListCapacitiesSamples.java @@ -9,9 +9,8 @@ */ public final class AppServiceEnvironmentsListCapacitiesSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_ListCapacities - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_ListCapacities.json */ /** * Sample code: Get the used, available, and total worker capacity an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListDiagnosticsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListDiagnosticsSamples.java index 59ffa19a9670..46099b6701b5 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListDiagnosticsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListDiagnosticsSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListDiagnosticsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListDiagnostics.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRoleMetricDefinitionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRoleMetricDefinitionsSamples.java index 6a0163c35ea0..76f2c749a949 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRoleMetricDefinitionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRoleMetricDefinitionsSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListMultiRoleMetricDefinitionsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListMultiRoleMetricDefinitions.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsSamples.java index 5ed08b07c3ed..844729944b96 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListMultiRolePoolInstanceMetricDefinitions.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolSkusSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolSkusSamples.java index 4a273f46d50f..0232e1c09913 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolSkusSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolSkusSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListMultiRolePoolSkusSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListMultiRolePoolSkus.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolsSamples.java index dee43966a927..e19daa4c78b6 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRolePoolsSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListMultiRolePoolsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListMultiRolePools.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRoleUsagesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRoleUsagesSamples.java index a1c964d68442..ab20a78bc242 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRoleUsagesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListMultiRoleUsagesSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListMultiRoleUsagesSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListMultiRoleUsages.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListOperationsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListOperationsSamples.java index 0810b417a380..35536d6fda6a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListOperationsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListOperationsSamples.java @@ -9,9 +9,8 @@ */ public final class AppServiceEnvironmentsListOperationsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_ListOperations - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_ListOperations.json */ /** * Sample code: List all currently running operations on the App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListSamples.java index 0501cb64f022..9d39d6a04dd3 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListSamples.java @@ -9,8 +9,8 @@ */ public final class AppServiceEnvironmentsListSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_List.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_List.json */ /** * Sample code: Get all App Service Environments for a subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListUsagesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListUsagesSamples.java index aa3ce2872645..93967ae08435 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListUsagesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListUsagesSamples.java @@ -9,9 +9,8 @@ */ public final class AppServiceEnvironmentsListUsagesSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_ListUsages. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_ListUsages.json */ /** * Sample code: Get global usage metrics of an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebAppsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebAppsSamples.java index ba7145fdafd3..b77e2b201093 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebAppsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebAppsSamples.java @@ -9,9 +9,8 @@ */ public final class AppServiceEnvironmentsListWebAppsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_ListWebApps. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_ListWebApps.json */ /** * Sample code: Get all apps in an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebWorkerMetricDefinitionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebWorkerMetricDefinitionsSamples.java index 0528723c2b92..988916fc2816 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebWorkerMetricDefinitionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebWorkerMetricDefinitionsSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListWebWorkerMetricDefinitionsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListWebWorkerMetricDefinitions.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebWorkerUsagesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebWorkerUsagesSamples.java index 756583f12b76..d8da800a4158 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebWorkerUsagesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWebWorkerUsagesSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListWebWorkerUsagesSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListWebWorkerUsages.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsSamples.java index b000fe4d44a8..9528970088f9 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListWorkerPoolInstanceMetricDefinitions.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolSkusSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolSkusSamples.java index 24dd6cacd889..8c68364f79ea 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolSkusSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolSkusSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListWorkerPoolSkusSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListWorkerPoolSkus.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolsSamples.java index f22746176659..5829e8384e42 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsListWorkerPoolsSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsListWorkerPoolsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_ListWorkerPools.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsRebootSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsRebootSamples.java index 67841618c964..0048eca30827 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsRebootSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsRebootSamples.java @@ -9,8 +9,8 @@ */ public final class AppServiceEnvironmentsRebootSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_Reboot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_Reboot.json */ /** * Sample code: Reboot all machines in an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsResumeSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsResumeSamples.java index 12f4c85ccfca..27f4eb46ed2f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsResumeSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsResumeSamples.java @@ -9,8 +9,8 @@ */ public final class AppServiceEnvironmentsResumeSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_Resume.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_Resume.json */ /** * Sample code: Resume an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsSuspendSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsSuspendSamples.java index cde8585d7285..2737ddc93af8 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsSuspendSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsSuspendSamples.java @@ -9,8 +9,8 @@ */ public final class AppServiceEnvironmentsSuspendSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_Suspend.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_Suspend.json */ /** * Sample code: Suspend an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsTestUpgradeAvailableNotificationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsTestUpgradeAvailableNotificationSamples.java index 46a45f660852..3a687a170937 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsTestUpgradeAvailableNotificationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsTestUpgradeAvailableNotificationSamples.java @@ -9,7 +9,7 @@ */ public final class AppServiceEnvironmentsTestUpgradeAvailableNotificationSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_TestUpgradeAvailableNotification.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationSamples.java index df90a7835911..82a596c6b84f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationSamples.java @@ -11,9 +11,8 @@ */ public final class AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateAseCustomDnsSuffixConfiguration - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * UpdateAseCustomDnsSuffixConfiguration.json */ /** * Sample code: Update ASE custom DNS suffix configuration. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateAseNetworkingConfigurationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateAseNetworkingConfigurationSamples.java index b8db00198caa..c3c672083b57 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateAseNetworkingConfigurationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateAseNetworkingConfigurationSamples.java @@ -11,7 +11,7 @@ */ public final class AppServiceEnvironmentsUpdateAseNetworkingConfigurationSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_UpdateAseNetworkingConfiguration.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateMultiRolePoolSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateMultiRolePoolSamples.java index cab0124bda1f..a0220e70cecf 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateMultiRolePoolSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateMultiRolePoolSamples.java @@ -11,7 +11,7 @@ */ public final class AppServiceEnvironmentsUpdateMultiRolePoolSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_CreateOrUpdateMultiRolePool.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateSamples.java index e131d3f0ea57..74f1d3a3b6c7 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateSamples.java @@ -12,8 +12,8 @@ */ public final class AppServiceEnvironmentsUpdateSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_Update.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_Update.json */ /** * Sample code: Create or update an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateWorkerPoolSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateWorkerPoolSamples.java index 65a4bce7bea3..75a1a43a94df 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateWorkerPoolSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpdateWorkerPoolSamples.java @@ -11,7 +11,7 @@ */ public final class AppServiceEnvironmentsUpdateWorkerPoolSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * AppServiceEnvironments_CreateOrUpdateWorkerPool.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpgradeSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpgradeSamples.java index e34cb47a5d2d..df5874ec4d87 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpgradeSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServiceEnvironmentsUpgradeSamples.java @@ -9,8 +9,8 @@ */ public final class AppServiceEnvironmentsUpgradeSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AppServiceEnvironments_Upgrade.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * AppServiceEnvironments_Upgrade.json */ /** * Sample code: Initiate an upgrade on an App Service Environment. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansCreateOrUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansCreateOrUpdateSamples.java index 68d549557f23..10c2f7f2407c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansCreateOrUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansCreateOrUpdateSamples.java @@ -12,8 +12,8 @@ */ public final class AppServicePlansCreateOrUpdateSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateAppServicePlan.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * CreateOrUpdateAppServicePlan.json */ /** * Sample code: Create Or Update App Service plan. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansDeleteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansDeleteSamples.java index ff5a1570e2f5..1b7694343c04 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansDeleteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansDeleteSamples.java @@ -10,7 +10,7 @@ public final class AppServicePlansDeleteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteAppServicePlan.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteAppServicePlan.json */ /** * Sample code: Delete App Service plan. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansGetByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansGetByResourceGroupSamples.java index a014a7cadba4..67958233b829 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansGetByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansGetByResourceGroupSamples.java @@ -10,7 +10,7 @@ public final class AppServicePlansGetByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetAppServicePlan.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetAppServicePlan.json */ /** * Sample code: Get App Service plan. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansListByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansListByResourceGroupSamples.java index cb03c8a531f4..ff7d7d66d738 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansListByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansListByResourceGroupSamples.java @@ -9,9 +9,8 @@ */ public final class AppServicePlansListByResourceGroupSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListAppServicePlansByResourceGroup. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListAppServicePlansByResourceGroup.json */ /** * Sample code: List App Service plans by resource group. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansListSamples.java index 5e0f0bd56ae2..c5d18e1ea2f4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansListSamples.java @@ -10,7 +10,7 @@ public final class AppServicePlansListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListAppServicePlans.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListAppServicePlans.json */ /** * Sample code: List App Service plans. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansUpdateSamples.java index 5cf37e370cf0..c46faadedbe2 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/AppServicePlansUpdateSamples.java @@ -12,7 +12,7 @@ public final class AppServicePlansUpdateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/PatchAppServicePlan.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/PatchAppServicePlan.json */ /** * Sample code: Patch Service plan. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseSamples.java index e2af9ee9ba72..2dc5563b80e7 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseSamples.java @@ -10,8 +10,8 @@ public final class CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * Diagnostics_GetAppServiceCertificateOrderDetectorResponse.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/Diagnostics_GetAppServiceCertificateOrderDetectorResponse.json */ /** * Sample code: Get app service certificate order detector response. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseSamples.java index 8fadf83ad3ea..0120c77dee9d 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseSamples.java @@ -10,8 +10,8 @@ public final class CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ - * Diagnostics_ListAppServiceCertificateOrderDetectorResponse.json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/Diagnostics_ListAppServiceCertificateOrderDetectorResponse.json */ /** * Sample code: List app service certificate detector response. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateRegistrationProviderListOperationsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateRegistrationProviderListOperationsSamples.java index 1cc5e9d5c466..f5872bfd26b1 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateRegistrationProviderListOperationsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificateRegistrationProviderListOperationsSamples.java @@ -10,8 +10,8 @@ public final class CertificateRegistrationProviderListOperationsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2024-11-01/examples/ListOperations. - * json + * specification/certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/ + * stable/2024-11-01/examples/ListOperations.json */ /** * Sample code: List operations. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesCreateOrUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesCreateOrUpdateSamples.java index d82086adbff0..06507ee54a05 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesCreateOrUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesCreateOrUpdateSamples.java @@ -13,7 +13,8 @@ public final class CertificatesCreateOrUpdateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateCertificate.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/CreateOrUpdateCertificate. + * json */ /** * Sample code: Create Or Update Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesDeleteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesDeleteSamples.java index 280d2fde4def..6a39a87c4699 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesDeleteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesDeleteSamples.java @@ -10,7 +10,7 @@ public final class CertificatesDeleteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteCertificate.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteCertificate.json */ /** * Sample code: Delete Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesGetByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesGetByResourceGroupSamples.java index 018780bbe8d9..14571cef3b34 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesGetByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesGetByResourceGroupSamples.java @@ -10,7 +10,7 @@ public final class CertificatesGetByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetCertificate.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetCertificate.json */ /** * Sample code: Get Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesListByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesListByResourceGroupSamples.java index d97556fb88e1..3c044a9caf91 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesListByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesListByResourceGroupSamples.java @@ -9,8 +9,8 @@ */ public final class CertificatesListByResourceGroupSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListCertificatesByResourceGroup.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListCertificatesByResourceGroup.json */ /** * Sample code: List Certificates by resource group. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesListSamples.java index cc9b96496ab9..b44d4f3f78dc 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesListSamples.java @@ -10,7 +10,7 @@ public final class CertificatesListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListCertificates.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListCertificates.json */ /** * Sample code: List Certificates for subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesUpdateSamples.java index c5f2e7918673..8acc4cf51fc4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/CertificatesUpdateSamples.java @@ -12,7 +12,7 @@ public final class CertificatesUpdateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/PatchCertificate.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/PatchCertificate.json */ /** * Sample code: Patch Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DeletedWebAppsGetDeletedWebAppByLocationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DeletedWebAppsGetDeletedWebAppByLocationSamples.java index 0c36cf56526f..d8dd4e3c400d 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DeletedWebAppsGetDeletedWebAppByLocationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DeletedWebAppsGetDeletedWebAppByLocationSamples.java @@ -10,7 +10,8 @@ public final class DeletedWebAppsGetDeletedWebAppByLocationSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetDeletedWebAppByLocation.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetDeletedWebAppByLocation + * .json */ /** * Sample code: Get Deleted Web App by Location. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DeletedWebAppsListByLocationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DeletedWebAppsListByLocationSamples.java index a651ac6aa57f..defb9d0a579c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DeletedWebAppsListByLocationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DeletedWebAppsListByLocationSamples.java @@ -9,8 +9,8 @@ */ public final class DeletedWebAppsListByLocationSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListDeletedWebAppsByLocation.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListDeletedWebAppsByLocation.json */ /** * Sample code: List Deleted Web App by Location. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteAnalysisSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteAnalysisSamples.java index e49f818149b8..68a26a040f62 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteAnalysisSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteAnalysisSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsExecuteSiteAnalysisSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ExecuteSiteAnalysis.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ExecuteSiteAnalysis.json */ /** * Sample code: Execute site analysis. @@ -27,9 +27,8 @@ public static void executeSiteAnalysis(com.azure.resourcemanager.AzureResourceMa } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ExecuteSiteAnalysisSlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ExecuteSiteAnalysisSlot.json */ /** * Sample code: Execute site slot analysis. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteAnalysisSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteAnalysisSlotSamples.java index 124c569984e4..0a96b0ae8c92 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteAnalysisSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteAnalysisSlotSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsExecuteSiteAnalysisSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ExecuteSiteAnalysis.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ExecuteSiteAnalysis.json */ /** * Sample code: Execute site analysis. @@ -27,9 +27,8 @@ public static void executeSiteAnalysis(com.azure.resourcemanager.AzureResourceMa } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ExecuteSiteAnalysisSlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ExecuteSiteAnalysisSlot.json */ /** * Sample code: Execute site slot analysis. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteDetectorSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteDetectorSamples.java index 07c6cf12f2c8..d9d5e859263e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteDetectorSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteDetectorSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsExecuteSiteDetectorSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ExecuteSiteDetector.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ExecuteSiteDetector.json */ /** * Sample code: Execute site detector. @@ -27,9 +27,8 @@ public static void executeSiteDetector(com.azure.resourcemanager.AzureResourceMa } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ExecuteSiteDetectorSlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ExecuteSiteDetectorSlot.json */ /** * Sample code: Execute site slot detector. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteDetectorSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteDetectorSlotSamples.java index 5ca6c5574d4b..9f9bdd51f287 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteDetectorSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsExecuteSiteDetectorSlotSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsExecuteSiteDetectorSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ExecuteSiteDetector.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ExecuteSiteDetector.json */ /** * Sample code: Execute site detector. @@ -27,9 +27,8 @@ public static void executeSiteDetector(com.azure.resourcemanager.AzureResourceMa } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ExecuteSiteDetectorSlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ExecuteSiteDetectorSlot.json */ /** * Sample code: Execute site slot detector. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetHostingEnvironmentDetectorResponseSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetHostingEnvironmentDetectorResponseSamples.java index 43a6a2738e48..49cdefabb5ae 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetHostingEnvironmentDetectorResponseSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetHostingEnvironmentDetectorResponseSamples.java @@ -9,7 +9,7 @@ */ public final class DiagnosticsGetHostingEnvironmentDetectorResponseSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_GetHostingEnvironmentDetectorResponse.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteAnalysisSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteAnalysisSamples.java index d8fc22559649..a3a477bfdb01 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteAnalysisSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteAnalysisSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsGetSiteAnalysisSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteAnalysisSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteAnalysisSlot.json */ /** * Sample code: Get App Slot Analysis. @@ -27,8 +27,8 @@ public static void getAppSlotAnalysis(com.azure.resourcemanager.AzureResourceMan } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteAnalysis.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteAnalysis.json */ /** * Sample code: Get App Analysis. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteAnalysisSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteAnalysisSlotSamples.java index 48c733043071..3420106e0e4b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteAnalysisSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteAnalysisSlotSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsGetSiteAnalysisSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteAnalysisSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteAnalysisSlot.json */ /** * Sample code: Get App Slot Analysis. @@ -27,8 +27,8 @@ public static void getAppSlotAnalysis(com.azure.resourcemanager.AzureResourceMan } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteAnalysis.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteAnalysis.json */ /** * Sample code: Get App Analysis. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorResponseSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorResponseSamples.java index 098a415ccb60..6a0854daef95 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorResponseSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorResponseSamples.java @@ -9,7 +9,7 @@ */ public final class DiagnosticsGetSiteDetectorResponseSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_GetSiteDetectorResponseSlot.json */ /** @@ -27,9 +27,8 @@ public static void getAppSlotDetectorResponse(com.azure.resourcemanager.AzureRes } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteDetectorResponse. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteDetectorResponse.json */ /** * Sample code: Get App Detector Response. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorResponseSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorResponseSlotSamples.java index 88ac579b9fa7..1b1ae7279feb 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorResponseSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorResponseSlotSamples.java @@ -9,7 +9,7 @@ */ public final class DiagnosticsGetSiteDetectorResponseSlotSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_GetSiteDetectorResponseSlot.json */ /** @@ -27,9 +27,8 @@ public static void getAppSlotDetectorResponse(com.azure.resourcemanager.AzureRes } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteDetectorResponse. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteDetectorResponse.json */ /** * Sample code: Get App Detector Response. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorSamples.java index f3bcc24df76a..3573d8287293 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsGetSiteDetectorSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteDetector.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteDetector.json */ /** * Sample code: Get App Detector. @@ -27,8 +27,8 @@ public static void getAppDetector(com.azure.resourcemanager.AzureResourceManager } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteDetectorSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteDetectorSlot.json */ /** * Sample code: Get App Slot Detector. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorSlotSamples.java index 708eaed6054b..c053275067de 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDetectorSlotSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsGetSiteDetectorSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteDetector.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteDetector.json */ /** * Sample code: Get App Detector. @@ -27,8 +27,8 @@ public static void getAppDetector(com.azure.resourcemanager.AzureResourceManager } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteDetectorSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteDetectorSlot.json */ /** * Sample code: Get App Slot Detector. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDiagnosticCategorySamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDiagnosticCategorySamples.java index 988cbdc023a3..308a50a41f35 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDiagnosticCategorySamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDiagnosticCategorySamples.java @@ -9,9 +9,8 @@ */ public final class DiagnosticsGetSiteDiagnosticCategorySamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteDiagnosticCategory - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteDiagnosticCategory.json */ /** * Sample code: Get App Diagnostic Category. @@ -28,7 +27,7 @@ public static void getAppDiagnosticCategory(com.azure.resourcemanager.AzureResou } /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_GetSiteDiagnosticCategorySlot.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDiagnosticCategorySlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDiagnosticCategorySlotSamples.java index 7fc863b1399a..30345290d0bd 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDiagnosticCategorySlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsGetSiteDiagnosticCategorySlotSamples.java @@ -9,9 +9,8 @@ */ public final class DiagnosticsGetSiteDiagnosticCategorySlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_GetSiteDiagnosticCategory - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_GetSiteDiagnosticCategory.json */ /** * Sample code: Get App Diagnostic Category. @@ -28,7 +27,7 @@ public static void getAppDiagnosticCategory(com.azure.resourcemanager.AzureResou } /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_GetSiteDiagnosticCategorySlot.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListHostingEnvironmentDetectorResponsesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListHostingEnvironmentDetectorResponsesSamples.java index 5206b7a48d07..52ae7f717927 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListHostingEnvironmentDetectorResponsesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListHostingEnvironmentDetectorResponsesSamples.java @@ -9,7 +9,7 @@ */ public final class DiagnosticsListHostingEnvironmentDetectorResponsesSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_ListHostingEnvironmentDetectorResponses.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteAnalysesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteAnalysesSamples.java index cb2d85a991a9..6e3510a988c4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteAnalysesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteAnalysesSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsListSiteAnalysesSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteAnalyses.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteAnalyses.json */ /** * Sample code: List App Analyses. @@ -27,8 +27,8 @@ public static void listAppAnalyses(com.azure.resourcemanager.AzureResourceManage } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteAnalysesSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteAnalysesSlot.json */ /** * Sample code: List App Slot Analyses. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteAnalysesSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteAnalysesSlotSamples.java index 0b8d529164a3..559aa33f5984 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteAnalysesSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteAnalysesSlotSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsListSiteAnalysesSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteAnalyses.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteAnalyses.json */ /** * Sample code: List App Analyses. @@ -27,8 +27,8 @@ public static void listAppAnalyses(com.azure.resourcemanager.AzureResourceManage } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteAnalysesSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteAnalysesSlot.json */ /** * Sample code: List App Slot Analyses. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorResponsesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorResponsesSamples.java index 5ff846bcf520..906a367091bd 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorResponsesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorResponsesSamples.java @@ -9,7 +9,7 @@ */ public final class DiagnosticsListSiteDetectorResponsesSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_ListSiteDetectorResponsesSlot.json */ /** @@ -26,9 +26,8 @@ public static void getAppSlotDetectorResponses(com.azure.resourcemanager.AzureRe } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteDetectorResponses - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteDetectorResponses.json */ /** * Sample code: Get App Detector Responses. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorResponsesSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorResponsesSlotSamples.java index 2282ba270b42..b56fb3faa89d 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorResponsesSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorResponsesSlotSamples.java @@ -9,7 +9,7 @@ */ public final class DiagnosticsListSiteDetectorResponsesSlotSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_ListSiteDetectorResponsesSlot.json */ /** @@ -27,9 +27,8 @@ public static void getAppSlotDetectorResponses(com.azure.resourcemanager.AzureRe } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteDetectorResponses - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteDetectorResponses.json */ /** * Sample code: Get App Detector Responses. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorsSamples.java index 413bd833be61..9e5b7fcf3f5d 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorsSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsListSiteDetectorsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteDetectors.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteDetectors.json */ /** * Sample code: List App Detectors. @@ -27,9 +27,8 @@ public static void listAppDetectors(com.azure.resourcemanager.AzureResourceManag } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteDetectorsSlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteDetectorsSlot.json */ /** * Sample code: List App Slot Detectors. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorsSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorsSlotSamples.java index 8a490999726f..d99c01457399 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorsSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDetectorsSlotSamples.java @@ -9,8 +9,8 @@ */ public final class DiagnosticsListSiteDetectorsSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteDetectors.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteDetectors.json */ /** * Sample code: List App Detectors. @@ -27,9 +27,8 @@ public static void listAppDetectors(com.azure.resourcemanager.AzureResourceManag } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Diagnostics_ListSiteDetectorsSlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Diagnostics_ListSiteDetectorsSlot.json */ /** * Sample code: List App Slot Detectors. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDiagnosticCategoriesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDiagnosticCategoriesSamples.java index 7fc1c3a6cd21..6533f727e722 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDiagnosticCategoriesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDiagnosticCategoriesSamples.java @@ -9,7 +9,7 @@ */ public final class DiagnosticsListSiteDiagnosticCategoriesSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_ListSiteDiagnosticCategoriesSlot.json */ /** @@ -26,7 +26,7 @@ public static void listAppSlotDiagnosticCategories(com.azure.resourcemanager.Azu } /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_ListSiteDiagnosticCategories.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDiagnosticCategoriesSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDiagnosticCategoriesSlotSamples.java index f74409a600c4..a64cf02ccdc8 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDiagnosticCategoriesSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DiagnosticsListSiteDiagnosticCategoriesSlotSamples.java @@ -9,7 +9,7 @@ */ public final class DiagnosticsListSiteDiagnosticCategoriesSlotSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_ListSiteDiagnosticCategoriesSlot.json */ /** @@ -27,7 +27,7 @@ public static void listAppSlotDiagnosticCategories(com.azure.resourcemanager.Azu } /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * Diagnostics_ListSiteDiagnosticCategories.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainRegistrationProviderListOperationsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainRegistrationProviderListOperationsSamples.java index 6bc567d3bfa4..a65eba6c53f8 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainRegistrationProviderListOperationsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainRegistrationProviderListOperationsSamples.java @@ -10,7 +10,8 @@ public final class DomainRegistrationProviderListOperationsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ListOperations.json + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/ListOperations.json */ /** * Sample code: List operations. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCheckAvailabilitySamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCheckAvailabilitySamples.java index 2456b3671765..c0ea116718f8 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCheckAvailabilitySamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCheckAvailabilitySamples.java @@ -11,8 +11,9 @@ */ public final class DomainsCheckAvailabilitySamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * CheckDomainAvailability.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/CheckDomainAvailability.json */ /** * Sample code: Check domain availability. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCreateOrUpdateOwnershipIdentifierSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCreateOrUpdateOwnershipIdentifierSamples.java index e90928d7587e..942157e01592 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCreateOrUpdateOwnershipIdentifierSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCreateOrUpdateOwnershipIdentifierSamples.java @@ -11,8 +11,9 @@ */ public final class DomainsCreateOrUpdateOwnershipIdentifierSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * CreateAppServiceDomainOwnershipIdentifier.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/CreateAppServiceDomainOwnershipIdentifier.json */ /** * Sample code: Create App Service Domain OwnershipIdentifier. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCreateOrUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCreateOrUpdateSamples.java index 60b8cda33dc3..7dfabf313955 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCreateOrUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsCreateOrUpdateSamples.java @@ -20,8 +20,8 @@ public final class DomainsCreateOrUpdateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/CreateAppServiceDomain - * .json + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/CreateAppServiceDomain.json */ /** * Sample code: Create App Service Domain. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsDeleteOwnershipIdentifierSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsDeleteOwnershipIdentifierSamples.java index 56ea03e63b09..d3329e78ec7b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsDeleteOwnershipIdentifierSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsDeleteOwnershipIdentifierSamples.java @@ -9,8 +9,9 @@ */ public final class DomainsDeleteOwnershipIdentifierSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * DeleteAppServiceDomainOwnershipIdentifier.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/DeleteAppServiceDomainOwnershipIdentifier.json */ /** * Sample code: Delete App Service Domain Ownership Identifier. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsDeleteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsDeleteSamples.java index d39e50544d54..f8da7fd48325 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsDeleteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsDeleteSamples.java @@ -10,8 +10,8 @@ public final class DomainsDeleteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/DeleteAppServiceDomain - * .json + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/DeleteAppServiceDomain.json */ /** * Sample code: Delete App Service Domain. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetByResourceGroupSamples.java index 7762aa96f95c..8af745ed30d5 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetByResourceGroupSamples.java @@ -10,7 +10,8 @@ public final class DomainsGetByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/GetDomain.json + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/GetDomain.json */ /** * Sample code: Get Domain. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetControlCenterSsoRequestSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetControlCenterSsoRequestSamples.java index 2d438efb1d60..aa4f2d441d8f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetControlCenterSsoRequestSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetControlCenterSsoRequestSamples.java @@ -9,8 +9,9 @@ */ public final class DomainsGetControlCenterSsoRequestSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * GetDomainControlCenterSsoRequest.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/GetDomainControlCenterSsoRequest.json */ /** * Sample code: Get Domain Control Center Sso Request. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetOwnershipIdentifierSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetOwnershipIdentifierSamples.java index a4f172126322..42e9524b8c81 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetOwnershipIdentifierSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsGetOwnershipIdentifierSamples.java @@ -9,8 +9,9 @@ */ public final class DomainsGetOwnershipIdentifierSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * GetDomainOwnershipIdentifier.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/GetDomainOwnershipIdentifier.json */ /** * Sample code: Get Domain Ownership Identifier. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListByResourceGroupSamples.java index 0889e9e165ac..b966b1f41d63 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListByResourceGroupSamples.java @@ -9,8 +9,9 @@ */ public final class DomainsListByResourceGroupSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * ListDomainsByResourceGroup.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/ListDomainsByResourceGroup.json */ /** * Sample code: List domains by resource group. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListOwnershipIdentifiersSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListOwnershipIdentifiersSamples.java index 80190e5673c2..88bd9e5c6840 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListOwnershipIdentifiersSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListOwnershipIdentifiersSamples.java @@ -9,8 +9,9 @@ */ public final class DomainsListOwnershipIdentifiersSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * ListDomainOwnershipIdentifiers.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/ListDomainOwnershipIdentifiers.json */ /** * Sample code: List Domain Ownership Identifiers. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListRecommendationsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListRecommendationsSamples.java index 08f35a906c11..6a69fb1ddab6 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListRecommendationsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListRecommendationsSamples.java @@ -11,8 +11,9 @@ */ public final class DomainsListRecommendationsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * ListDomainRecommendations.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/ListDomainRecommendations.json */ /** * Sample code: List domain recommendations. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListSamples.java index 7fe2de0bddc3..51278a593c39 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsListSamples.java @@ -9,8 +9,9 @@ */ public final class DomainsListSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * ListDomainsBySubscription.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/ListDomainsBySubscription.json */ /** * Sample code: List domains by subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsRenewSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsRenewSamples.java index 5ed6e5b63694..891776aca9b4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsRenewSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsRenewSamples.java @@ -10,7 +10,8 @@ public final class DomainsRenewSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/RenewDomain.json + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/RenewDomain.json */ /** * Sample code: Renew an existing domain. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsTransferOutSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsTransferOutSamples.java index 9d7a05959c72..ec144d24c03e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsTransferOutSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsTransferOutSamples.java @@ -10,7 +10,8 @@ public final class DomainsTransferOutSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/TransferOutDomain.json + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/TransferOutDomain.json */ /** * Sample code: Transfer out domain. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsUpdateOwnershipIdentifierSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsUpdateOwnershipIdentifierSamples.java index 00f885e3c276..afbc9c89c5d4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsUpdateOwnershipIdentifierSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsUpdateOwnershipIdentifierSamples.java @@ -11,8 +11,9 @@ */ public final class DomainsUpdateOwnershipIdentifierSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * UpdateAppServiceDomainOwnershipIdentifier.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/UpdateAppServiceDomainOwnershipIdentifier.json */ /** * Sample code: Update App Service Domain OwnershipIdentifier. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsUpdateSamples.java index d753c630d801..c47317843ca3 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/DomainsUpdateSamples.java @@ -18,8 +18,8 @@ public final class DomainsUpdateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/UpdateAppServiceDomain - * .json + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/UpdateAppServiceDomain.json */ /** * Sample code: Update App Service Domain. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GetUsagesInLocationListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GetUsagesInLocationListSamples.java index 868b25ed64f2..f2113d2de818 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GetUsagesInLocationListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GetUsagesInLocationListSamples.java @@ -10,7 +10,7 @@ public final class GetUsagesInLocationListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetUsagesInLocation.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetUsagesInLocation.json */ /** * Sample code: Get usages in location for subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetDeletedWebAppSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetDeletedWebAppSamples.java index 4f3af99da354..5fa72041919d 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetDeletedWebAppSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetDeletedWebAppSamples.java @@ -10,7 +10,7 @@ public final class GlobalGetDeletedWebAppSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetDeletedWebApp.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetDeletedWebApp.json */ /** * Sample code: Get Deleted Web App. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetDeletedWebAppSnapshotsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetDeletedWebAppSnapshotsSamples.java index 05a214e618de..dfe9de9d7f8b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetDeletedWebAppSnapshotsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetDeletedWebAppSnapshotsSamples.java @@ -10,7 +10,8 @@ public final class GlobalGetDeletedWebAppSnapshotsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetDeletedWebAppSnapshots.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetDeletedWebAppSnapshots. + * json */ /** * Sample code: Get Deleted Web App Snapshots. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetSubscriptionOperationWithAsyncResponseSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetSubscriptionOperationWithAsyncResponseSamples.java index 47b56ba4f950..4e055a822d6e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetSubscriptionOperationWithAsyncResponseSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/GlobalGetSubscriptionOperationWithAsyncResponseSamples.java @@ -9,7 +9,7 @@ */ public final class GlobalGetSubscriptionOperationWithAsyncResponseSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetSubscriptionOperationWithAsyncResponse.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsCreateOrUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsCreateOrUpdateSamples.java index cfa1928b6ab1..a4b0fdc7ffcb 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsCreateOrUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsCreateOrUpdateSamples.java @@ -11,8 +11,8 @@ */ public final class KubeEnvironmentsCreateOrUpdateSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/KubeEnvironments_CreateOrUpdate.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * KubeEnvironments_CreateOrUpdate.json */ /** * Sample code: Create kube environments. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsDeleteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsDeleteSamples.java index 2b31973fc7bb..b544b506f2db 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsDeleteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsDeleteSamples.java @@ -10,7 +10,8 @@ public final class KubeEnvironmentsDeleteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/KubeEnvironments_Delete.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/KubeEnvironments_Delete. + * json */ /** * Sample code: Delete kube environment by name. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsGetByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsGetByResourceGroupSamples.java index 0826980cb8e3..921a13b44198 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsGetByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsGetByResourceGroupSamples.java @@ -10,7 +10,7 @@ public final class KubeEnvironmentsGetByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/KubeEnvironments_Get.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/KubeEnvironments_Get.json */ /** * Sample code: Get kube environments by name. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsListByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsListByResourceGroupSamples.java index 18d4efb895e4..fc0ef88a3d3a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsListByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsListByResourceGroupSamples.java @@ -9,9 +9,8 @@ */ public final class KubeEnvironmentsListByResourceGroupSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/KubeEnvironments_ListByResourceGroup. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * KubeEnvironments_ListByResourceGroup.json */ /** * Sample code: List kube environments by resource group. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsListSamples.java index f67877c31bb2..354cae42e5d2 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsListSamples.java @@ -9,9 +9,8 @@ */ public final class KubeEnvironmentsListSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/KubeEnvironments_ListBySubscription. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * KubeEnvironments_ListBySubscription.json */ /** * Sample code: List kube environments by subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsUpdateSamples.java index 5f0bf7809b81..c5b125cc0f01 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/KubeEnvironmentsUpdateSamples.java @@ -12,7 +12,8 @@ public final class KubeEnvironmentsUpdateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/KubeEnvironments_Update.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/KubeEnvironments_Update. + * json */ /** * Sample code: Update kube environments. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetFunctionAppStacksForLocationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetFunctionAppStacksForLocationSamples.java index 438601c48491..42bb477c32aa 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetFunctionAppStacksForLocationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetFunctionAppStacksForLocationSamples.java @@ -9,8 +9,8 @@ */ public final class ProviderGetFunctionAppStacksForLocationSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetFunctionAppStacksForLocation.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetFunctionAppStacksForLocation.json */ /** * Sample code: Get Locations Function App Stacks. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetFunctionAppStacksSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetFunctionAppStacksSamples.java index fa609c685122..cc1e5cda3a98 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetFunctionAppStacksSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetFunctionAppStacksSamples.java @@ -10,7 +10,7 @@ public final class ProviderGetFunctionAppStacksSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetFunctionAppStacks.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetFunctionAppStacks.json */ /** * Sample code: Get Function App Stacks. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetWebAppStacksForLocationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetWebAppStacksForLocationSamples.java index e5d4b207f5b9..88f7fba916bd 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetWebAppStacksForLocationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetWebAppStacksForLocationSamples.java @@ -10,7 +10,8 @@ public final class ProviderGetWebAppStacksForLocationSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebAppStacksForLocation.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebAppStacksForLocation + * .json */ /** * Sample code: Get Locations Web App Stacks. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetWebAppStacksSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetWebAppStacksSamples.java index f4790393f35b..7e99f953d01b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetWebAppStacksSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderGetWebAppStacksSamples.java @@ -10,7 +10,7 @@ public final class ProviderGetWebAppStacksSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebAppStacks.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebAppStacks.json */ /** * Sample code: Get Web App Stacks. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderListOperationsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderListOperationsSamples.java index cc3136b04b12..7367dd8930c3 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderListOperationsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ProviderListOperationsSamples.java @@ -10,7 +10,7 @@ public final class ProviderListOperationsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListOperations.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListOperations.json */ /** * Sample code: List operations. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataGetBySiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataGetBySiteSamples.java index 70d48ba8016e..6d5105a26c3b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataGetBySiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataGetBySiteSamples.java @@ -9,8 +9,8 @@ */ public final class ResourceHealthMetadataGetBySiteSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetResourceHealthMetadataBySite.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetResourceHealthMetadataBySite.json */ /** * Sample code: Get ResourceHealthMetadata. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataGetBySiteSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataGetBySiteSlotSamples.java index d887d18e9dd7..4f7d9baad51a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataGetBySiteSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataGetBySiteSlotSamples.java @@ -9,8 +9,8 @@ */ public final class ResourceHealthMetadataGetBySiteSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetResourceHealthMetadataBySite.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetResourceHealthMetadataBySite.json */ /** * Sample code: Get ResourceHealthMetadata. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListByResourceGroupSamples.java index 65762c2f87dc..501654d8b033 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListByResourceGroupSamples.java @@ -9,7 +9,7 @@ */ public final class ResourceHealthMetadataListByResourceGroupSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * ListResourceHealthMetadataByResourceGroup.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListBySiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListBySiteSamples.java index 24b5343a2989..d5ea33ac1fa7 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListBySiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListBySiteSamples.java @@ -9,8 +9,8 @@ */ public final class ResourceHealthMetadataListBySiteSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListResourceHealthMetadataBySite.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListResourceHealthMetadataBySite.json */ /** * Sample code: List ResourceHealthMetadata for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListBySiteSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListBySiteSlotSamples.java index b338a9f96409..2719708448f3 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListBySiteSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListBySiteSlotSamples.java @@ -9,8 +9,8 @@ */ public final class ResourceHealthMetadataListBySiteSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListResourceHealthMetadataBySite.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListResourceHealthMetadataBySite.json */ /** * Sample code: List ResourceHealthMetadata for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListSamples.java index 1e8597b03de9..5b654a9a9d45 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceHealthMetadataListSamples.java @@ -9,7 +9,7 @@ */ public final class ResourceHealthMetadataListSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * ListResourceHealthMetadataBySubscription.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderListAseRegionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderListAseRegionsSamples.java index c1ad535f04c9..8b62f967d758 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderListAseRegionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderListAseRegionsSamples.java @@ -10,7 +10,7 @@ public final class ResourceProviderListAseRegionsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListAseRegions.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListAseRegions.json */ /** * Sample code: List aseregions. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderListCustomHostnameSitesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderListCustomHostnameSitesSamples.java index 2daabbab751f..18c0e61972c8 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderListCustomHostnameSitesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderListCustomHostnameSitesSamples.java @@ -9,8 +9,8 @@ */ public final class ResourceProviderListCustomHostnameSitesSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListCustomSpecificHostNameSites.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListCustomSpecificHostNameSites.json */ /** * Sample code: Get specific custom hostname under subscription. @@ -28,7 +28,8 @@ public final class ResourceProviderListCustomHostnameSitesSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListCustomHostNameSites.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListCustomHostNameSites. + * json */ /** * Sample code: Get custom hostnames under subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderVerifyHostingEnvironmentVnetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderVerifyHostingEnvironmentVnetSamples.java index ba9aadf27570..c2543966451c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderVerifyHostingEnvironmentVnetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/ResourceProviderVerifyHostingEnvironmentVnetSamples.java @@ -11,8 +11,8 @@ */ public final class ResourceProviderVerifyHostingEnvironmentVnetSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/VerifyHostingEnvironmentVnet.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * VerifyHostingEnvironmentVnet.json */ /** * Sample code: VerifyHostingEnvironmentVnet. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesCreateOrUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesCreateOrUpdateSamples.java index af71a87ecbd4..28a83a07fc6b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesCreateOrUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesCreateOrUpdateSamples.java @@ -12,8 +12,8 @@ */ public final class SiteCertificatesCreateOrUpdateSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateSiteCertificate.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * CreateOrUpdateSiteCertificate.json */ /** * Sample code: Create Or Update Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesCreateOrUpdateSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesCreateOrUpdateSlotSamples.java index 208816c31aff..84a40c4ec6e9 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesCreateOrUpdateSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesCreateOrUpdateSlotSamples.java @@ -12,9 +12,8 @@ */ public final class SiteCertificatesCreateOrUpdateSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateSiteCertificateSlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * CreateOrUpdateSiteCertificateSlot.json */ /** * Sample code: Create Or Update Certificate for slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesDeleteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesDeleteSamples.java index 90d64525461a..ac3a65fde665 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesDeleteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesDeleteSamples.java @@ -10,7 +10,7 @@ public final class SiteCertificatesDeleteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteSiteCertificate.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteSiteCertificate.json */ /** * Sample code: Delete Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesDeleteSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesDeleteSlotSamples.java index bb3d4ceb8f58..c387fc4e3dab 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesDeleteSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesDeleteSlotSamples.java @@ -10,7 +10,8 @@ public final class SiteCertificatesDeleteSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteSiteCertificateSlot.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteSiteCertificateSlot. + * json */ /** * Sample code: Delete Certificate for slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesGetSamples.java index 841daa523ec8..645f11eb9020 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesGetSamples.java @@ -10,7 +10,7 @@ public final class SiteCertificatesGetSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSiteCertificate.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetSiteCertificate.json */ /** * Sample code: Get Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesGetSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesGetSlotSamples.java index 48eb4cf40c82..2f29703895c6 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesGetSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesGetSlotSamples.java @@ -10,7 +10,8 @@ public final class SiteCertificatesGetSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSiteCertificateSlot.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetSiteCertificateSlot. + * json */ /** * Sample code: Get Site Certificate for a slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesListSamples.java index fe783a66ab18..9d105bf42da2 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesListSamples.java @@ -9,9 +9,8 @@ */ public final class SiteCertificatesListSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListSiteCertificatesByResourceGroup. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListSiteCertificatesByResourceGroup.json */ /** * Sample code: List Certificates by resource group. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesListSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesListSlotSamples.java index 02b24acd2682..0df268628d42 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesListSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesListSlotSamples.java @@ -9,7 +9,7 @@ */ public final class SiteCertificatesListSlotSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * ListSiteCertificatesByResourceGroupSlot.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesUpdateSamples.java index 169f7c4fbbd2..fb4579a3fbdc 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesUpdateSamples.java @@ -12,7 +12,7 @@ public final class SiteCertificatesUpdateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/PatchSiteCertificate.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/PatchSiteCertificate.json */ /** * Sample code: Patch Certificate. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesUpdateSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesUpdateSlotSamples.java index 503eb8b66fff..8643d028f512 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesUpdateSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/SiteCertificatesUpdateSlotSamples.java @@ -12,7 +12,8 @@ public final class SiteCertificatesUpdateSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/PatchSiteCertificateSlot.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/PatchSiteCertificateSlot. + * json */ /** * Sample code: Patch Certificate for slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesApproveOrRejectPrivateEndpointConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesApproveOrRejectPrivateEndpointConnectionSamples.java index f77ab9b4ca82..9f3c4047cd2f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesApproveOrRejectPrivateEndpointConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesApproveOrRejectPrivateEndpointConnectionSamples.java @@ -12,7 +12,7 @@ */ public final class StaticSitesApproveOrRejectPrivateEndpointConnectionSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * ApproveRejectSitePrivateEndpointConnection.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateBasicAuthSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateBasicAuthSamples.java index 1c125df852cb..e1e5d0971ac9 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateBasicAuthSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateBasicAuthSamples.java @@ -12,9 +12,8 @@ */ public final class StaticSitesCreateOrUpdateBasicAuthSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateStaticSiteBasicAuth. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * CreateOrUpdateStaticSiteBasicAuth.json */ /** * Sample code: Creates or updates basic auth properties for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateBuildDatabaseConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateBuildDatabaseConnectionSamples.java index 9ecb15849bc0..6f21f46f6901 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateBuildDatabaseConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateBuildDatabaseConnectionSamples.java @@ -11,7 +11,7 @@ */ public final class StaticSitesCreateOrUpdateBuildDatabaseConnectionSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * CreateOrUpdateStaticSiteBuildDatabaseConnection.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateDatabaseConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateDatabaseConnectionSamples.java index 86e4826da97f..2128a1db4182 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateDatabaseConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateDatabaseConnectionSamples.java @@ -11,7 +11,7 @@ */ public final class StaticSitesCreateOrUpdateDatabaseConnectionSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * CreateOrUpdateStaticSiteDatabaseConnection.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteAppSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteAppSettingsSamples.java index 35dc1d08e944..8dce89c35a46 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteAppSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteAppSettingsSamples.java @@ -13,9 +13,8 @@ */ public final class StaticSitesCreateOrUpdateStaticSiteAppSettingsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateStaticSiteAppSettings. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * CreateOrUpdateStaticSiteAppSettings.json */ /** * Sample code: Creates or updates the app settings of a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsSamples.java index 1f2715744ab8..04a13c80213d 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsSamples.java @@ -13,7 +13,7 @@ */ public final class StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * CreateOrUpdateStaticSiteBuildAppSettings.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsSamples.java index b607be23821b..ff27748c46e5 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsSamples.java @@ -13,7 +13,7 @@ */ public final class StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * CreateOrUpdateStaticSiteBuildFunctionAppSettings.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteCustomDomainSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteCustomDomainSamples.java index e8bddeea4065..2702d274d343 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteCustomDomainSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteCustomDomainSamples.java @@ -11,9 +11,8 @@ */ public final class StaticSitesCreateOrUpdateStaticSiteCustomDomainSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateStaticSiteCustomDomain. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * CreateOrUpdateStaticSiteCustomDomain.json */ /** * Sample code: Create or update a custom domain for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsSamples.java index 75d7e7662087..eae0acbbaa70 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsSamples.java @@ -13,7 +13,7 @@ */ public final class StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * CreateOrUpdateStaticSiteFunctionAppSettings.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteSamples.java index 79c6a8bc4a00..6eb51a50b422 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateOrUpdateStaticSiteSamples.java @@ -14,7 +14,8 @@ public final class StaticSitesCreateOrUpdateStaticSiteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateStaticSite.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/CreateOrUpdateStaticSite. + * json */ /** * Sample code: Create or update a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateUserRolesInvitationLinkSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateUserRolesInvitationLinkSamples.java index 2446ba5409de..ce6371fca218 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateUserRolesInvitationLinkSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateUserRolesInvitationLinkSamples.java @@ -11,8 +11,8 @@ */ public final class StaticSitesCreateUserRolesInvitationLinkSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateUserRolesInvitationLink.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * CreateUserRolesInvitationLink.json */ /** * Sample code: Create an invitation link for a user for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateZipDeploymentForStaticSiteBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateZipDeploymentForStaticSiteBuildSamples.java index f60be381fa6c..d52a91f6cb96 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateZipDeploymentForStaticSiteBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateZipDeploymentForStaticSiteBuildSamples.java @@ -12,7 +12,8 @@ public final class StaticSitesCreateZipDeploymentForStaticSiteBuildSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StaticSiteBuildZipDeploy.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/StaticSiteBuildZipDeploy. + * json */ /** * Sample code: Deploy a site from a zipped package to a particular static site build. @@ -28,9 +29,9 @@ public static void deployASiteFromAZippedPackageToAParticularStaticSiteBuild( .createZipDeploymentForStaticSiteBuild("rg", "testStaticSite0", "12", new StaticSiteZipDeploymentArmResource() .withAppZipUrl( - "https://teststorageaccount.net/happy-sea-15afae3e-master-81828877/app-zipdeploy.zip") + "https://[examplestorageaccount].com/happy-sea-15afae3e-master-81828877/app-zipdeploy.zip") .withApiZipUrl( - "https://teststorageaccount.net/happy-sea-15afae3e-master-81828877/api-zipdeploy.zip") + "https://[examplestorageaccount].com/happy-sea-15afae3e-master-81828877/api-zipdeploy.zip") .withDeploymentTitle("Update index.html") .withProvider("testProvider") .withFunctionLanguage("testFunctionLanguage"), diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateZipDeploymentForStaticSiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateZipDeploymentForStaticSiteSamples.java index 21deda351f3f..028d00a7094c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateZipDeploymentForStaticSiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesCreateZipDeploymentForStaticSiteSamples.java @@ -12,7 +12,7 @@ public final class StaticSitesCreateZipDeploymentForStaticSiteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StaticSiteZipDeploy.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/StaticSiteZipDeploy.json */ /** * Sample code: Deploy a site from a zipped package. @@ -24,11 +24,15 @@ public static void deployASiteFromAZippedPackage(com.azure.resourcemanager.Azure .manager() .serviceClient() .getStaticSites() - .createZipDeploymentForStaticSite("rg", "testStaticSite0", new StaticSiteZipDeploymentArmResource() - .withAppZipUrl("https://teststorageaccount.net/happy-sea-15afae3e-master-81828877/app-zipdeploy.zip") - .withApiZipUrl("https://teststorageaccount.net/happy-sea-15afae3e-master-81828877/api-zipdeploy.zip") - .withDeploymentTitle("Update index.html") - .withProvider("testProvider") - .withFunctionLanguage("testFunctionLanguage"), com.azure.core.util.Context.NONE); + .createZipDeploymentForStaticSite("rg", "testStaticSite0", + new StaticSiteZipDeploymentArmResource() + .withAppZipUrl( + "https://[examplestorageaccount].com/happy-sea-15afae3e-master-81828877/app-zipdeploy.zip") + .withApiZipUrl( + "https://[examplestorageaccount].com/happy-sea-15afae3e-master-81828877/api-zipdeploy.zip") + .withDeploymentTitle("Update index.html") + .withProvider("testProvider") + .withFunctionLanguage("testFunctionLanguage"), + com.azure.core.util.Context.NONE); } } diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteBuildDatabaseConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteBuildDatabaseConnectionSamples.java index 790ab2f2b7ca..ffbeb187a921 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteBuildDatabaseConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteBuildDatabaseConnectionSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesDeleteBuildDatabaseConnectionSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * DeleteStaticSiteBuildDatabaseConnection.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteDatabaseConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteDatabaseConnectionSamples.java index 57758d95088d..e4ea5a582b7c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteDatabaseConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteDatabaseConnectionSamples.java @@ -9,9 +9,8 @@ */ public final class StaticSitesDeleteDatabaseConnectionSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteStaticSiteDatabaseConnection. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * DeleteStaticSiteDatabaseConnection.json */ /** * Sample code: Delete a database connection from a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeletePrivateEndpointConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeletePrivateEndpointConnectionSamples.java index dbd01179d842..a5ec2ff68b08 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeletePrivateEndpointConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeletePrivateEndpointConnectionSamples.java @@ -9,9 +9,8 @@ */ public final class StaticSitesDeletePrivateEndpointConnectionSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteSitePrivateEndpointConnection. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * DeleteSitePrivateEndpointConnection.json */ /** * Sample code: Delete a private endpoint connection for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteSamples.java index 4e73b66d2703..e4a08a589746 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesDeleteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteStaticSite.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteStaticSite.json */ /** * Sample code: Delete a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteBuildSamples.java index e187f761655a..b0e20165f128 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteBuildSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesDeleteStaticSiteBuildSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteStaticSiteBuild.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteStaticSiteBuild.json */ /** * Sample code: Delete a static site build. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteCustomDomainSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteCustomDomainSamples.java index e6614110df41..7e69c9b859f5 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteCustomDomainSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteCustomDomainSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesDeleteStaticSiteCustomDomainSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteStaticSiteCustomDomain.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * DeleteStaticSiteCustomDomain.json */ /** * Sample code: Delete a custom domain for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteUserSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteUserSamples.java index 1f8f45560eec..9b362b85b9c3 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteUserSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDeleteStaticSiteUserSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesDeleteStaticSiteUserSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteStaticSiteUser.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteStaticSiteUser.json */ /** * Sample code: Delete a user for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachStaticSiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachStaticSiteSamples.java index e962695ec6d9..c154d68156c0 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachStaticSiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachStaticSiteSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesDetachStaticSiteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DetachStaticSite.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DetachStaticSite.json */ /** * Sample code: Detach a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildSamples.java index 38052b4a2c85..0abca8e9d4d6 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * DetachUserProvidedFunctionAppFromStaticSiteBuild.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachUserProvidedFunctionAppFromStaticSiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachUserProvidedFunctionAppFromStaticSiteSamples.java index e2f708e75862..6a01965f6886 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachUserProvidedFunctionAppFromStaticSiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesDetachUserProvidedFunctionAppFromStaticSiteSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesDetachUserProvidedFunctionAppFromStaticSiteSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * DetachUserProvidedFunctionAppFromStaticSite.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBasicAuthSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBasicAuthSamples.java index c3e6c4b252a4..797a757bde06 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBasicAuthSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBasicAuthSamples.java @@ -12,7 +12,8 @@ public final class StaticSitesGetBasicAuthSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSiteBasicAuth.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetStaticSiteBasicAuth. + * json */ /** * Sample code: Gets the basic auth properties for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionSamples.java index de159396ebc5..c1083e5b8761 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionSamples.java @@ -9,9 +9,8 @@ */ public final class StaticSitesGetBuildDatabaseConnectionSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSiteBuildDatabaseConnection. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetStaticSiteBuildDatabaseConnection.json */ /** * Sample code: Get overview of database connections for the static site build. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionWithDetailsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionWithDetailsSamples.java index 342ea53cb557..fc75b0bc2a6e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionWithDetailsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionWithDetailsSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesGetBuildDatabaseConnectionWithDetailsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetStaticSiteBuildDatabaseConnectionWithDetails.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionsSamples.java index e4b7dcb7547c..ecafbae67bfb 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionsSamples.java @@ -9,9 +9,8 @@ */ public final class StaticSitesGetBuildDatabaseConnectionsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSiteBuildDatabaseConnections - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetStaticSiteBuildDatabaseConnections.json */ /** * Sample code: List overviews of database connections for the static site build. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionsWithDetailsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionsWithDetailsSamples.java index 3d022e68b25f..df057b3e7e30 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionsWithDetailsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetBuildDatabaseConnectionsWithDetailsSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesGetBuildDatabaseConnectionsWithDetailsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetStaticSiteBuildDatabaseConnectionsWithDetails.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetByResourceGroupSamples.java index 9d756aa3d030..52d2301c0311 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetByResourceGroupSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesGetByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSite.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetStaticSite.json */ /** * Sample code: Get details for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionSamples.java index 91c66c818241..c8dcacad7b6c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesGetDatabaseConnectionSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSiteDatabaseConnection.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetStaticSiteDatabaseConnection.json */ /** * Sample code: Get overview of database connections for the static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionWithDetailsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionWithDetailsSamples.java index f2039dc43897..50ef43034916 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionWithDetailsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionWithDetailsSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesGetDatabaseConnectionWithDetailsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetStaticSiteDatabaseConnectionWithDetails.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionsSamples.java index 63903d9c9bd4..a5275556a4bb 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionsSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesGetDatabaseConnectionsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSiteDatabaseConnections.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetStaticSiteDatabaseConnections.json */ /** * Sample code: List overviews of database connections for the static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionsWithDetailsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionsWithDetailsSamples.java index 7304f80119e6..f941d3d92366 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionsWithDetailsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetDatabaseConnectionsWithDetailsSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesGetDatabaseConnectionsWithDetailsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetStaticSiteDatabaseConnectionsWithDetails.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendForBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendForBuildSamples.java index 62c9e78745ab..49dcb3707f2e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendForBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendForBuildSamples.java @@ -9,9 +9,8 @@ */ public final class StaticSitesGetLinkedBackendForBuildSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetLinkedBackendForStaticSiteBuild. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetLinkedBackendForStaticSiteBuild.json */ /** * Sample code: Get details of the linked backend registered with a static site build by name. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendSamples.java index ad3a7de489ad..e0bef0a99d6e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesGetLinkedBackendSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetLinkedBackendForStaticSite.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetLinkedBackendForStaticSite.json */ /** * Sample code: Get details of the linked backend registered with a static site by name. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendsForBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendsForBuildSamples.java index 252276450529..0a1766b0befe 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendsForBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendsForBuildSamples.java @@ -9,9 +9,8 @@ */ public final class StaticSitesGetLinkedBackendsForBuildSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetLinkedBackendsForStaticSiteBuild. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetLinkedBackendsForStaticSiteBuild.json */ /** * Sample code: Get details of the linked backends registered with a static site build. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendsSamples.java index df07a834d41f..5d6f36987d48 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetLinkedBackendsSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesGetLinkedBackendsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetLinkedBackendsForStaticSite.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetLinkedBackendsForStaticSite.json */ /** * Sample code: Get details of the linked backends registered with a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateEndpointConnectionListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateEndpointConnectionListSamples.java index 566150b5f710..08886b3398ce 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateEndpointConnectionListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateEndpointConnectionListSamples.java @@ -9,9 +9,8 @@ */ public final class StaticSitesGetPrivateEndpointConnectionListSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSitePrivateEndpointConnectionList. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetSitePrivateEndpointConnectionList.json */ /** * Sample code: Get a list of private endpoint connections associated with a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateEndpointConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateEndpointConnectionSamples.java index 8ae995cc3f8c..ec9aca6519fe 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateEndpointConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateEndpointConnectionSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesGetPrivateEndpointConnectionSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSitePrivateEndpointConnection.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetSitePrivateEndpointConnection.json */ /** * Sample code: Get a private endpoint connection for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateLinkResourcesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateLinkResourcesSamples.java index fe105d219c6b..795ed7255508 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateLinkResourcesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetPrivateLinkResourcesSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesGetPrivateLinkResourcesSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSitePrivateLinkResources.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetSitePrivateLinkResources.json */ /** * Sample code: Get private link resources of a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteBuildSamples.java index ab6e93a7cbc4..8d93a4159936 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteBuildSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesGetStaticSiteBuildSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSiteBuild.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetStaticSiteBuild.json */ /** * Sample code: Get a static site build. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteBuildsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteBuildsSamples.java index 09534e75a03b..256b4c158b79 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteBuildsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteBuildsSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesGetStaticSiteBuildsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSiteBuilds.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetStaticSiteBuilds.json */ /** * Sample code: Get all builds for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteCustomDomainSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteCustomDomainSamples.java index a2124d96507e..571d8ebdbace 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteCustomDomainSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetStaticSiteCustomDomainSamples.java @@ -10,7 +10,8 @@ public final class StaticSitesGetStaticSiteCustomDomainSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSiteCustomDomain.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetStaticSiteCustomDomain. + * json */ /** * Sample code: Get custom domain for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildSamples.java index 6541a1734876..6bf6b2a1d7c6 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetUserProvidedFunctionAppForStaticSiteBuild.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppForStaticSiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppForStaticSiteSamples.java index ac8b7c702785..f25a4ab95446 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppForStaticSiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppForStaticSiteSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesGetUserProvidedFunctionAppForStaticSiteSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetUserProvidedFunctionAppForStaticSite.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildSamples.java index 5dd4212cc6ed..730f52220a7f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetUserProvidedFunctionAppsForStaticSiteBuild.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppsForStaticSiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppsForStaticSiteSamples.java index 43d6a797182a..071070d6b88a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppsForStaticSiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesGetUserProvidedFunctionAppsForStaticSiteSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesGetUserProvidedFunctionAppsForStaticSiteSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetUserProvidedFunctionAppsForStaticSite.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesLinkBackendSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesLinkBackendSamples.java index 40865d82de4d..05b3df78e7e5 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesLinkBackendSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesLinkBackendSamples.java @@ -12,7 +12,8 @@ public final class StaticSitesLinkBackendSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/LinkBackendToStaticSite.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/LinkBackendToStaticSite. + * json */ /** * Sample code: Link a backend to a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesLinkBackendToBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesLinkBackendToBuildSamples.java index 5e86566695b3..11693a65427a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesLinkBackendToBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesLinkBackendToBuildSamples.java @@ -11,8 +11,8 @@ */ public final class StaticSitesLinkBackendToBuildSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/LinkBackendToStaticSiteBuild.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * LinkBackendToStaticSiteBuild.json */ /** * Sample code: Link a backend to a static site build. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListBasicAuthSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListBasicAuthSamples.java index 0ea27b672015..f2158e1ab90a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListBasicAuthSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListBasicAuthSamples.java @@ -10,7 +10,8 @@ public final class StaticSitesListBasicAuthSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListStaticSiteBasicAuth.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListStaticSiteBasicAuth. + * json */ /** * Sample code: Lists the basic auth properties for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListByResourceGroupSamples.java index ba97cf142241..d9e038b4c47d 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListByResourceGroupSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesListByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSites.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetStaticSites.json */ /** * Sample code: Get static sites for a resource group. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListSamples.java index 1b57a03816b0..e69672f2e1cd 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetAllStaticSites.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetAllStaticSites.json */ /** * Sample code: Get all static sites in a subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteAppSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteAppSettingsSamples.java index de37a9f05926..1ddaa1b49a42 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteAppSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteAppSettingsSamples.java @@ -10,7 +10,8 @@ public final class StaticSitesListStaticSiteAppSettingsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListStaticSiteAppSettings.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListStaticSiteAppSettings. + * json */ /** * Sample code: Get app settings of a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildAppSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildAppSettingsSamples.java index c7d60dbfc533..531ff41bfe2c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildAppSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildAppSettingsSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesListStaticSiteBuildAppSettingsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListStaticSiteBuildAppSettings.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListStaticSiteBuildAppSettings.json */ /** * Sample code: Get app settings of a static site build. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildFunctionAppSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildFunctionAppSettingsSamples.java index 0da8bed71244..188208c7fedf 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildFunctionAppSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildFunctionAppSettingsSamples.java @@ -9,7 +9,7 @@ */ public final class StaticSitesListStaticSiteBuildFunctionAppSettingsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * ListStaticSiteBuildFunctionAppSettings.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildFunctionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildFunctionsSamples.java index 83de101d5351..77ec25b5e94c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildFunctionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteBuildFunctionsSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesListStaticSiteBuildFunctionsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListStaticSiteBuildFunctions.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListStaticSiteBuildFunctions.json */ /** * Sample code: Gets the functions of a particular static site build. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteConfiguredRolesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteConfiguredRolesSamples.java index 186e6811b013..bc18b8d43076 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteConfiguredRolesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteConfiguredRolesSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesListStaticSiteConfiguredRolesSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListStaticSiteConfiguredRoles.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListStaticSiteConfiguredRoles.json */ /** * Sample code: Lists the configured roles for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteCustomDomainsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteCustomDomainsSamples.java index 55e7c7f601d3..d027cc39528e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteCustomDomainsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteCustomDomainsSamples.java @@ -10,7 +10,8 @@ public final class StaticSitesListStaticSiteCustomDomainsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetStaticSiteCustomDomains.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetStaticSiteCustomDomains + * .json */ /** * Sample code: List custom domains for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteFunctionAppSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteFunctionAppSettingsSamples.java index f2d0a1622d7d..a6983a1f2b53 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteFunctionAppSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteFunctionAppSettingsSamples.java @@ -9,9 +9,8 @@ */ public final class StaticSitesListStaticSiteFunctionAppSettingsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListStaticSiteFunctionAppSettings. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListStaticSiteFunctionAppSettings.json */ /** * Sample code: Get function app settings of a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteFunctionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteFunctionsSamples.java index a2354081c359..fa861dafdfc9 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteFunctionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteFunctionsSamples.java @@ -10,7 +10,8 @@ public final class StaticSitesListStaticSiteFunctionsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListStaticSiteFunctions.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListStaticSiteFunctions. + * json */ /** * Sample code: Gets the functions of a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteSecretsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteSecretsSamples.java index 04faddc39fa9..1050a1ce1b5f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteSecretsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteSecretsSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesListStaticSiteSecretsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListStaticSiteSecrets.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListStaticSiteSecrets.json */ /** * Sample code: List secrets for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteUsersSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteUsersSamples.java index c8b60cfa8704..40f26053d827 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteUsersSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesListStaticSiteUsersSamples.java @@ -10,7 +10,7 @@ public final class StaticSitesListStaticSiteUsersSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListStaticSiteUsers.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListStaticSiteUsers.json */ /** * Sample code: List users for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesPreviewWorkflowSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesPreviewWorkflowSamples.java index 308bf5ca4b8c..30052ec3a94a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesPreviewWorkflowSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesPreviewWorkflowSamples.java @@ -12,9 +12,8 @@ */ public final class StaticSitesPreviewWorkflowSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GenerateStaticSiteWorkflowPreview. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GenerateStaticSiteWorkflowPreview.json */ /** * Sample code: Generates a preview workflow file for the static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildSamples.java index ce79089c897e..6962f0250b18 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildSamples.java @@ -11,7 +11,7 @@ */ public final class StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * RegisterUserProvidedFunctionAppWithStaticSiteBuild.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteSamples.java index 79cf3ffa2566..c54123a5be11 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteSamples.java @@ -11,7 +11,7 @@ */ public final class StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * RegisterUserProvidedFunctionAppWithStaticSite.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesResetStaticSiteApiKeySamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesResetStaticSiteApiKeySamples.java index 1c425d9ff856..84ec8b56293e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesResetStaticSiteApiKeySamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesResetStaticSiteApiKeySamples.java @@ -12,7 +12,7 @@ public final class StaticSitesResetStaticSiteApiKeySamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ResetStaticSiteApiKey.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ResetStaticSiteApiKey.json */ /** * Sample code: Reset the api key for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUnlinkBackendFromBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUnlinkBackendFromBuildSamples.java index ddd50553bde6..889fd78077f5 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUnlinkBackendFromBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUnlinkBackendFromBuildSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesUnlinkBackendFromBuildSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UnlinkBackendFromStaticSiteBuild.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * UnlinkBackendFromStaticSiteBuild.json */ /** * Sample code: Unlink a backend from a static site build. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUnlinkBackendSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUnlinkBackendSamples.java index 6464503c3798..9f35a3b7f9da 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUnlinkBackendSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUnlinkBackendSamples.java @@ -9,8 +9,8 @@ */ public final class StaticSitesUnlinkBackendSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UnlinkBackendFromStaticSite.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * UnlinkBackendFromStaticSite.json */ /** * Sample code: Unlink a backend from a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateBuildDatabaseConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateBuildDatabaseConnectionSamples.java index f6364dab9157..844657a4e2a2 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateBuildDatabaseConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateBuildDatabaseConnectionSamples.java @@ -11,7 +11,7 @@ */ public final class StaticSitesUpdateBuildDatabaseConnectionSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * PatchStaticSiteBuildDatabaseConnection.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateDatabaseConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateDatabaseConnectionSamples.java index 21c4f840d718..4abe9412d181 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateDatabaseConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateDatabaseConnectionSamples.java @@ -11,9 +11,8 @@ */ public final class StaticSitesUpdateDatabaseConnectionSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/PatchStaticSiteDatabaseConnection. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * PatchStaticSiteDatabaseConnection.json */ /** * Sample code: Patch a database connection for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateStaticSiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateStaticSiteSamples.java index 29369a463edf..1f501ee77e70 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateStaticSiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateStaticSiteSamples.java @@ -12,7 +12,7 @@ public final class StaticSitesUpdateStaticSiteSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/PatchStaticSite.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/PatchStaticSite.json */ /** * Sample code: Patch a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateStaticSiteUserSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateStaticSiteUserSamples.java index 8aa069778c4e..4fff0670b9cd 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateStaticSiteUserSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesUpdateStaticSiteUserSamples.java @@ -12,7 +12,7 @@ public final class StaticSitesUpdateStaticSiteUserSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateStaticSiteUser.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/UpdateStaticSiteUser.json */ /** * Sample code: Create or update a user for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateBackendForBuildSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateBackendForBuildSamples.java index 93b30f89c5dc..b01ae9b685f5 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateBackendForBuildSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateBackendForBuildSamples.java @@ -11,7 +11,7 @@ */ public final class StaticSitesValidateBackendForBuildSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * ValidateLinkedBackendForStaticSiteBuild.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateBackendSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateBackendSamples.java index 6a8748bc350b..b1b5d7745289 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateBackendSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateBackendSamples.java @@ -11,9 +11,8 @@ */ public final class StaticSitesValidateBackendSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ValidateLinkedBackendForStaticSite. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ValidateLinkedBackendForStaticSite.json */ /** * Sample code: Validate if backend can be linked to static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateCustomDomainCanBeAddedToStaticSiteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateCustomDomainCanBeAddedToStaticSiteSamples.java index de323d7640b6..f3577c796839 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateCustomDomainCanBeAddedToStaticSiteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/StaticSitesValidateCustomDomainCanBeAddedToStaticSiteSamples.java @@ -11,8 +11,8 @@ */ public final class StaticSitesValidateCustomDomainCanBeAddedToStaticSiteSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ValidateStaticSiteCustomDomain.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ValidateStaticSiteCustomDomain.json */ /** * Sample code: Validate a custom domain for a static site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsGetSamples.java index e7ea29e249c3..e7fc436beee9 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsGetSamples.java @@ -10,7 +10,8 @@ public final class TopLevelDomainsGetSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/GetTopLevelDomain.json + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/GetTopLevelDomain.json */ /** * Sample code: Get Top Level Domain. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsListAgreementsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsListAgreementsSamples.java index 9770ce87578e..ec26b80aea56 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsListAgreementsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsListAgreementsSamples.java @@ -11,8 +11,9 @@ */ public final class TopLevelDomainsListAgreementsSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ - * ListTopLevelDomainAgreements.json + * x-ms-original-file: + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/ListTopLevelDomainAgreements.json */ /** * Sample code: List Top Level Domain Agreements. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsListSamples.java index 603771d42757..0c7754291575 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/TopLevelDomainsListSamples.java @@ -10,8 +10,8 @@ public final class TopLevelDomainsListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-11-01/examples/ListTopLevelDomains. - * json + * specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11- + * 01/examples/ListTopLevelDomains.json */ /** * Sample code: List Top Level Domains. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsAnalyzeCustomHostnameSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsAnalyzeCustomHostnameSamples.java index c8c990a89de1..8ae2ca46889a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsAnalyzeCustomHostnameSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsAnalyzeCustomHostnameSamples.java @@ -10,7 +10,7 @@ public final class WebAppsAnalyzeCustomHostnameSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AnalyzeCustomHostName.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/AnalyzeCustomHostName.json */ /** * Sample code: Analyze custom hostname for webapp. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsAnalyzeCustomHostnameSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsAnalyzeCustomHostnameSlotSamples.java index 1e6a65ea26a0..f17a8b79f895 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsAnalyzeCustomHostnameSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsAnalyzeCustomHostnameSlotSamples.java @@ -10,7 +10,8 @@ public final class WebAppsAnalyzeCustomHostnameSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/AnalyzeCustomHostNameSlot.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/AnalyzeCustomHostNameSlot. + * json */ /** * Sample code: Analyze custom hostname for slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApplySlotConfigToProductionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApplySlotConfigToProductionSamples.java index ecdf42f10f8e..9c989355969e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApplySlotConfigToProductionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApplySlotConfigToProductionSamples.java @@ -12,7 +12,7 @@ public final class WebAppsApplySlotConfigToProductionSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ApplySlotConfig.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ApplySlotConfig.json */ /** * Sample code: Apply web app slot config. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApproveOrRejectPrivateEndpointConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApproveOrRejectPrivateEndpointConnectionSamples.java index d0d990e6662a..a1531fd7c93f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApproveOrRejectPrivateEndpointConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApproveOrRejectPrivateEndpointConnectionSamples.java @@ -12,7 +12,7 @@ */ public final class WebAppsApproveOrRejectPrivateEndpointConnectionSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * ApproveRejectSitePrivateEndpointConnection.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApproveOrRejectPrivateEndpointConnectionSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApproveOrRejectPrivateEndpointConnectionSlotSamples.java index bbf0e1f16db1..0973a7d9d5fc 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApproveOrRejectPrivateEndpointConnectionSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsApproveOrRejectPrivateEndpointConnectionSlotSamples.java @@ -12,7 +12,7 @@ */ public final class WebAppsApproveOrRejectPrivateEndpointConnectionSlotSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * ApproveRejectSitePrivateEndpointConnectionSlot.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsBackupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsBackupSamples.java index 1f1fd91943a9..af7641ef8d22 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsBackupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsBackupSamples.java @@ -17,7 +17,8 @@ */ public final class WebAppsBackupSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/BackupWebApp.json + * x-ms-original-file: + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/BackupWebApp.json */ /** * Sample code: Backup web app. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateConfigurationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateConfigurationSamples.java index d4edbd83c2ab..aaa113f247a7 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateConfigurationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateConfigurationSamples.java @@ -20,7 +20,7 @@ public final class WebAppsCreateOrUpdateConfigurationSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateSiteConfig.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/UpdateSiteConfig.json */ /** * Sample code: Update Site Config. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateSamples.java index 6aab1de19e42..f214f1a670f0 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateSamples.java @@ -29,7 +29,7 @@ */ public final class WebAppsCreateOrUpdateSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * CreateOrUpdateFunctionAppFlexConsumptionWithDetails.json */ /** @@ -70,7 +70,7 @@ public final class WebAppsCreateOrUpdateSamples { } /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * CreateOrUpdateFunctionAppFlexConsumption.json */ /** @@ -106,7 +106,7 @@ public static void createOrUpdateFlexConsumptionFunctionApp(com.azure.resourcema /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateWebApp.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/CreateOrUpdateWebApp.json */ /** * Sample code: Create or Update web app. @@ -126,7 +126,8 @@ public static void createOrUpdateWebApp(com.azure.resourcemanager.AzureResourceM } /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CloneWebApp.json + * x-ms-original-file: + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/CloneWebApp.json */ /** * Sample code: Clone web app. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateSlotSamples.java index 910c8b5a5bfd..7eeb85ef2fd3 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsCreateOrUpdateSlotSamples.java @@ -15,7 +15,7 @@ public final class WebAppsCreateOrUpdateSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CloneWebAppSlot.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/CloneWebAppSlot.json */ /** * Sample code: Clone web app slot. @@ -44,7 +44,8 @@ public static void cloneWebAppSlot(com.azure.resourcemanager.AzureResourceManage /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/CreateOrUpdateWebAppSlot.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/CreateOrUpdateWebAppSlot. + * json */ /** * Sample code: Create or Update Web App Slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteBackupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteBackupSamples.java index 49bfd312a615..9e26734b3c24 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteBackupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteBackupSamples.java @@ -10,7 +10,7 @@ public final class WebAppsDeleteBackupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteWebAppBackup.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteWebAppBackup.json */ /** * Sample code: Delete web app backup. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeletePrivateEndpointConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeletePrivateEndpointConnectionSamples.java index 813d5e4c4a18..2da2141499d9 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeletePrivateEndpointConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeletePrivateEndpointConnectionSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsDeletePrivateEndpointConnectionSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteSitePrivateEndpointConnection. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * DeleteSitePrivateEndpointConnection.json */ /** * Sample code: Delete a private endpoint connection for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeletePrivateEndpointConnectionSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeletePrivateEndpointConnectionSlotSamples.java index 9336c2f77e7b..ecf37de1b26a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeletePrivateEndpointConnectionSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeletePrivateEndpointConnectionSlotSamples.java @@ -9,7 +9,7 @@ */ public final class WebAppsDeletePrivateEndpointConnectionSlotSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * DeleteSitePrivateEndpointConnectionSlot.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteSamples.java index c83fc3395213..b8ea97faedff 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteSamples.java @@ -9,7 +9,8 @@ */ public final class WebAppsDeleteSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteWebApp.json + * x-ms-original-file: + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteWebApp.json */ /** * Sample code: Delete Web app. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteSlotSamples.java index 5048720d738d..2415f677a359 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeleteSlotSamples.java @@ -10,7 +10,7 @@ public final class WebAppsDeleteSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteWebAppSlot.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/DeleteWebAppSlot.json */ /** * Sample code: Delete Web App Slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeployWorkflowArtifactsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeployWorkflowArtifactsSamples.java index d2f410c1a7d9..2b433de414ae 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeployWorkflowArtifactsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeployWorkflowArtifactsSamples.java @@ -17,8 +17,8 @@ */ public final class WebAppsDeployWorkflowArtifactsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/PostDeployWorkflowArtifacts.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * PostDeployWorkflowArtifacts.json */ /** * Sample code: Deploys workflow artifacts. @@ -49,8 +49,8 @@ public static void deploysWorkflowArtifacts(com.azure.resourcemanager.AzureResou } /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/DeleteDeployWorkflowArtifacts.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * DeleteDeployWorkflowArtifacts.json */ /** * Sample code: Delete workflow artifacts. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeployWorkflowArtifactsSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeployWorkflowArtifactsSlotSamples.java index a3e169627aa3..e8d730ac3eb5 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeployWorkflowArtifactsSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsDeployWorkflowArtifactsSlotSamples.java @@ -16,8 +16,8 @@ */ public final class WebAppsDeployWorkflowArtifactsSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/PostDeployWorkflowArtifactsSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * PostDeployWorkflowArtifactsSlot.json */ /** * Sample code: Deploys workflow artifacts slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingKeyVaultReferenceSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingKeyVaultReferenceSamples.java index 678e37bf5324..4390aa564289 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingKeyVaultReferenceSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingKeyVaultReferenceSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsGetAppSettingKeyVaultReferenceSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetKeyVaultReferencesForAppSetting. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetKeyVaultReferencesForAppSetting.json */ /** * Sample code: Get Azure Key Vault app setting reference. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingKeyVaultReferenceSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingKeyVaultReferenceSlotSamples.java index ddca2c0f53b0..96f153ad2d2e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingKeyVaultReferenceSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingKeyVaultReferenceSlotSamples.java @@ -9,7 +9,7 @@ */ public final class WebAppsGetAppSettingKeyVaultReferenceSlotSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetKeyVaultReferencesForAppSettingSlot.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingsKeyVaultReferencesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingsKeyVaultReferencesSamples.java index ed7a5cf2db0d..4091d6202a0f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingsKeyVaultReferencesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingsKeyVaultReferencesSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsGetAppSettingsKeyVaultReferencesSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetKeyVaultReferencesForAppSettings. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetKeyVaultReferencesForAppSettings.json */ /** * Sample code: Get Azure Key Vault references for app settings. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingsKeyVaultReferencesSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingsKeyVaultReferencesSlotSamples.java index a3b5beea1e8f..688d985bcdd8 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingsKeyVaultReferencesSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAppSettingsKeyVaultReferencesSlotSamples.java @@ -9,7 +9,7 @@ */ public final class WebAppsGetAppSettingsKeyVaultReferencesSlotSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * GetKeyVaultReferencesForAppSettingsSlot.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsSamples.java index 20561748b9d3..a11dfe327097 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsSamples.java @@ -10,7 +10,7 @@ public final class WebAppsGetAuthSettingsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListAuthSettings.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListAuthSettings.json */ /** * Sample code: List Auth Settings. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsV2Samples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsV2Samples.java index 6a7aeec6b547..97e3171c7322 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsV2Samples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsV2Samples.java @@ -10,7 +10,7 @@ public final class WebAppsGetAuthSettingsV2Samples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListAuthSettingsV2.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListAuthSettingsV2.json */ /** * Sample code: List Auth Settings V2. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsV2WithoutSecretsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsV2WithoutSecretsSamples.java index 2ef9467758f8..bda4c97bace5 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsV2WithoutSecretsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetAuthSettingsV2WithoutSecretsSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetAuthSettingsV2WithoutSecretsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetAuthSettingsV2WithoutSecrets.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetAuthSettingsV2WithoutSecrets.json */ /** * Sample code: List Auth Settings without Secrets. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetBackupStatusSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetBackupStatusSamples.java index b7b1c5ceb487..f6ec7719cf04 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetBackupStatusSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetBackupStatusSamples.java @@ -10,7 +10,7 @@ public final class WebAppsGetBackupStatusSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebAppBackup.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebAppBackup.json */ /** * Sample code: Get web app backup. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetByResourceGroupSamples.java index b804248203bf..ea4458dc7c2f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetByResourceGroupSamples.java @@ -9,7 +9,8 @@ */ public final class WebAppsGetByResourceGroupSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebApp.json + * x-ms-original-file: + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebApp.json */ /** * Sample code: Get Web App. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetConfigurationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetConfigurationSamples.java index 7f2d765c7a6f..0ba351e49b70 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetConfigurationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetConfigurationSamples.java @@ -10,7 +10,7 @@ public final class WebAppsGetConfigurationSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSiteConfig.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetSiteConfig.json */ /** * Sample code: Get Site Config. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetFtpAllowedSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetFtpAllowedSamples.java index 07bb741757da..1052ed9fca5e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetFtpAllowedSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetFtpAllowedSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetFtpAllowedSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetPublishingCredentialsPolicy.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetPublishingCredentialsPolicy.json */ /** * Sample code: Get FTP Allowed. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetFtpAllowedSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetFtpAllowedSlotSamples.java index 91d7f6b56249..6c9c4ddde171 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetFtpAllowedSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetFtpAllowedSlotSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsGetFtpAllowedSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetPublishingCredentialsPolicySlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetPublishingCredentialsPolicySlot.json */ /** * Sample code: Get FTP Allowed. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceInfoSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceInfoSamples.java index 7d18dea5d9af..9a73a55d4e26 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceInfoSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceInfoSamples.java @@ -10,7 +10,7 @@ public final class WebAppsGetInstanceInfoSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSiteInstanceInfo.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetSiteInstanceInfo.json */ /** * Sample code: Get site instance info. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceInfoSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceInfoSlotSamples.java index 9a56ccd2eb8e..2854b5129e23 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceInfoSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceInfoSlotSamples.java @@ -10,7 +10,7 @@ public final class WebAppsGetInstanceInfoSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSiteInstanceInfo.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetSiteInstanceInfo.json */ /** * Sample code: Get site instance info. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceWorkflowSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceWorkflowSlotSamples.java index a7f68120ffe5..cbcbdf4fd6c8 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceWorkflowSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetInstanceWorkflowSlotSamples.java @@ -9,7 +9,8 @@ */ public final class WebAppsGetInstanceWorkflowSlotSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWorkflow.json + * x-ms-original-file: + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWorkflow.json */ /** * Sample code: GET a workflow Slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSamples.java index 93a0859cdb3b..1c1d24095f77 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetNetworkTraceOperationSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebSiteNetworkTraceOperation.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetWebSiteNetworkTraceOperation.json */ /** * Sample code: Get the current status of a network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSlotSamples.java index 2cdc043b6740..8f3b55c9d312 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSlotSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetNetworkTraceOperationSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebSiteNetworkTraceOperation.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetWebSiteNetworkTraceOperation.json */ /** * Sample code: Get the current status of a network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSlotV2Samples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSlotV2Samples.java index ffbd2b7944a4..518edb9fdb71 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSlotV2Samples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationSlotV2Samples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetNetworkTraceOperationSlotV2Samples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebSiteNetworkTraceOperation.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetWebSiteNetworkTraceOperation.json */ /** * Sample code: Get the current status of a network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationV2Samples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationV2Samples.java index f63dc3da3ca1..d8994956ec8f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationV2Samples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTraceOperationV2Samples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetNetworkTraceOperationV2Samples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebSiteNetworkTraceOperation.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetWebSiteNetworkTraceOperation.json */ /** * Sample code: Get the current status of a network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSamples.java index 80922e9858b5..d66faae9713f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSamples.java @@ -10,7 +10,8 @@ public final class WebAppsGetNetworkTracesSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebSiteNetworkTraces.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebSiteNetworkTraces. + * json */ /** * Sample code: Get NetworkTraces for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSlotSamples.java index 38cdc6ae966e..c9a95d4244e3 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSlotSamples.java @@ -10,7 +10,8 @@ public final class WebAppsGetNetworkTracesSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebSiteNetworkTraces.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebSiteNetworkTraces. + * json */ /** * Sample code: Get NetworkTraces for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSlotV2Samples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSlotV2Samples.java index 3622c87ecf8c..2aa8c0cb17bc 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSlotV2Samples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesSlotV2Samples.java @@ -10,7 +10,8 @@ public final class WebAppsGetNetworkTracesSlotV2Samples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebSiteNetworkTraces.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebSiteNetworkTraces. + * json */ /** * Sample code: Get NetworkTraces for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesV2Samples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesV2Samples.java index 2a93dc9be8d0..83bc4a33093f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesV2Samples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetNetworkTracesV2Samples.java @@ -10,7 +10,8 @@ public final class WebAppsGetNetworkTracesV2Samples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebSiteNetworkTraces.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebSiteNetworkTraces. + * json */ /** * Sample code: Get NetworkTraces for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateEndpointConnectionSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateEndpointConnectionSamples.java index 1df786cc9eb7..fcf09305cb5b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateEndpointConnectionSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateEndpointConnectionSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetPrivateEndpointConnectionSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSitePrivateEndpointConnection.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetSitePrivateEndpointConnection.json */ /** * Sample code: Get a private endpoint connection for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateEndpointConnectionSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateEndpointConnectionSlotSamples.java index 318c94f01bb9..f232fd293c43 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateEndpointConnectionSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateEndpointConnectionSlotSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsGetPrivateEndpointConnectionSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSitePrivateEndpointConnectionSlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetSitePrivateEndpointConnectionSlot.json */ /** * Sample code: Get a private endpoint connection for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateLinkResourcesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateLinkResourcesSamples.java index c0d0b65be775..69212b9cb3e2 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateLinkResourcesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateLinkResourcesSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetPrivateLinkResourcesSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSitePrivateLinkResources.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetSitePrivateLinkResources.json */ /** * Sample code: Get private link resources of a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateLinkResourcesSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateLinkResourcesSlotSamples.java index ff24c0c86ae3..0b93e46a3abd 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateLinkResourcesSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetPrivateLinkResourcesSlotSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetPrivateLinkResourcesSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSitePrivateLinkResourcesSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetSitePrivateLinkResourcesSlot.json */ /** * Sample code: Get private link resources of a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetProductionSiteDeploymentStatusSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetProductionSiteDeploymentStatusSamples.java index ad3d861f9ed2..2af30b14f880 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetProductionSiteDeploymentStatusSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetProductionSiteDeploymentStatusSamples.java @@ -10,7 +10,8 @@ public final class WebAppsGetProductionSiteDeploymentStatusSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSiteDeploymentStatus.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetSiteDeploymentStatus. + * json */ /** * Sample code: Get Deployment Status. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetScmAllowedSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetScmAllowedSamples.java index 3b6f81cb689a..ed927ed94ce6 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetScmAllowedSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetScmAllowedSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetScmAllowedSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetPublishingCredentialsPolicy.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetPublishingCredentialsPolicy.json */ /** * Sample code: Get SCM Allowed. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetScmAllowedSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetScmAllowedSlotSamples.java index 4ecca32b1f2e..062281833feb 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetScmAllowedSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetScmAllowedSlotSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsGetScmAllowedSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetPublishingCredentialsPolicySlot. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetPublishingCredentialsPolicySlot.json */ /** * Sample code: Get SCM Allowed. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetSlotSamples.java index 97c0c31c9d09..9734732c7ef4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetSlotSamples.java @@ -10,7 +10,7 @@ public final class WebAppsGetSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebAppSlot.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebAppSlot.json */ /** * Sample code: Get Web App Slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetSlotSiteDeploymentStatusSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetSlotSiteDeploymentStatusSlotSamples.java index 67aad15be6da..e77be976906b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetSlotSiteDeploymentStatusSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetSlotSiteDeploymentStatusSlotSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsGetSlotSiteDeploymentStatusSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetSiteDeploymentStatusSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * GetSiteDeploymentStatusSlot.json */ /** * Sample code: Get Deployment Status Slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetWorkflowSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetWorkflowSamples.java index 30cb737ff644..31745ce5d098 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetWorkflowSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsGetWorkflowSamples.java @@ -9,7 +9,8 @@ */ public final class WebAppsGetWorkflowSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWorkflow.json + * x-ms-original-file: + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWorkflow.json */ /** * Sample code: GET a workflow. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListApplicationSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListApplicationSettingsSamples.java index d95d43070c3b..ec3d9b76b39a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListApplicationSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListApplicationSettingsSamples.java @@ -10,7 +10,7 @@ public final class WebAppsListApplicationSettingsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListAppSettings.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListAppSettings.json */ /** * Sample code: List App Settings. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBackupStatusSecretsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBackupStatusSecretsSamples.java index 13819ae3e536..26c46dab0235 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBackupStatusSecretsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBackupStatusSecretsSamples.java @@ -18,7 +18,8 @@ public final class WebAppsListBackupStatusSecretsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/GetWebAppBackupWithSecrets.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/GetWebAppBackupWithSecrets + * .json */ /** * Sample code: Get web app backup with secrets. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBackupsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBackupsSamples.java index 5011f69dcd22..c3d98ec63eb6 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBackupsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBackupsSamples.java @@ -10,7 +10,7 @@ public final class WebAppsListBackupsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListWebAppBackups.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListWebAppBackups.json */ /** * Sample code: List web app backups. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBasicPublishingCredentialsPoliciesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBasicPublishingCredentialsPoliciesSamples.java index 791bde49a9a5..6f688708c92c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBasicPublishingCredentialsPoliciesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBasicPublishingCredentialsPoliciesSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsListBasicPublishingCredentialsPoliciesSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListPublishingCredentialsPolicies. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListPublishingCredentialsPolicies.json */ /** * Sample code: List Publishing Credentials Policies. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBasicPublishingCredentialsPoliciesSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBasicPublishingCredentialsPoliciesSlotSamples.java index 5828b2112cbe..e10e64fc8932 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBasicPublishingCredentialsPoliciesSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListBasicPublishingCredentialsPoliciesSlotSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsListBasicPublishingCredentialsPoliciesSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListPublishingCredentialsPoliciesSlot - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListPublishingCredentialsPoliciesSlot.json */ /** * Sample code: List Publishing Credentials Policies. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListByResourceGroupSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListByResourceGroupSamples.java index fb7650a6b171..cc36b5f43918 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListByResourceGroupSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListByResourceGroupSamples.java @@ -10,7 +10,8 @@ public final class WebAppsListByResourceGroupSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListWebAppsByResourceGroup.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListWebAppsByResourceGroup + * .json */ /** * Sample code: List Web Apps by Resource group. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListConfigurationsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListConfigurationsSamples.java index 7b54b5212dee..3b06205004af 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListConfigurationsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListConfigurationsSamples.java @@ -10,7 +10,8 @@ public final class WebAppsListConfigurationsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListWebAppConfigurations.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListWebAppConfigurations. + * json */ /** * Sample code: List web app configurations. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListInstanceWorkflowsSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListInstanceWorkflowsSlotSamples.java index afda8ab35554..6a1d06bc8f71 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListInstanceWorkflowsSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListInstanceWorkflowsSlotSamples.java @@ -10,7 +10,7 @@ public final class WebAppsListInstanceWorkflowsSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListWorkflows.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListWorkflows.json */ /** * Sample code: List the workflows Slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListProductionSiteDeploymentStatusesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListProductionSiteDeploymentStatusesSamples.java index c06b9146d016..8d62001b4bc0 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListProductionSiteDeploymentStatusesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListProductionSiteDeploymentStatusesSamples.java @@ -10,7 +10,8 @@ public final class WebAppsListProductionSiteDeploymentStatusesSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListSiteDeploymentStatus.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListSiteDeploymentStatus. + * json */ /** * Sample code: List Deployment Status. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSamples.java index eff5336c96f9..cd2cca6e1a73 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSamples.java @@ -9,7 +9,8 @@ */ public final class WebAppsListSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListWebApps.json + * x-ms-original-file: + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListWebApps.json */ /** * Sample code: List Web apps for subscription. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSiteBackupsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSiteBackupsSamples.java index 5e992064a7ae..8f3aa3bf6294 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSiteBackupsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSiteBackupsSamples.java @@ -10,7 +10,7 @@ public final class WebAppsListSiteBackupsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListSlotBackups.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListSlotBackups.json */ /** * Sample code: List backups. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSiteBackupsSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSiteBackupsSlotSamples.java index 1332896ea409..0f796818da79 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSiteBackupsSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSiteBackupsSlotSamples.java @@ -10,7 +10,7 @@ public final class WebAppsListSiteBackupsSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListSlotBackups.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListSlotBackups.json */ /** * Sample code: List backups. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSlotSiteDeploymentStatusesSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSlotSiteDeploymentStatusesSlotSamples.java index 46bf068cbe01..de3de893b1cf 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSlotSiteDeploymentStatusesSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSlotSiteDeploymentStatusesSlotSamples.java @@ -9,8 +9,8 @@ */ public final class WebAppsListSlotSiteDeploymentStatusesSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListSiteDeploymentStatusSlot.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListSiteDeploymentStatusSlot.json */ /** * Sample code: List Deployment Status Slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSlotsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSlotsSamples.java index 72836b33e4c8..cb345337d9b4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSlotsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListSlotsSamples.java @@ -10,7 +10,7 @@ public final class WebAppsListSlotsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListWebAppSlots.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListWebAppSlots.json */ /** * Sample code: List Web App Slots. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsConnectionsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsConnectionsSamples.java index c508e40127ae..94448f8ea7e7 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsConnectionsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsConnectionsSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsListWorkflowsConnectionsSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListWorkflowsConfigurationConnections - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListWorkflowsConfigurationConnections.json */ /** * Sample code: List the Instance Workflows Configuration Connections. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsConnectionsSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsConnectionsSlotSamples.java index 8895c6bef022..38fbce6cc5c6 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsConnectionsSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsConnectionsSlotSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsListWorkflowsConnectionsSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListWorkflowsConfigurationConnections - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * ListWorkflowsConfigurationConnections.json */ /** * Sample code: List the Instance Workflows Configuration Connections Slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsSamples.java index c7a24a2c4fa6..43d4d6e2cfb3 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsListWorkflowsSamples.java @@ -10,7 +10,7 @@ public final class WebAppsListWorkflowsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ListWorkflows.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ListWorkflows.json */ /** * Sample code: List the workflows. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsRestoreSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsRestoreSamples.java index 4ba5dfdf9bd4..15d103262cac 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsRestoreSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsRestoreSamples.java @@ -15,7 +15,7 @@ public final class WebAppsRestoreSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/RestoreWebAppBackup.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/RestoreWebAppBackup.json */ /** * Sample code: Restore web app from backup. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartNetworkTraceSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartNetworkTraceSamples.java index f9106a6b9997..9bb3f18bc13b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartNetworkTraceSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartNetworkTraceSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsStartNetworkTraceSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StartWebSiteNetworkTraceOperation. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * StartWebSiteNetworkTraceOperation.json */ /** * Sample code: Start a new network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartNetworkTraceSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartNetworkTraceSlotSamples.java index ff8d53f33e81..3205413d54b7 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartNetworkTraceSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartNetworkTraceSlotSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsStartNetworkTraceSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StartWebSiteNetworkTraceOperation. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * StartWebSiteNetworkTraceOperation.json */ /** * Sample code: Start a new network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartWebSiteNetworkTraceOperationSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartWebSiteNetworkTraceOperationSamples.java index a177172ffa3a..ee470a962bd4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartWebSiteNetworkTraceOperationSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartWebSiteNetworkTraceOperationSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsStartWebSiteNetworkTraceOperationSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StartWebSiteNetworkTraceOperation. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * StartWebSiteNetworkTraceOperation.json */ /** * Sample code: Start a new network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartWebSiteNetworkTraceOperationSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartWebSiteNetworkTraceOperationSlotSamples.java index ee47d733d2ba..982f75069b69 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartWebSiteNetworkTraceOperationSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStartWebSiteNetworkTraceOperationSlotSamples.java @@ -9,9 +9,8 @@ */ public final class WebAppsStartWebSiteNetworkTraceOperationSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StartWebSiteNetworkTraceOperation. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * StartWebSiteNetworkTraceOperation.json */ /** * Sample code: Start a new network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopNetworkTraceSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopNetworkTraceSamples.java index c43e67725dad..916a6302731d 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopNetworkTraceSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopNetworkTraceSamples.java @@ -10,7 +10,8 @@ public final class WebAppsStopNetworkTraceSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StopWebSiteNetworkTrace.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/StopWebSiteNetworkTrace. + * json */ /** * Sample code: Stop a currently running network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopNetworkTraceSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopNetworkTraceSlotSamples.java index 0584af2c62e0..c22374023794 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopNetworkTraceSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopNetworkTraceSlotSamples.java @@ -10,7 +10,8 @@ public final class WebAppsStopNetworkTraceSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StopWebSiteNetworkTrace.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/StopWebSiteNetworkTrace. + * json */ /** * Sample code: Stop a currently running network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopWebSiteNetworkTraceSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopWebSiteNetworkTraceSamples.java index 9789cd79561a..a24c14d36803 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopWebSiteNetworkTraceSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopWebSiteNetworkTraceSamples.java @@ -10,7 +10,8 @@ public final class WebAppsStopWebSiteNetworkTraceSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StopWebSiteNetworkTrace.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/StopWebSiteNetworkTrace. + * json */ /** * Sample code: Stop a currently running network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopWebSiteNetworkTraceSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopWebSiteNetworkTraceSlotSamples.java index 9f0ff1c542b3..c7427797f49f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopWebSiteNetworkTraceSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsStopWebSiteNetworkTraceSlotSamples.java @@ -10,7 +10,8 @@ public final class WebAppsStopWebSiteNetworkTraceSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/StopWebSiteNetworkTrace.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/StopWebSiteNetworkTrace. + * json */ /** * Sample code: Stop a currently running network trace operation for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateApplicationSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateApplicationSettingsSamples.java index 1a7fb8d7f215..e18d5b5cb821 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateApplicationSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateApplicationSettingsSamples.java @@ -14,7 +14,7 @@ public final class WebAppsUpdateApplicationSettingsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateAppSettings.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/UpdateAppSettings.json */ /** * Sample code: Update App Settings. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAuthSettingsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAuthSettingsSamples.java index e9644f7924ed..1e8e3544595c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAuthSettingsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAuthSettingsSamples.java @@ -15,7 +15,7 @@ public final class WebAppsUpdateAuthSettingsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateAuthSettings.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/UpdateAuthSettings.json */ /** * Sample code: Update Auth Settings. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAuthSettingsV2Samples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAuthSettingsV2Samples.java index 5d874609299a..722b4a23d268 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAuthSettingsV2Samples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAuthSettingsV2Samples.java @@ -32,7 +32,7 @@ public final class WebAppsUpdateAuthSettingsV2Samples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateAuthSettingsV2.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/UpdateAuthSettingsV2.json */ /** * Sample code: Update Auth Settings V2. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAzureStorageAccountsSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAzureStorageAccountsSamples.java index 6ac6eb7b3805..c13c931fb014 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAzureStorageAccountsSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateAzureStorageAccountsSamples.java @@ -16,7 +16,8 @@ public final class WebAppsUpdateAzureStorageAccountsSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateAzureStorageAccounts.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/UpdateAzureStorageAccounts + * .json */ /** * Sample code: Update Azure Storage Accounts. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateFtpAllowedSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateFtpAllowedSamples.java index e65cbd3933e7..c1557903d1ee 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateFtpAllowedSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateFtpAllowedSamples.java @@ -11,9 +11,8 @@ */ public final class WebAppsUpdateFtpAllowedSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdatePublishingCredentialsPolicy. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * UpdatePublishingCredentialsPolicy.json */ /** * Sample code: Update FTP Allowed. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateFtpAllowedSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateFtpAllowedSlotSamples.java index 196aec5eb9ba..f9f9ed7d02a6 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateFtpAllowedSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateFtpAllowedSlotSamples.java @@ -11,9 +11,8 @@ */ public final class WebAppsUpdateFtpAllowedSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdatePublishingCredentialsPolicySlot - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * UpdatePublishingCredentialsPolicySlot.json */ /** * Sample code: Update FTP Allowed. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateMachineKeySamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateMachineKeySamples.java index b86714620ab5..fd60a5a4d06d 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateMachineKeySamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateMachineKeySamples.java @@ -10,7 +10,7 @@ public final class WebAppsUpdateMachineKeySamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateMachineKey.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/UpdateMachineKey.json */ /** * Sample code: Updates the machine key for a site. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateSamples.java index aec0f8617052..0d6091468140 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateSamples.java @@ -11,7 +11,8 @@ */ public final class WebAppsUpdateSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateWebApp.json + * x-ms-original-file: + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/UpdateWebApp.json */ /** * Sample code: Update web app. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateScmAllowedSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateScmAllowedSamples.java index 1445624bb3fa..8dcf84bf0f2b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateScmAllowedSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateScmAllowedSamples.java @@ -11,9 +11,8 @@ */ public final class WebAppsUpdateScmAllowedSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdatePublishingCredentialsPolicy. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * UpdatePublishingCredentialsPolicy.json */ /** * Sample code: Update SCM Allowed. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateScmAllowedSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateScmAllowedSlotSamples.java index b8b67a88b1d9..6f0e98c044da 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateScmAllowedSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateScmAllowedSlotSamples.java @@ -11,9 +11,8 @@ */ public final class WebAppsUpdateScmAllowedSlotSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdatePublishingCredentialsPolicySlot - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * UpdatePublishingCredentialsPolicySlot.json */ /** * Sample code: Update SCM Allowed. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateSlotSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateSlotSamples.java index 33f42bb94c3e..047e1ca108d8 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateSlotSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WebAppsUpdateSlotSamples.java @@ -12,7 +12,7 @@ public final class WebAppsUpdateSlotSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/UpdateWebAppSlot.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/UpdateWebAppSlot.json */ /** * Sample code: Update Web App Slot. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsGetSamples.java index 5c00a47cdc5e..1302176c261b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsGetSamples.java @@ -9,8 +9,8 @@ */ public final class WorkflowRunActionRepetitionsGetSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowRunActionRepetitions_Get.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * WorkflowRunActionRepetitions_Get.json */ /** * Sample code: Get a repetition. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsListExpressionTracesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsListExpressionTracesSamples.java index eb4d0fde854d..3e6152adf08f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsListExpressionTracesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsListExpressionTracesSamples.java @@ -9,7 +9,7 @@ */ public final class WorkflowRunActionRepetitionsListExpressionTracesSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * WorkflowRunActionRepetitions_ListExpressionTraces.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsListSamples.java index 0f8013f0e4e0..84c1850772b4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsListSamples.java @@ -9,9 +9,8 @@ */ public final class WorkflowRunActionRepetitionsListSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowRunActionRepetitions_List. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * WorkflowRunActionRepetitions_List.json */ /** * Sample code: List repetitions. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsRequestHistoriesGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsRequestHistoriesGetSamples.java index 46dbbe68e1c7..3d7b151b59b0 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsRequestHistoriesGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsRequestHistoriesGetSamples.java @@ -9,7 +9,7 @@ */ public final class WorkflowRunActionRepetitionsRequestHistoriesGetSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * WorkflowRunActionRepetitionsRequestHistories_Get.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsRequestHistoriesListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsRequestHistoriesListSamples.java index 6e89b6bd509f..77c722b389be 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsRequestHistoriesListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionRepetitionsRequestHistoriesListSamples.java @@ -9,7 +9,7 @@ */ public final class WorkflowRunActionRepetitionsRequestHistoriesListSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * WorkflowRunActionRepetitionsRequestHistories_List.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionScopeRepetitionsGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionScopeRepetitionsGetSamples.java index 083dbc4211d6..882c61b9ee8a 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionScopeRepetitionsGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionScopeRepetitionsGetSamples.java @@ -9,9 +9,8 @@ */ public final class WorkflowRunActionScopeRepetitionsGetSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowRunActionScopeRepetitions_Get - * .json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * WorkflowRunActionScopeRepetitions_Get.json */ /** * Sample code: Get a scoped repetition. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionScopeRepetitionsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionScopeRepetitionsListSamples.java index b2e96f245b34..107c7e260686 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionScopeRepetitionsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionScopeRepetitionsListSamples.java @@ -9,7 +9,7 @@ */ public final class WorkflowRunActionScopeRepetitionsListSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * WorkflowRunActionScopeRepetitions_List.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsGetSamples.java index 5d2778a2e077..d0231d001524 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsGetSamples.java @@ -10,7 +10,8 @@ public final class WorkflowRunActionsGetSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowRunActions_Get.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowRunActions_Get. + * json */ /** * Sample code: Get a workflow run action. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsListExpressionTracesSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsListExpressionTracesSamples.java index 1eceeab6290d..a3fdef7ae3a2 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsListExpressionTracesSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsListExpressionTracesSamples.java @@ -9,7 +9,7 @@ */ public final class WorkflowRunActionsListExpressionTracesSamples { /* - * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/ + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ * WorkflowRunActions_ListExpressionTraces.json */ /** diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsListSamples.java index 93d17549f292..4d6cb6fd65b1 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunActionsListSamples.java @@ -10,7 +10,8 @@ public final class WorkflowRunActionsListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowRunActions_List.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowRunActions_List. + * json */ /** * Sample code: List a workflow run actions. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsCancelSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsCancelSamples.java index 8050ea7cbaef..149ae1d80720 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsCancelSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsCancelSamples.java @@ -10,7 +10,7 @@ public final class WorkflowRunsCancelSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowRuns_Cancel.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowRuns_Cancel.json */ /** * Sample code: Cancel a workflow run. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsGetSamples.java index 7b4e7f3e5051..f18a607369d4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsGetSamples.java @@ -10,7 +10,7 @@ public final class WorkflowRunsGetSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowRuns_Get.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowRuns_Get.json */ /** * Sample code: Get a run for a workflow. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsListSamples.java index 537efbf6f496..727e2fc8f85f 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowRunsListSamples.java @@ -10,7 +10,7 @@ public final class WorkflowRunsListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowRuns_List.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowRuns_List.json */ /** * Sample code: List workflow runs. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesGetSamples.java index 966331208f66..fd4afc3a6552 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesGetSamples.java @@ -9,8 +9,8 @@ */ public final class WorkflowTriggerHistoriesGetSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowTriggerHistories_Get.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * WorkflowTriggerHistories_Get.json */ /** * Sample code: Get a workflow trigger history. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesListSamples.java index be3b92f0d7c7..4d84808eea2b 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesListSamples.java @@ -9,8 +9,8 @@ */ public final class WorkflowTriggerHistoriesListSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowTriggerHistories_List.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * WorkflowTriggerHistories_List.json */ /** * Sample code: List a workflow trigger history. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesResubmitSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesResubmitSamples.java index 6bf534ee1dc6..416ee78150bf 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesResubmitSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggerHistoriesResubmitSamples.java @@ -9,9 +9,8 @@ */ public final class WorkflowTriggerHistoriesResubmitSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowTriggerHistories_Resubmit. - * json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * WorkflowTriggerHistories_Resubmit.json */ /** * Sample code: Resubmit a workflow run based on the trigger history. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersGetSamples.java index cfd4149cdec2..78c299c07749 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersGetSamples.java @@ -10,7 +10,7 @@ public final class WorkflowTriggersGetSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowTriggers_Get.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowTriggers_Get.json */ /** * Sample code: Get a workflow trigger. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersGetSchemaJsonSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersGetSchemaJsonSamples.java index 3a3d3c01b10f..d1b9d4485811 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersGetSchemaJsonSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersGetSchemaJsonSamples.java @@ -9,8 +9,8 @@ */ public final class WorkflowTriggersGetSchemaJsonSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowTriggers_GetSchemaJson.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * WorkflowTriggers_GetSchemaJson.json */ /** * Sample code: Get trigger schema. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersListCallbackUrlSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersListCallbackUrlSamples.java index fbf0b27614cf..ccd3165147a1 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersListCallbackUrlSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersListCallbackUrlSamples.java @@ -9,8 +9,8 @@ */ public final class WorkflowTriggersListCallbackUrlSamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowTriggers_ListCallbackUrl.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * WorkflowTriggers_ListCallbackUrl.json */ /** * Sample code: Get the callback URL for a trigger. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersListSamples.java index 56ffb53cffea..79ae71585945 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersListSamples.java @@ -10,7 +10,7 @@ public final class WorkflowTriggersListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowTriggers_List.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowTriggers_List.json */ /** * Sample code: List workflow triggers. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersRunSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersRunSamples.java index 9545bd4cd600..73e74884d942 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersRunSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowTriggersRunSamples.java @@ -10,7 +10,7 @@ public final class WorkflowTriggersRunSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowTriggers_Run.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowTriggers_Run.json */ /** * Sample code: Run a workflow trigger. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowVersionsGetSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowVersionsGetSamples.java index 88ed98e506d8..88571aa7eacc 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowVersionsGetSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowVersionsGetSamples.java @@ -10,7 +10,7 @@ public final class WorkflowVersionsGetSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowVersions_Get.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowVersions_Get.json */ /** * Sample code: Get a workflow version. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowVersionsListSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowVersionsListSamples.java index 03fffe8b9c1a..b8a94b0e49f4 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowVersionsListSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowVersionsListSamples.java @@ -10,7 +10,7 @@ public final class WorkflowVersionsListSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/WorkflowVersions_List.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/WorkflowVersions_List.json */ /** * Sample code: List a workflows versions. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowsRegenerateAccessKeySamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowsRegenerateAccessKeySamples.java index 31fe1613859c..b368aa76246c 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowsRegenerateAccessKeySamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowsRegenerateAccessKeySamples.java @@ -12,8 +12,8 @@ */ public final class WorkflowsRegenerateAccessKeySamples { /* - * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Workflows_RegenerateAccessKey.json + * x-ms-original-file: specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/ + * Workflows_RegenerateAccessKey.json */ /** * Sample code: Regenerate the callback URL access key for request triggers. diff --git a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowsValidateSamples.java b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowsValidateSamples.java index fa52b545f70b..074878b72193 100644 --- a/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowsValidateSamples.java +++ b/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/appservice/generated/WorkflowsValidateSamples.java @@ -16,7 +16,7 @@ public final class WorkflowsValidateSamples { /* * x-ms-original-file: - * specification/web/resource-manager/Microsoft.Web/stable/2024-11-01/examples/Workflows_Validate.json + * specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/examples/Workflows_Validate.json */ /** * Sample code: Validate a workflow. From be85aea38ed350304f043b41db123e40fceee074 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 21:21:36 +0800 Subject: [PATCH 03/25] changelog --- eng/versioning/version_client.txt | 4 ++-- .../azure-resourcemanager-appservice/CHANGELOG.md | 10 ++++------ .../azure-resourcemanager-appservice/README.md | 2 +- .../azure-resourcemanager-appservice/pom.xml | 2 +- sdk/resourcemanager/azure-resourcemanager/CHANGELOG.md | 6 ++++++ sdk/resourcemanager/azure-resourcemanager/pom.xml | 2 +- 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index d91594a7466c..42542bd3a6eb 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -271,7 +271,7 @@ com.azure.spring:spring-cloud-azure-testcontainers;6.0.0;6.1.0-beta.1 com.azure:azure-spring-data-cosmos;6.0.0;6.1.0-beta.1 com.azure.resourcemanager:azure-resourcemanager;2.56.0;2.57.0-beta.1 com.azure.resourcemanager:azure-resourcemanager-appplatform;2.51.0;2.52.0-beta.1 -com.azure.resourcemanager:azure-resourcemanager-appservice;2.53.5;2.54.0-beta.1 +com.azure.resourcemanager:azure-resourcemanager-appservice;2.53.5;2.54.0 com.azure.resourcemanager:azure-resourcemanager-authorization;2.53.4;2.54.0-beta.1 com.azure.resourcemanager:azure-resourcemanager-cdn;2.53.4;2.54.0-beta.1 com.azure.resourcemanager:azure-resourcemanager-compute;2.54.1;2.55.0-beta.1 @@ -549,7 +549,7 @@ unreleased_com.azure.v2:azure-core;2.0.0-beta.1 unreleased_com.azure.v2:azure-identity;2.0.0-beta.1 unreleased_com.azure.v2:azure-data-appconfiguration;2.0.0-beta.1 unreleased_io.clientcore:http-netty4;1.0.0-beta.1 -unreleased_com.azure.resourcemanager:azure-resourcemanager-appservice;2.54.0-beta.1 +unreleased_com.azure.resourcemanager:azure-resourcemanager-appservice;2.54.0 # Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current # version and set the version to the released beta. Released beta dependencies are only valid diff --git a/sdk/appservice/azure-resourcemanager-appservice/CHANGELOG.md b/sdk/appservice/azure-resourcemanager-appservice/CHANGELOG.md index 28e4235591e1..770b66ff8d3a 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/CHANGELOG.md +++ b/sdk/appservice/azure-resourcemanager-appservice/CHANGELOG.md @@ -1,14 +1,12 @@ # Release History -## 2.54.0-beta.1 (Unreleased) +## 2.54.0 (2025-11-07) -### Features Added - -### Breaking Changes +### Other Changes -### Bugs Fixed +#### Dependency Updates -### Other Changes +- Updated `api-version` of AppService to `2025-03-01`. ## 2.53.5 (2025-10-27) diff --git a/sdk/appservice/azure-resourcemanager-appservice/README.md b/sdk/appservice/azure-resourcemanager-appservice/README.md index 2df285f495ae..961477f23b29 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/README.md +++ b/sdk/appservice/azure-resourcemanager-appservice/README.md @@ -18,7 +18,7 @@ For documentation on how to use this package, please see [Azure Management Libra com.azure.resourcemanager azure-resourcemanager-appservice - 2.53.1 + 2.24.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/appservice/azure-resourcemanager-appservice/pom.xml b/sdk/appservice/azure-resourcemanager-appservice/pom.xml index 07bdb9b85ce7..2fe99e0afebd 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/pom.xml +++ b/sdk/appservice/azure-resourcemanager-appservice/pom.xml @@ -14,7 +14,7 @@ com.azure.resourcemanager azure-resourcemanager-appservice - 2.54.0-beta.1 + 2.54.0 jar Microsoft Azure SDK for App Service Management diff --git a/sdk/resourcemanager/azure-resourcemanager/CHANGELOG.md b/sdk/resourcemanager/azure-resourcemanager/CHANGELOG.md index e4796d06b6bb..9aafbb129a4e 100644 --- a/sdk/resourcemanager/azure-resourcemanager/CHANGELOG.md +++ b/sdk/resourcemanager/azure-resourcemanager/CHANGELOG.md @@ -14,6 +14,12 @@ - Updated `api-version` to `2025-01-01`. +### azure-resourcemanager-appservice + +#### Dependency Updates + +- Updated `api-version` of AppService to `2025-03-01`. + ## 2.56.0 (2025-10-31) ### azure-resourcemanager-containerservice diff --git a/sdk/resourcemanager/azure-resourcemanager/pom.xml b/sdk/resourcemanager/azure-resourcemanager/pom.xml index cf831c980fa3..e205eaf3f391 100644 --- a/sdk/resourcemanager/azure-resourcemanager/pom.xml +++ b/sdk/resourcemanager/azure-resourcemanager/pom.xml @@ -132,7 +132,7 @@ com.azure.resourcemanager azure-resourcemanager-appservice - 2.54.0-beta.1 + 2.54.0 com.azure.resourcemanager From 40f93b13282df62b21b4fd82890976c0b05a0bbc Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 21:49:11 +0800 Subject: [PATCH 04/25] skipInPlayback is deprecated --- .../resourcemanager/appservice/OneDeployTests.java | 10 +++++----- .../azure/resourcemanager/appservice/ServiceTests.java | 4 ++-- .../resourcemanager/appservice/ZipDeployTests.java | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java index 691815342c53..ce022582cfc6 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java @@ -5,7 +5,7 @@ import com.azure.core.management.AzureEnvironment; import com.azure.core.management.Region; -import com.azure.core.test.annotation.DoNotRecord; +import com.azure.core.test.annotation.LiveOnly; import com.azure.resourcemanager.appservice.fluent.models.SiteConfigInner; import com.azure.resourcemanager.appservice.fluent.models.SiteInner; import com.azure.resourcemanager.appservice.models.AppServicePlan; @@ -61,7 +61,7 @@ public class OneDeployTests extends AppServiceTest { = "https://github.com/weidongxu-microsoft/azure-sdk-for-java-management-tests/raw/master/spring-cloud/helloworld.jar"; @Test - @DoNotRecord(skipInPlayback = true) + @LiveOnly public void canDeployZip() { String webAppName1 = generateRandomResourceName("webapp", 10); @@ -86,7 +86,7 @@ public void canDeployZip() { } @Test - @DoNotRecord(skipInPlayback = true) + @LiveOnly public void canPushDeployJar() throws Exception { String webAppName1 = generateRandomResourceName("webapp", 10); @@ -143,7 +143,7 @@ public void canPushDeployJar() throws Exception { } // test uses storage account key and connection string to configure the function app - @DoNotRecord(skipInPlayback = true) + @LiveOnly @ParameterizedTest @ValueSource(booleans = { false, true }) public void canDeployFlexConsumptionFunctionApp(boolean pushDeploy) throws FileNotFoundException { @@ -232,7 +232,7 @@ public void canDeployFlexConsumptionFunctionApp(boolean pushDeploy) throws FileN // Flex does not support slot } - @DoNotRecord(skipInPlayback = true) + @LiveOnly @ParameterizedTest @ValueSource(booleans = { false, true }) public void canDeployFunctionApp(boolean pushDeploy) { diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ServiceTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ServiceTests.java index a016550a20ad..d3404b51b60b 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ServiceTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ServiceTests.java @@ -3,12 +3,12 @@ package com.azure.resourcemanager.appservice; -import com.azure.core.test.annotation.DoNotRecord; +import com.azure.core.test.annotation.LiveOnly; import org.junit.jupiter.api.Test; public class ServiceTests extends AppServiceTest { - @DoNotRecord(skipInPlayback = true) + @LiveOnly @Test public void canAccess() { appServiceManager.webApps().list().stream().count(); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java index 1e522c28952a..7b1152bf8cc1 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java @@ -4,7 +4,7 @@ import com.azure.core.http.HttpPipeline; import com.azure.core.http.rest.PagedIterable; -import com.azure.core.test.annotation.DoNotRecord; +import com.azure.core.test.annotation.LiveOnly; import com.azure.resourcemanager.appservice.models.FunctionApp; import com.azure.resourcemanager.appservice.models.FunctionEnvelope; import com.azure.resourcemanager.test.utils.TestUtilities; @@ -29,7 +29,7 @@ protected void initializeClients(HttpPipeline httpPipeline, AzureProfile profile } @Test - @DoNotRecord(skipInPlayback = true) + @LiveOnly public void canZipDeployFunction() { // Create function app FunctionApp functionApp = appServiceManager.functionApps() From 32f843d7c52cf6aee8bb0fb6261a18b48c0a0c44 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 21:56:19 +0800 Subject: [PATCH 05/25] US_WEST does not have vm --- .../appservice/AppServicePlansTests.java | 4 +-- .../appservice/AppServiceTest.java | 2 +- .../appservice/AuthenticationTests.java | 6 ++-- .../appservice/CertificateOrdersTests.java | 2 +- .../appservice/CertificatesTests.java | 2 +- .../appservice/DeploymentSlotsTests.java | 6 ++-- .../appservice/DiagnosticLogsTests.java | 6 ++-- .../appservice/FunctionAppsTests.java | 16 +++++----- .../FunctionDeploymentSlotsTests.java | 6 ++-- .../appservice/HostnameSslTests.java | 2 +- .../appservice/LinuxWebAppsTests.java | 22 ++++++------- .../appservice/SourceControlTests.java | 2 +- .../appservice/WarDeployTests.java | 4 +-- .../appservice/WebAppsMsiTests.java | 18 +++++------ .../appservice/WebAppsTests.java | 32 +++++++++---------- .../appservice/WebAppsWebDeployTests.java | 6 ++-- .../appservice/ZipDeployTests.java | 2 +- 17 files changed, 69 insertions(+), 69 deletions(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AppServicePlansTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AppServicePlansTests.java index 036f785a0e1b..86f563ae7766 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AppServicePlansTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AppServicePlansTests.java @@ -35,7 +35,7 @@ public void canCRUDAppServicePlan() throws Exception { // CREATE AppServicePlan appServicePlan = appServiceManager.appServicePlans() .define(appServicePlanName) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) .withPricingTier(PricingTier.PREMIUM_P1) .withOperatingSystem(OperatingSystem.WINDOWS) @@ -74,7 +74,7 @@ public void canCRUDAppServicePlan() throws Exception { @Test public void failOnAppServiceNotFound() { - resourceManager.resourceGroups().define(rgName).withRegion(Region.US_WEST).create(); + resourceManager.resourceGroups().define(rgName).withRegion(Region.US_WEST3).create(); Assertions.assertThrows(ManagementException.class, () -> { appServiceManager.appServicePlans().getByResourceGroup("rgName", "no_such_appservice"); }); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AppServiceTest.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AppServiceTest.java index 01af0f1cd8c0..b2d5537f54ab 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AppServiceTest.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AppServiceTest.java @@ -135,7 +135,7 @@ private void createNewDomainAndCertificate() { .withHostName("*." + domain.name()) .withWildcardSku() .withDomainVerification(domain) - .withNewKeyVault("graphvault", Region.US_WEST) + .withNewKeyVault("graphvault", Region.US_WEST3) .withValidYears(1) .create(); } diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AuthenticationTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AuthenticationTests.java index 4f8853c29f0c..a2c6125f455a 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AuthenticationTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/AuthenticationTests.java @@ -37,7 +37,7 @@ public void canCRUDWebAppWithAuthentication() throws Exception { // Create with new app service plan WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewWindowsPlan(PricingTier.BASIC_B1) .defineAuthentication() @@ -46,10 +46,10 @@ public void canCRUDWebAppWithAuthentication() throws Exception { .attach() .create(); Assertions.assertNotNull(webApp1); - Assertions.assertEquals(Region.US_WEST, webApp1.region()); + Assertions.assertEquals(Region.US_WEST3, webApp1.region()); AppServicePlan plan1 = appServiceManager.appServicePlans().getById(webApp1.appServicePlanId()); Assertions.assertNotNull(plan1); - Assertions.assertEquals(Region.US_WEST, plan1.region()); + Assertions.assertEquals(Region.US_WEST3, plan1.region()); Assertions.assertEquals(PricingTier.BASIC_B1, plan1.pricingTier()); String response = curl("http://" + webApp1.defaultHostname()).getValue(); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/CertificateOrdersTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/CertificateOrdersTests.java index 7561fd1193e3..d3f3ce1b8f05 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/CertificateOrdersTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/CertificateOrdersTests.java @@ -28,7 +28,7 @@ public void canCRUDCertificateOrder() throws Exception { .withHostName("*.graph-webapp-319.com") .withWildcardSku() .withDomainVerification(appServiceManager.domains().getByResourceGroup(rgName, "graph-webapp-319.com")) - .withNewKeyVault("graphvault", Region.US_WEST) + .withNewKeyVault("graphvault", Region.US_WEST3) .withValidYears(1) .create(); Assertions.assertNotNull(certificateOrder); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/CertificatesTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/CertificatesTests.java index b70f30dde90f..15d3444925ed 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/CertificatesTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/CertificatesTests.java @@ -28,7 +28,7 @@ public void canCRDCertificate() throws Exception { Vault vault = keyVaultManager.vaults().getByResourceGroup(rgName, "bananagraphwebapp319com"); AppServiceCertificate certificate = appServiceManager.certificates() .define("bananacert") - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withExistingResourceGroup(rgName) .withExistingCertificateOrder( appServiceManager.certificateOrders().getByResourceGroup(rgName, "graphwebapp319")) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/DeploymentSlotsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/DeploymentSlotsTests.java index 65409b400b23..11bed203643b 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/DeploymentSlotsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/DeploymentSlotsTests.java @@ -38,14 +38,14 @@ public void canCRUDSwapSlots() throws Exception { // Create web app WebApp webApp = appServiceManager.webApps() .define(webappName) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) .withNewWindowsPlan(PricingTier.STANDARD_S2) .withJavaVersion(JavaVersion.JAVA_1_7_0_51) .withWebContainer(WebContainer.TOMCAT_7_0_50) .create(); Assertions.assertNotNull(webApp); - Assertions.assertEquals(Region.US_WEST, webApp.region()); + Assertions.assertEquals(Region.US_WEST3, webApp.region()); // Create a deployment slot with web app's config DeploymentSlot slot2 = webApp.deploymentSlots().define(slotName2).withConfigurationFromParent().create(); @@ -107,7 +107,7 @@ public void canCRUDSwapSlots() throws Exception { public void canCreateAndUpdatePublicNetworkAccess() { WebApp webApp = appServiceManager.webApps() .define(webappName) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) .withNewWindowsPlan(PricingTier.STANDARD_S2) .withJavaVersion(JavaVersion.JAVA_1_7_0_51) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/DiagnosticLogsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/DiagnosticLogsTests.java index 5726546a034a..37cd0cc2dcfa 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/DiagnosticLogsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/DiagnosticLogsTests.java @@ -35,7 +35,7 @@ public void canCRUDWebAppWithDiagnosticLogs() throws Exception { // Create with new app service plan WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewWindowsPlan(PricingTier.BASIC_B1) .defineDiagnosticLogsConfiguration() @@ -51,10 +51,10 @@ public void canCRUDWebAppWithDiagnosticLogs() throws Exception { .attach() .create(); Assertions.assertNotNull(webApp1); - Assertions.assertEquals(Region.US_WEST, webApp1.region()); + Assertions.assertEquals(Region.US_WEST3, webApp1.region()); AppServicePlan plan1 = appServiceManager.appServicePlans().getById(webApp1.appServicePlanId()); Assertions.assertNotNull(plan1); - Assertions.assertEquals(Region.US_WEST, plan1.region()); + Assertions.assertEquals(Region.US_WEST3, plan1.region()); Assertions.assertEquals(PricingTier.BASIC_B1, plan1.pricingTier()); Assertions.assertNotNull(webApp1.diagnosticLogsConfig()); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java index 203af62a7814..a4b9cdf43c9f 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java @@ -101,15 +101,15 @@ public void canCRUDFunctionApp() throws Exception { // Create with consumption FunctionApp functionApp1 = appServiceManager.functionApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .create(); Assertions.assertNotNull(functionApp1); - Assertions.assertEquals(Region.US_WEST, functionApp1.region()); + Assertions.assertEquals(Region.US_WEST3, functionApp1.region()); Assertions.assertFalse(functionApp1.alwaysOn()); AppServicePlan plan1 = appServiceManager.appServicePlans().getById(functionApp1.appServicePlanId()); Assertions.assertNotNull(plan1); - Assertions.assertEquals(Region.US_WEST, plan1.region()); + Assertions.assertEquals(Region.US_WEST3, plan1.region()); Assertions.assertEquals(new PricingTier(SkuName.DYNAMIC.toString(), "Y1"), plan1.pricingTier()); FunctionAppResource functionAppResource1 = getStorageAccount(storageManager, functionApp1); @@ -132,19 +132,19 @@ public void canCRUDFunctionApp() throws Exception { .withExistingStorageAccount(functionApp1.storageAccount()) .create(); Assertions.assertNotNull(functionApp2); - Assertions.assertEquals(Region.US_WEST, functionApp2.region()); + Assertions.assertEquals(Region.US_WEST3, functionApp2.region()); Assertions.assertFalse(functionApp2.alwaysOn()); // Create with app service plan FunctionApp functionApp3 = appServiceManager.functionApps() .define(webappName3) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withExistingResourceGroup(rgName2) .withNewAppServicePlan(PricingTier.BASIC_B1) .withExistingStorageAccount(functionApp1.storageAccount()) .create(); Assertions.assertNotNull(functionApp3); - Assertions.assertEquals(Region.US_WEST, functionApp3.region()); + Assertions.assertEquals(Region.US_WEST3, functionApp3.region()); Assertions.assertTrue(functionApp3.alwaysOn()); // app service plan does not have this 2 settings @@ -421,7 +421,7 @@ public void canCreateAndUpdateFunctionAppWithContainerSize() { FunctionApp functionApp1 = appServiceManager.functionApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withContainerSize(512) .create(); @@ -574,7 +574,7 @@ public void canCreateAndUpdatePublicNetworkAccess() { webappName1 = generateRandomResourceName("java-function-", 20); FunctionApp functionApp = appServiceManager.functionApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withContainerSize(512) .disablePublicNetworkAccess() diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java index 1e6a42c92e0a..bf8b75ec425b 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java @@ -46,7 +46,7 @@ public void canCRUDFunctionSwapSlots() throws Exception { // Create with consumption FunctionApp functionApp1 = appServiceManager.functionApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) .withNewAppServicePlan(PricingTier.STANDARD_S1) .withAppSetting("appkey", "appvalue") @@ -56,10 +56,10 @@ public void canCRUDFunctionSwapSlots() throws Exception { .withPythonVersion(PythonVersion.PYTHON_27) .create(); Assertions.assertNotNull(functionApp1); - Assertions.assertEquals(Region.US_WEST, functionApp1.region()); + Assertions.assertEquals(Region.US_WEST3, functionApp1.region()); AppServicePlan plan1 = appServiceManager.appServicePlans().getById(functionApp1.appServicePlanId()); Assertions.assertNotNull(plan1); - Assertions.assertEquals(Region.US_WEST, plan1.region()); + Assertions.assertEquals(Region.US_WEST3, plan1.region()); /* IMPORTANT, function app cannot create slot with empty config. diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/HostnameSslTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/HostnameSslTests.java index 2cdd61f1280b..2bb61ac34efa 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/HostnameSslTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/HostnameSslTests.java @@ -35,7 +35,7 @@ public void canBindHostnameAndSsl() throws Exception { // hostname binding appServiceManager.webApps() .define(webappName) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) .withNewWindowsPlan(PricingTier.BASIC_B1) .defineHostnameBinding() diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/LinuxWebAppsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/LinuxWebAppsTests.java index b013276faeec..7889bc9c788b 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/LinuxWebAppsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/LinuxWebAppsTests.java @@ -51,16 +51,16 @@ public void canCRUDLinuxWebApp() throws Exception { // Create with new app service plan WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewLinuxPlan(PricingTier.BASIC_B1) .withPublicDockerHubImage("wordpress") .create(); Assertions.assertNotNull(webApp1); - Assertions.assertEquals(Region.US_WEST, webApp1.region()); + Assertions.assertEquals(Region.US_WEST3, webApp1.region()); AppServicePlan plan1 = appServiceManager.appServicePlans().getById(webApp1.appServicePlanId()); Assertions.assertNotNull(plan1); - Assertions.assertEquals(Region.US_WEST, plan1.region()); + Assertions.assertEquals(Region.US_WEST3, plan1.region()); Assertions.assertEquals(PricingTier.BASIC_B1, plan1.pricingTier()); Assertions.assertEquals(OperatingSystem.LINUX, plan1.operatingSystem()); Assertions.assertEquals(OperatingSystem.LINUX, webApp1.operatingSystem()); @@ -74,7 +74,7 @@ public void canCRUDLinuxWebApp() throws Exception { .withContainerLoggingEnabled() .create(); Assertions.assertNotNull(webApp2); - Assertions.assertEquals(Region.US_WEST, webApp2.region()); + Assertions.assertEquals(Region.US_WEST3, webApp2.region()); Assertions.assertEquals(OperatingSystem.LINUX, webApp2.operatingSystem()); // Get @@ -106,7 +106,7 @@ public void canCRUDLinuxWebApp() throws Exception { webApp = webApp1.update().withNewAppServicePlan(PricingTier.STANDARD_S2).apply(); AppServicePlan plan2 = appServiceManager.appServicePlans().getById(webApp.appServicePlanId()); Assertions.assertNotNull(plan2); - Assertions.assertEquals(Region.US_WEST, plan2.region()); + Assertions.assertEquals(Region.US_WEST3, plan2.region()); Assertions.assertEquals(PricingTier.STANDARD_S2, plan2.pricingTier()); Assertions.assertEquals(OperatingSystem.LINUX, plan2.operatingSystem()); @@ -133,16 +133,16 @@ public void canCRUDLinuxJava11WebApp() throws Exception { // Create with new app service plan WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewLinuxPlan(PricingTier.BASIC_B1) .withBuiltInImage(RuntimeStack.TOMCAT_9_0_JAVA11) .create(); Assertions.assertNotNull(webApp1); - Assertions.assertEquals(Region.US_WEST, webApp1.region()); + Assertions.assertEquals(Region.US_WEST3, webApp1.region()); AppServicePlan plan1 = appServiceManager.appServicePlans().getById(webApp1.appServicePlanId()); Assertions.assertNotNull(plan1); - Assertions.assertEquals(Region.US_WEST, plan1.region()); + Assertions.assertEquals(Region.US_WEST3, plan1.region()); Assertions.assertEquals(PricingTier.BASIC_B1, plan1.pricingTier()); Assertions.assertEquals(OperatingSystem.LINUX, plan1.operatingSystem()); Assertions.assertEquals(OperatingSystem.LINUX, webApp1.operatingSystem()); @@ -153,16 +153,16 @@ public void canCRUDLinuxJava17WebApp() throws Exception { // Create with new app service plan WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewLinuxPlan(PricingTier.BASIC_B1) .withBuiltInImage(RuntimeStack.TOMCAT_10_0_JAVA17) .create(); Assertions.assertNotNull(webApp1); - Assertions.assertEquals(Region.US_WEST, webApp1.region()); + Assertions.assertEquals(Region.US_WEST3, webApp1.region()); AppServicePlan plan1 = appServiceManager.appServicePlans().getById(webApp1.appServicePlanId()); Assertions.assertNotNull(plan1); - Assertions.assertEquals(Region.US_WEST, plan1.region()); + Assertions.assertEquals(Region.US_WEST3, plan1.region()); Assertions.assertEquals(PricingTier.BASIC_B1, plan1.pricingTier()); Assertions.assertEquals(OperatingSystem.LINUX, plan1.operatingSystem()); Assertions.assertEquals(OperatingSystem.LINUX, webApp1.operatingSystem()); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/SourceControlTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/SourceControlTests.java index 9571d29761de..196da1b2327a 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/SourceControlTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/SourceControlTests.java @@ -27,7 +27,7 @@ public void canDeploySourceControl() throws Exception { // Create web app WebApp webApp = appServiceManager.webApps() .define(webappName) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) .withNewWindowsPlan(PricingTier.STANDARD_S1) .defineSourceControl() diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java index 9ba0bbc5f401..936fbcb540c5 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java @@ -42,7 +42,7 @@ public void canDeployWar() throws Exception { // Create web app WebApp webApp = appServiceManager.webApps() .define(webappName) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) .withNewWindowsPlan(PricingTier.STANDARD_S1) .withJavaVersion(JavaVersion.JAVA_8_NEWEST) @@ -69,7 +69,7 @@ public void canDeployMultipleWars() throws Exception { // Create web app WebApp webApp = appServiceManager.webApps() .define(webappName) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) .withNewWindowsPlan(PricingTier.STANDARD_S1) .withJavaVersion(JavaVersion.JAVA_8_NEWEST) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsMsiTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsMsiTests.java index 396bbb2099b8..90794e7f28bb 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsMsiTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsMsiTests.java @@ -55,7 +55,7 @@ public void canCRUDWebAppWithMsi() throws Exception { // Create with new app service plan WebApp webApp = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewWindowsPlan(PricingTier.BASIC_B1) .withRemoteDebuggingEnabled(RemoteVisualStudioVersion.fromString("VS2022")) @@ -65,10 +65,10 @@ public void canCRUDWebAppWithMsi() throws Exception { .withWebContainer(WebContainer.TOMCAT_8_0_NEWEST) .create(); Assertions.assertNotNull(webApp); - Assertions.assertEquals(Region.US_WEST, webApp.region()); + Assertions.assertEquals(Region.US_WEST3, webApp.region()); AppServicePlan plan = appServiceManager.appServicePlans().getById(webApp.appServicePlanId()); Assertions.assertNotNull(plan); - Assertions.assertEquals(Region.US_WEST, plan.region()); + Assertions.assertEquals(Region.US_WEST3, plan.region()); Assertions.assertEquals(PricingTier.BASIC_B1, plan.pricingTier()); Assertions.assertNotNull(webApp.systemAssignedManagedServiceIdentityPrincipalId()); Assertions.assertNotNull(webApp.systemAssignedManagedServiceIdentityTenantId()); @@ -97,14 +97,14 @@ public void canCRUDWebAppWithUserAssignedMsi() throws Exception { // Prepare a definition for yet-to-be-created resource group // Creatable creatableRG - = resourceManager.resourceGroups().define(rgName).withRegion(Region.US_WEST); + = resourceManager.resourceGroups().define(rgName).withRegion(Region.US_WEST3); // Create an "User Assigned (External) MSI" residing in the above RG and assign reader access to the virtual // network // final Identity createdIdentity = msiManager.identities() .define(identityName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(creatableRG) .withAccessToCurrentResourceGroup(BuiltInRole.CONTRIBUTOR) .create(); @@ -115,14 +115,14 @@ public void canCRUDWebAppWithUserAssignedMsi() throws Exception { // Creatable creatableIdentity = msiManager.identities() .define(identityName2) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(creatableRG) .withAccessToCurrentResourceGroup(BuiltInRole.CONTRIBUTOR); // Create with new app service plan WebApp webApp = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewWindowsPlan(PricingTier.BASIC_B1) .withRemoteDebuggingEnabled(RemoteVisualStudioVersion.fromString("VS2022")) @@ -135,10 +135,10 @@ public void canCRUDWebAppWithUserAssignedMsi() throws Exception { .withExistingUserAssignedManagedServiceIdentity(createdIdentity) .create(); Assertions.assertNotNull(webApp); - Assertions.assertEquals(Region.US_WEST, webApp.region()); + Assertions.assertEquals(Region.US_WEST3, webApp.region()); AppServicePlan plan = appServiceManager.appServicePlans().getById(webApp.appServicePlanId()); Assertions.assertNotNull(plan); - Assertions.assertEquals(Region.US_WEST, plan.region()); + Assertions.assertEquals(Region.US_WEST3, plan.region()); Assertions.assertEquals(PricingTier.BASIC_B1, plan.pricingTier()); Assertions.assertNotNull(webApp.systemAssignedManagedServiceIdentityPrincipalId()); Assertions.assertNotNull(webApp.systemAssignedManagedServiceIdentityTenantId()); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsTests.java index 8e7141bf7fe6..3dfaffcf510c 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsTests.java @@ -58,17 +58,17 @@ public void canCRUDWebApp() throws Exception { // Create with new app service plan WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewWindowsPlan(appServicePlanName1, PricingTier.BASIC_B1) .withRemoteDebuggingEnabled(RemoteVisualStudioVersion.fromString("VS2022")) .create(); Assertions.assertNotNull(webApp1); - Assertions.assertEquals(Region.US_WEST, webApp1.region()); + Assertions.assertEquals(Region.US_WEST3, webApp1.region()); AppServicePlan plan1 = appServiceManager.appServicePlans().getById(webApp1.appServicePlanId()); Assertions.assertNotNull(plan1); Assertions.assertEquals(appServicePlanName1, plan1.name()); - Assertions.assertEquals(Region.US_WEST, plan1.region()); + Assertions.assertEquals(Region.US_WEST3, plan1.region()); Assertions.assertEquals(PricingTier.BASIC_B1, plan1.pricingTier()); // Create in a new group with existing app service plan @@ -78,7 +78,7 @@ public void canCRUDWebApp() throws Exception { .withNewResourceGroup(rgName2) .create(); Assertions.assertNotNull(webApp2); - Assertions.assertEquals(Region.US_WEST, webApp1.region()); + Assertions.assertEquals(Region.US_WEST3, webApp1.region()); // Get WebApp webApp = appServiceManager.webApps().getByResourceGroup(rgName1, webApp1.name()); @@ -99,7 +99,7 @@ public void canCRUDWebApp() throws Exception { .apply(); AppServicePlan plan2 = appServiceManager.appServicePlans().getById(webApp1.appServicePlanId()); Assertions.assertNotNull(plan2); - Assertions.assertEquals(Region.US_WEST, plan2.region()); + Assertions.assertEquals(Region.US_WEST3, plan2.region()); Assertions.assertEquals(PricingTier.STANDARD_S2, plan2.pricingTier()); Assertions.assertEquals(WebAppRuntimeStack.NETCORE.runtime(), webApp1.manager() @@ -131,7 +131,7 @@ public void canListWebApp() throws Exception { WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewWindowsPlan(appServicePlanName1, PricingTier.BASIC_B1) .withRemoteDebuggingEnabled(RemoteVisualStudioVersion.fromString("VS2022")) @@ -191,14 +191,14 @@ public void canListWebAppAndFunctionApp() { WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewWindowsPlan(appServicePlanName1, PricingTier.BASIC_B1) .create(); FunctionApp functionApp1 = appServiceManager.functionApps() .define(webappName2) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withExistingResourceGroup(rgName1) .create(); @@ -219,7 +219,7 @@ public void canListWebAppAndFunctionApp() { public void canUpdateIpRestriction() { WebApp webApp2 = appServiceManager.webApps() .define(webappName2) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName2) .withNewWindowsPlan(appServicePlanName1, PricingTier.BASIC_B1) .create(); @@ -231,7 +231,7 @@ public void canUpdateIpRestriction() { WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewWindowsPlan(appServicePlanName1, PricingTier.BASIC_B1) .withAccessFromIpAddressRange("167.220.0.0/16", 300) @@ -267,11 +267,11 @@ public void canUpdateIpRestriction() { @Test public void canCreateWebAppWithDisablePublicNetworkAccess() { - resourceManager.resourceGroups().define(rgName1).withRegion(Region.US_WEST).create(); - resourceManager.resourceGroups().define(rgName2).withRegion(Region.US_WEST).create(); + resourceManager.resourceGroups().define(rgName1).withRegion(Region.US_WEST3).create(); + resourceManager.resourceGroups().define(rgName2).withRegion(Region.US_WEST3).create(); WebApp webApp = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withExistingResourceGroup(rgName1) .withNewWindowsPlan(appServicePlanName1, PricingTier.BASIC_B1) .disablePublicNetworkAccess() @@ -283,11 +283,11 @@ public void canCreateWebAppWithDisablePublicNetworkAccess() { @Test public void canUpdatePublicNetworkAccess() { - resourceManager.resourceGroups().define(rgName1).withRegion(Region.US_WEST).create(); - resourceManager.resourceGroups().define(rgName2).withRegion(Region.US_WEST).create(); + resourceManager.resourceGroups().define(rgName1).withRegion(Region.US_WEST3).create(); + resourceManager.resourceGroups().define(rgName2).withRegion(Region.US_WEST3).create(); WebApp webApp = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withExistingResourceGroup(rgName1) .withNewWindowsPlan(appServicePlanName1, PricingTier.BASIC_B1) .withRemoteDebuggingEnabled(RemoteVisualStudioVersion.fromString("VS2022")) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java index f3b1de5592c1..0d1e41556291 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java @@ -41,17 +41,17 @@ public void canDeployWarFile() throws Exception { // Create with new app service plan WebApp webApp1 = appServiceManager.webApps() .define(webappName1) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) .withNewWindowsPlan(PricingTier.BASIC_B1) .withJavaVersion(JavaVersion.JAVA_8_NEWEST) .withWebContainer(WebContainer.TOMCAT_8_0_NEWEST) .create(); Assertions.assertNotNull(webApp1); - Assertions.assertEquals(Region.US_WEST, webApp1.region()); + Assertions.assertEquals(Region.US_WEST3, webApp1.region()); AppServicePlan plan1 = appServiceManager.appServicePlans().getById(webApp1.appServicePlanId()); Assertions.assertNotNull(plan1); - Assertions.assertEquals(Region.US_WEST, plan1.region()); + Assertions.assertEquals(Region.US_WEST3, plan1.region()); Assertions.assertEquals(PricingTier.BASIC_B1, plan1.pricingTier()); WebDeployment deployment = webApp1.deploy() diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java index 7b1152bf8cc1..60864767628b 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java @@ -34,7 +34,7 @@ public void canZipDeployFunction() { // Create function app FunctionApp functionApp = appServiceManager.functionApps() .define(webappName4) - .withRegion(Region.US_WEST) + .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) .create(); Assertions.assertNotNull(functionApp); From cee8415e5a4e062804ee60baf4efdf137d134a90 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 22:07:56 +0800 Subject: [PATCH 06/25] wait longer --- .../com/azure/resourcemanager/appservice/OneDeployTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java index ce022582cfc6..2ce17d65136f 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java @@ -79,7 +79,7 @@ public void canDeployZip() { webApp1.deploy(DeployType.ZIP, zipFile); // wait a bit - ResourceManagerUtils.sleep(Duration.ofSeconds(10)); + ResourceManagerUtils.sleep(Duration.ofSeconds(60)); String response = curl("https://" + webAppName1 + ".azurewebsites.net/" + "helloworld/").getValue(); Assertions.assertTrue(response.contains("Hello")); From def93f75c6976b9cccaddb88f7cdeb64f6345eab Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 23:06:26 +0800 Subject: [PATCH 07/25] publicNetworkAccess need to be set on Site --- .../appservice/implementation/WebAppBaseImpl.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java index d7fdb2c14df1..8bfb0e82a670 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java @@ -831,6 +831,7 @@ public Mono updateResourceAsync() { siteUpdate.withCloningInfo(siteInner.cloningInfo()); siteUpdate.withHttpsOnly(siteInner.httpsOnly()); siteUpdate.withRedundancyMode(siteInner.redundancyMode()); + siteUpdate.withPublicNetworkAccess(siteInner.publicNetworkAccess()); this.webAppMsiHandler.handleExternalIdentities(siteUpdate); return submitSite(siteUpdate).map(siteInner1 -> { @@ -1754,6 +1755,7 @@ public FluentImplT enablePublicNetworkAccess() { this.siteConfig = new SiteConfigResourceInner(); } this.siteConfig.withPublicNetworkAccess("Enabled"); + this.innerModel().withPublicNetworkAccess("Enabled"); return (FluentImplT) this; } @@ -1764,6 +1766,7 @@ public FluentImplT disablePublicNetworkAccess() { this.siteConfig = new SiteConfigResourceInner(); } this.siteConfig.withPublicNetworkAccess("Disabled"); + this.innerModel().withPublicNetworkAccess("Disabled"); return (FluentImplT) this; } From 94399e044544eee4bd87f21be97a93e711ebf0b1 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 23:15:33 +0800 Subject: [PATCH 08/25] regen with local fix on SitePatchResource https://github.com/Azure/sdk-release-request/issues/6715#issuecomment-3497741478 --- .../fluent/models/SitePatchResourceInner.java | 25 ++++++++++++++++ .../SitePatchResourcePropertiesInner.java | 30 +++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourceInner.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourceInner.java index b95e50e3bce9..0f06514e3d78 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourceInner.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourceInner.java @@ -909,6 +909,31 @@ public SitePatchResourceInner withVirtualNetworkSubnetId(String virtualNetworkSu return this; } + /** + * Get the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', + * 'Disabled' or an empty string. + * + * @return the publicNetworkAccess value. + */ + public String publicNetworkAccess() { + return this.innerProperties() == null ? null : this.innerProperties().publicNetworkAccess(); + } + + /** + * Set the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', + * 'Disabled' or an empty string. + * + * @param publicNetworkAccess the publicNetworkAccess value to set. + * @return the SitePatchResourceInner object itself. + */ + public SitePatchResourceInner withPublicNetworkAccess(String publicNetworkAccess) { + if (this.innerProperties() == null) { + this.innerProperties = new SitePatchResourcePropertiesInner(); + } + this.innerProperties().withPublicNetworkAccess(publicNetworkAccess); + return this; + } + /** * Validates the instance. * diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourcePropertiesInner.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourcePropertiesInner.java index 0785f2a0ae28..67280064fa3d 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourcePropertiesInner.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourcePropertiesInner.java @@ -263,6 +263,11 @@ public final class SitePatchResourcePropertiesInner implements JsonSerializable< */ private String virtualNetworkSubnetId; + /* + * Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string. + */ + private String publicNetworkAccess; + /** * Creates an instance of SitePatchResourcePropertiesInner class. */ @@ -976,6 +981,28 @@ public SitePatchResourcePropertiesInner withVirtualNetworkSubnetId(String virtua return this; } + /** + * Get the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', + * 'Disabled' or an empty string. + * + * @return the publicNetworkAccess value. + */ + public String publicNetworkAccess() { + return this.publicNetworkAccess; + } + + /** + * Set the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', + * 'Disabled' or an empty string. + * + * @param publicNetworkAccess the publicNetworkAccess value to set. + * @return the SitePatchResourcePropertiesInner object itself. + */ + public SitePatchResourcePropertiesInner withPublicNetworkAccess(String publicNetworkAccess) { + this.publicNetworkAccess = publicNetworkAccess; + return this; + } + /** * Validates the instance. * @@ -1036,6 +1063,7 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { jsonWriter.writeBooleanField("storageAccountRequired", this.storageAccountRequired); jsonWriter.writeStringField("keyVaultReferenceIdentity", this.keyVaultReferenceIdentity); jsonWriter.writeStringField("virtualNetworkSubnetId", this.virtualNetworkSubnetId); + jsonWriter.writeStringField("publicNetworkAccess", this.publicNetworkAccess); return jsonWriter.writeEndObject(); } @@ -1162,6 +1190,8 @@ public static SitePatchResourcePropertiesInner fromJson(JsonReader jsonReader) t deserializedSitePatchResourcePropertiesInner.keyVaultReferenceIdentity = reader.getString(); } else if ("virtualNetworkSubnetId".equals(fieldName)) { deserializedSitePatchResourcePropertiesInner.virtualNetworkSubnetId = reader.getString(); + } else if ("publicNetworkAccess".equals(fieldName)) { + deserializedSitePatchResourcePropertiesInner.publicNetworkAccess = reader.getString(); } else { reader.skipChildren(); } From b0ebdaaa6355cd29c0f05760d6b5222a1885142d Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 23:15:38 +0800 Subject: [PATCH 09/25] fix test resource location --- .../com/azure/resourcemanager/appservice/FunctionAppsTests.java | 2 +- .../appservice/FunctionDeploymentSlotsTests.java | 2 +- .../azure/resourcemanager/appservice/WebAppsWebDeployTests.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java index a4b9cdf43c9f..1dd0544e5641 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java @@ -211,7 +211,7 @@ public void canCRUDFunctionApp() throws Exception { } private static final String FUNCTION_APP_PACKAGE_URL - = "https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/sdk/resourcemanager/azure-resourcemanager-appservice/src/test/resources/java-functions.zip"; + = "https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/sdk/appservice/azure-resourcemanager-appservice/src/test/resources/java-functions.zip"; @Test public void canCRUDLinuxFunctionApp() throws Exception { diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java index bf8b75ec425b..616a91ec0df9 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java @@ -141,7 +141,7 @@ public void canCRUDFunctionSwapSlots() throws Exception { } private static final String FUNCTION_APP_PACKAGE_URL - = "https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/sdk/resourcemanager/azure-resourcemanager-appservice/src/test/resources/java-functions.zip"; + = "https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/sdk/appservice/azure-resourcemanager-appservice/src/test/resources/java-functions.zip"; @Test public void canCRUDFunctionSlots() { diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java index 0d1e41556291..7967aa0d1236 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java @@ -56,7 +56,7 @@ public void canDeployWarFile() throws Exception { WebDeployment deployment = webApp1.deploy() .withPackageUri( - "https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/sdk/resourcemanager/azure-resourcemanager-appservice/src/test/resources/webapps.zip") + "https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/sdk/appservice/azure-resourcemanager-appservice/src/test/resources/webapps.zip") .withExistingDeploymentsDeleted(true) .execute(); From ba29c8db730a250a7c1670b42939e093f3794b95 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 23:21:20 +0800 Subject: [PATCH 10/25] wait longer --- .../resourcemanager/appservice/WebAppsWebDeployTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java index 7967aa0d1236..138b935cee9c 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsWebDeployTests.java @@ -62,8 +62,8 @@ public void canDeployWarFile() throws Exception { Assertions.assertNotNull(deployment); if (!isPlaybackMode()) { - ResourceManagerUtils.sleep(Duration.ofSeconds(10)); - Response response = curl("http://" + webApp1.defaultHostname() + "/helloworld/"); + ResourceManagerUtils.sleep(Duration.ofSeconds(60)); + Response response = curl("https://" + webApp1.defaultHostname() + "/helloworld/"); Assertions.assertEquals(200, response.getStatusCode()); String body = response.getValue(); Assertions.assertNotNull(body); From 0c2872e1395431e8c81627a991c85d045a0b651a Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 23:21:28 +0800 Subject: [PATCH 11/25] disable function app test --- .../java/com/azure/resourcemanager/appservice/WebAppsTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsTests.java index 3dfaffcf510c..b222402876ae 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsTests.java @@ -23,6 +23,7 @@ import com.azure.resourcemanager.appservice.models.WebAppRuntimeStack; import com.azure.resourcemanager.test.utils.TestUtilities; import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; public class WebAppsTests extends AppServiceTest { @@ -185,6 +186,7 @@ public void canCRUDWebAppWithContainer() { Assertions.assertTrue(webApp1.windowsFxVersion().contains(imageAndTag)); } + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @Test public void canListWebAppAndFunctionApp() { rgName2 = null; From 8242bd06cc268c806be2a1b537ff5a38aa28b81a Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 23:25:44 +0800 Subject: [PATCH 12/25] disable test on function app --- .../resourcemanager/appservice/FunctionAppsTests.java | 7 +++++++ .../appservice/FunctionDeploymentSlotsTests.java | 2 ++ 2 files changed, 9 insertions(+) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java index 1dd0544e5641..d5e1ce544bce 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionAppsTests.java @@ -96,6 +96,7 @@ protected void cleanUpResources() { } } + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @Test public void canCRUDFunctionApp() throws Exception { // Create with consumption @@ -213,6 +214,7 @@ public void canCRUDFunctionApp() throws Exception { private static final String FUNCTION_APP_PACKAGE_URL = "https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/sdk/appservice/azure-resourcemanager-appservice/src/test/resources/java-functions.zip"; + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @Test public void canCRUDLinuxFunctionApp() throws Exception { rgName2 = null; @@ -310,6 +312,7 @@ public void canCRUDLinuxFunctionApp() throws Exception { Assertions.assertEquals(1, TestUtilities.getSize(functions)); } + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @Test public void canCRUDLinuxFunctionAppPremium() { rgName2 = null; @@ -370,6 +373,7 @@ public void canCRUDLinuxFunctionAppPremiumDocker() { } } + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @Test public void canCRUDLinuxFunctionAppJava11() throws Exception { rgName2 = null; @@ -393,6 +397,7 @@ public void canCRUDLinuxFunctionAppJava11() throws Exception { assertFunctionAppRunning(functionApp1); } + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @Test public void canCRUDLinuxFunctionAppJava17() throws Exception { rgName2 = null; @@ -413,6 +418,7 @@ public void canCRUDLinuxFunctionAppJava17() throws Exception { assertFunctionAppRunning(functionApp1); } + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @Test public void canCreateAndUpdateFunctionAppWithContainerSize() { rgName2 = null; @@ -569,6 +575,7 @@ public void canCreateAndUpdateFunctionAppOnAcaWithPrivateRegistryImage() { .apply(); } + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @Test public void canCreateAndUpdatePublicNetworkAccess() { webappName1 = generateRandomResourceName("java-function-", 20); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java index 616a91ec0df9..de4e6c3ac15f 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/FunctionDeploymentSlotsTests.java @@ -22,8 +22,10 @@ import com.azure.core.management.profile.AzureProfile; import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; +@Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") public class FunctionDeploymentSlotsTests extends AppServiceTest { private String webappName1 = ""; private String slotName1 = ""; From fa62a1cc8bbf341443606ce70442c3bf26e6f5ca Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 6 Nov 2025 23:31:15 +0800 Subject: [PATCH 13/25] enum constant reorder is not a break --- eng/lintingconfigs/revapi/track2/revapi.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/eng/lintingconfigs/revapi/track2/revapi.json b/eng/lintingconfigs/revapi/track2/revapi.json index 25191224e58a..969ccba7cd49 100644 --- a/eng/lintingconfigs/revapi/track2/revapi.json +++ b/eng/lintingconfigs/revapi/track2/revapi.json @@ -703,6 +703,15 @@ "code": "java.method.removed", "old": "method com.azure.resourcemanager.monitor.models.AutoscaleNotification com.azure.resourcemanager.monitor.models.AutoscaleNotification::withOperation(java.lang.String)", "justification": "The property is a constant, and hence not settable." + }, + { + "ignore": true, + "code" : "java.field.enumConstantOrderChanged", + "old": { + "matcher": "regex", + "match": "field com\\.azure\\.resourcemanager\\.appservice\\.models\\.ManagedServiceIdentityType\\..*" + }, + "justification": "Enum constant order change is not a breaking change." } ] } From e77bc0e8ed5b34ba91169588ba6d9cbfddef5545 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Fri, 7 Nov 2025 00:17:41 +0800 Subject: [PATCH 14/25] disable warDeploy test --- .../appservice/SourceControlTests.java | 6 ++- .../appservice/WarDeployTests.java | 51 +++++++++---------- 2 files changed, 28 insertions(+), 29 deletions(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/SourceControlTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/SourceControlTests.java index 196da1b2327a..91f262e581f1 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/SourceControlTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/SourceControlTests.java @@ -9,9 +9,12 @@ import com.azure.resourcemanager.appservice.models.WebApp; import com.azure.core.management.Region; import com.azure.core.management.profile.AzureProfile; +import com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerUtils; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; +import java.time.Duration; + public class SourceControlTests extends AppServiceTest { private String webappName = ""; @@ -37,7 +40,8 @@ public void canDeploySourceControl() throws Exception { .create(); Assertions.assertNotNull(webApp); if (!isPlaybackMode()) { - Response response = curl("http://" + webappName + "." + "azurewebsites.net"); + ResourceManagerUtils.sleep(Duration.ofSeconds(60)); + Response response = curl("https://" + webappName + "." + "azurewebsites.net"); Assertions.assertEquals(200, response.getStatusCode()); String body = response.getValue(); Assertions.assertNotNull(body); diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java index 936fbcb540c5..1ddcd5f0d5d9 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java @@ -18,8 +18,10 @@ import com.azure.core.management.profile.AzureProfile; import com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerUtils; import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; +@Disabled("App does not run after warDeploy") public class WarDeployTests extends AppServiceTest { private String webappName = ""; @@ -34,33 +36,26 @@ protected void initializeClients(HttpPipeline httpPipeline, AzureProfile profile @Test public void canDeployWar() throws Exception { - if (!isPlaybackMode()) { - // webApp.warDeploy method randomly fails in playback mode with error java.net.UnknownHostException, - // Run this only in live mode ignore in playback until we find the root cause - // https://api.travis-ci.org/v3/job/427936160/log.txt - // - // Create web app - WebApp webApp = appServiceManager.webApps() - .define(webappName) - .withRegion(Region.US_WEST3) - .withNewResourceGroup(rgName) - .withNewWindowsPlan(PricingTier.STANDARD_S1) - .withJavaVersion(JavaVersion.JAVA_8_NEWEST) - .withWebContainer(WebContainer.TOMCAT_9_0_NEWEST) - .create(); - Assertions.assertNotNull(webApp); + // Create web app + WebApp webApp = appServiceManager.webApps() + .define(webappName) + .withRegion(Region.US_WEST3) + .withNewResourceGroup(rgName) + .withNewWindowsPlan(PricingTier.PREMIUM_P1V3) + .withJavaVersion(JavaVersion.JAVA_8_NEWEST) + .withWebContainer(WebContainer.TOMCAT_9_0_NEWEST) + .create(); + Assertions.assertNotNull(webApp); + if (!isPlaybackMode()) { webApp.warDeploy(warFile); + ResourceManagerUtils.sleep(Duration.ofSeconds(60)); - if (!isPlaybackMode()) { - ResourceManagerUtils.sleep(Duration.ofSeconds(30)); - - Response response = curl("http://" + webappName + "." + "azurewebsites.net"); - Assertions.assertEquals(200, response.getStatusCode()); - String body = response.getValue(); - Assertions.assertNotNull(body); - Assertions.assertTrue(body.contains("Azure Samples Hello World")); - } + Response response = curl("https://" + webappName + "." + "azurewebsites.net"); + Assertions.assertEquals(200, response.getStatusCode()); + String body = response.getValue(); + Assertions.assertNotNull(body); + Assertions.assertTrue(body.contains("Azure Samples Hello World")); } } @@ -71,7 +66,7 @@ public void canDeployMultipleWars() throws Exception { .define(webappName) .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName) - .withNewWindowsPlan(PricingTier.STANDARD_S1) + .withNewWindowsPlan(PricingTier.PREMIUM_P1V3) .withJavaVersion(JavaVersion.JAVA_8_NEWEST) .withWebContainer(WebContainer.TOMCAT_9_0_NEWEST) .create(); @@ -83,15 +78,15 @@ public void canDeployMultipleWars() throws Exception { webApp.warDeploy(is, warFile.length(), "app2"); } - ResourceManagerUtils.sleep(Duration.ofSeconds(30)); + ResourceManagerUtils.sleep(Duration.ofSeconds(60)); - Response response = curl("http://" + webappName + "." + "azurewebsites.net"); + Response response = curl("https://" + webappName + "." + "azurewebsites.net"); Assertions.assertEquals(200, response.getStatusCode()); String body = response.getValue(); Assertions.assertNotNull(body); Assertions.assertTrue(body.contains("Azure Samples Hello World")); - response = curl("http://" + webappName + "." + "azurewebsites.net/app2/"); + response = curl("https://" + webappName + "." + "azurewebsites.net/app2/"); Assertions.assertEquals(200, response.getStatusCode()); body = response.getValue(); Assertions.assertNotNull(body); From f12720fd0d4e359e0d49973a035fae79f81b8668 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Fri, 7 Nov 2025 00:21:31 +0800 Subject: [PATCH 15/25] record --- sdk/appservice/azure-resourcemanager-appservice/assets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/assets.json b/sdk/appservice/azure-resourcemanager-appservice/assets.json index a5ac6ac1c3bc..3a527da7c456 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/assets.json +++ b/sdk/appservice/azure-resourcemanager-appservice/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "java", "TagPrefix": "java/appservice/azure-resourcemanager-appservice", - "Tag": "java/appservice/azure-resourcemanager-appservice_37e1ec95c1" + "Tag": "java/appservice/azure-resourcemanager-appservice_f3cbc48481" } From d924ca07bdada314aa615cce356911a8154301b3 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Fri, 7 Nov 2025 00:32:11 +0800 Subject: [PATCH 16/25] a few more disable on function app test --- .../com/azure/resourcemanager/appservice/OneDeployTests.java | 3 +++ .../com/azure/resourcemanager/appservice/ZipDeployTests.java | 2 ++ 2 files changed, 5 insertions(+) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java index 2ce17d65136f..b3a92de9fca9 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java @@ -40,6 +40,7 @@ import com.azure.resourcemanager.storage.models.PublicAccess; import com.azure.resourcemanager.storage.models.StorageAccount; import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.ValueSource; @@ -143,6 +144,7 @@ public void canPushDeployJar() throws Exception { } // test uses storage account key and connection string to configure the function app + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @LiveOnly @ParameterizedTest @ValueSource(booleans = { false, true }) @@ -232,6 +234,7 @@ public void canDeployFlexConsumptionFunctionApp(boolean pushDeploy) throws FileN // Flex does not support slot } + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @LiveOnly @ParameterizedTest @ValueSource(booleans = { false, true }) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java index 60864767628b..378e7017de94 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/ZipDeployTests.java @@ -16,6 +16,7 @@ import java.util.Map; import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; public class ZipDeployTests extends AppServiceTest { @@ -28,6 +29,7 @@ protected void initializeClients(HttpPipeline httpPipeline, AzureProfile profile super.initializeClients(httpPipeline, profile); } + @Disabled("Policy disallows create storage account with share keys. Function app would fail on this.") @Test @LiveOnly public void canZipDeployFunction() { From 8a44ce5e3425ba570103b6bc87fdc4eaa112a8b2 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Fri, 7 Nov 2025 00:41:59 +0800 Subject: [PATCH 17/25] similar to warDeploy, it needs larger sku to run reliably --- .../azure/resourcemanager/appservice/WebAppsMsiTests.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsMsiTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsMsiTests.java index 90794e7f28bb..0efaf2516e6c 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsMsiTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsMsiTests.java @@ -57,7 +57,7 @@ public void canCRUDWebAppWithMsi() throws Exception { .define(webappName1) .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) - .withNewWindowsPlan(PricingTier.BASIC_B1) + .withNewWindowsPlan(PricingTier.PREMIUM_P1V3) .withRemoteDebuggingEnabled(RemoteVisualStudioVersion.fromString("VS2022")) .withSystemAssignedManagedServiceIdentity() .withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole.CONTRIBUTOR) @@ -69,7 +69,7 @@ public void canCRUDWebAppWithMsi() throws Exception { AppServicePlan plan = appServiceManager.appServicePlans().getById(webApp.appServicePlanId()); Assertions.assertNotNull(plan); Assertions.assertEquals(Region.US_WEST3, plan.region()); - Assertions.assertEquals(PricingTier.BASIC_B1, plan.pricingTier()); + Assertions.assertEquals(PricingTier.PREMIUM_P1V3, plan.pricingTier()); Assertions.assertNotNull(webApp.systemAssignedManagedServiceIdentityPrincipalId()); Assertions.assertNotNull(webApp.systemAssignedManagedServiceIdentityTenantId()); @@ -124,7 +124,7 @@ public void canCRUDWebAppWithUserAssignedMsi() throws Exception { .define(webappName1) .withRegion(Region.US_WEST3) .withNewResourceGroup(rgName1) - .withNewWindowsPlan(PricingTier.BASIC_B1) + .withNewWindowsPlan(PricingTier.PREMIUM_P1V3) .withRemoteDebuggingEnabled(RemoteVisualStudioVersion.fromString("VS2022")) .withSystemAssignedManagedServiceIdentity() .withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole.CONTRIBUTOR) @@ -139,7 +139,7 @@ public void canCRUDWebAppWithUserAssignedMsi() throws Exception { AppServicePlan plan = appServiceManager.appServicePlans().getById(webApp.appServicePlanId()); Assertions.assertNotNull(plan); Assertions.assertEquals(Region.US_WEST3, plan.region()); - Assertions.assertEquals(PricingTier.BASIC_B1, plan.pricingTier()); + Assertions.assertEquals(PricingTier.PREMIUM_P1V3, plan.pricingTier()); Assertions.assertNotNull(webApp.systemAssignedManagedServiceIdentityPrincipalId()); Assertions.assertNotNull(webApp.systemAssignedManagedServiceIdentityTenantId()); Set identityIds = webApp.userAssignedManagedServiceIdentityIds(); From 7dbfcaa224ac60fc0e2f9e85353c54919079956b Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Fri, 7 Nov 2025 00:47:15 +0800 Subject: [PATCH 18/25] use one deploy to deploy war --- .../resourcemanager/appservice/WarDeployTests.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java index 1ddcd5f0d5d9..48e7096c6c42 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WarDeployTests.java @@ -5,6 +5,8 @@ import com.azure.core.http.HttpPipeline; import com.azure.core.http.rest.Response; +import com.azure.resourcemanager.appservice.models.DeployOptions; +import com.azure.resourcemanager.appservice.models.DeployType; import com.azure.resourcemanager.appservice.models.JavaVersion; import com.azure.resourcemanager.appservice.models.PricingTier; import com.azure.resourcemanager.appservice.models.WebApp; @@ -18,10 +20,8 @@ import com.azure.core.management.profile.AzureProfile; import com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerUtils; import org.junit.jupiter.api.Assertions; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; -@Disabled("App does not run after warDeploy") public class WarDeployTests extends AppServiceTest { private String webappName = ""; @@ -48,7 +48,7 @@ public void canDeployWar() throws Exception { Assertions.assertNotNull(webApp); if (!isPlaybackMode()) { - webApp.warDeploy(warFile); + webApp.deploy(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/ROOT")); ResourceManagerUtils.sleep(Duration.ofSeconds(60)); Response response = curl("https://" + webappName + "." + "azurewebsites.net"); @@ -73,9 +73,9 @@ public void canDeployMultipleWars() throws Exception { Assertions.assertNotNull(webApp); if (!isPlaybackMode()) { - webApp.warDeploy(warFile); + webApp.deploy(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/ROOT")); try (InputStream is = new FileInputStream(warFile)) { - webApp.warDeploy(is, warFile.length(), "app2"); + webApp.deploy(DeployType.WAR, is, warFile.length(), new DeployOptions().withPath("webapps/app2")); } ResourceManagerUtils.sleep(Duration.ofSeconds(60)); From 75f104c8ecc81d0f1bd94e29e8228efeca68bf76 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Fri, 7 Nov 2025 00:50:53 +0800 Subject: [PATCH 19/25] record --- sdk/appservice/azure-resourcemanager-appservice/assets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/assets.json b/sdk/appservice/azure-resourcemanager-appservice/assets.json index 3a527da7c456..914224f595f2 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/assets.json +++ b/sdk/appservice/azure-resourcemanager-appservice/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "java", "TagPrefix": "java/appservice/azure-resourcemanager-appservice", - "Tag": "java/appservice/azure-resourcemanager-appservice_f3cbc48481" + "Tag": "java/appservice/azure-resourcemanager-appservice_0fb1ada09b" } From 67cf73851ebe807b0503cd0a0870c6ef8d378362 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Fri, 7 Nov 2025 00:54:39 +0800 Subject: [PATCH 20/25] update javadoc to recommend call "deploy" instead of "warDeploy" --- .../appservice/models/DeploymentSlot.java | 16 ++++++++++++++++ .../appservice/models/WebApp.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/DeploymentSlot.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/DeploymentSlot.java index 0bf49c744fef..b7ae8424a181 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/DeploymentSlot.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/DeploymentSlot.java @@ -22,6 +22,8 @@ public interface DeploymentSlot /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code deploymentSlot.deploy(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/ROOT"))} * * @param warFile the WAR file to upload */ @@ -29,6 +31,8 @@ public interface DeploymentSlot /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code deploymentSlot.deployAsync(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/ROOT"))} * * @param warFile the WAR file to upload * @return a completable of the operation @@ -37,6 +41,8 @@ public interface DeploymentSlot /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code deploymentSlot.deploy(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/ROOT"))} * * @param warFile the WAR file to upload * @param length the length of the file @@ -45,6 +51,8 @@ public interface DeploymentSlot /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code deploymentSlot.deployAsync(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/ROOT"))} * * @param warFile the WAR file to upload * @param length the length of the file @@ -54,6 +62,8 @@ public interface DeploymentSlot /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code deploymentSlot.deploy(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/"))} * * @param warFile the WAR file to upload * @param appName the name of the app, default to "ROOT" when not provided @@ -62,6 +72,8 @@ public interface DeploymentSlot /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code deploymentSlot.deployAsync(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/"))} * * @param warFile the WAR file to upload * @param appName the name of the app, default to "ROOT" when not provided @@ -71,6 +83,8 @@ public interface DeploymentSlot /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code deploymentSlot.deploy(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/"))} * * @param warFile the WAR file to upload * @param length the length of the file @@ -80,6 +94,8 @@ public interface DeploymentSlot /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code deploymentSlot.deployAsync(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/"))} * * @param warFile the WAR file to upload * @param length the length of the file diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/WebApp.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/WebApp.java index 71413cd5f6dd..df9a2cc60fb4 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/WebApp.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/WebApp.java @@ -31,6 +31,8 @@ public interface WebApp /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code webApp.deploy(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/ROOT"))} * * @param warFile the WAR file to upload */ @@ -38,6 +40,8 @@ public interface WebApp /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code webApp.deployAsync(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/ROOT"))} * * @param warFile the WAR file to upload * @return a completable of the operation @@ -47,6 +51,8 @@ public interface WebApp /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. *

+ * It is recommended to call {@code webApp.deploy(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/ROOT"))} + *

* Retry by client is required if error happens, due to nature of the stream. * * @param warFile the WAR file to upload @@ -57,6 +63,8 @@ public interface WebApp /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. *

+ * It is recommended to call {@code webApp.deployAsync(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/ROOT"))} + *

* Retry by client is required if error happens, due to nature of the stream. * * @param warFile the WAR file to upload @@ -67,6 +75,8 @@ public interface WebApp /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code webApp.deploy(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/"))} * * @param warFile the WAR file to upload * @param appName the name of the app, default to "ROOT" when not provided @@ -75,6 +85,8 @@ public interface WebApp /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. + *

+ * It is recommended to call {@code webApp.deployAsync(DeployType.WAR, warFile, new DeployOptions().withPath("webapps/"))} * * @param warFile the WAR file to upload * @param appName the name of the app, default to "ROOT" when not provided @@ -85,6 +97,8 @@ public interface WebApp /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. *

+ * It is recommended to call {@code webApp.deploy(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/"))} + *

* Retry by client is required if error happens, due to nature of the stream. * * @param warFile the WAR file to upload @@ -96,6 +110,8 @@ public interface WebApp /** * Deploys a WAR file onto the Azure specialized Tomcat on this web app. *

+ * It is recommended to call {@code webApp.deployAsync(DeployType.WAR, warFile, length, new DeployOptions().withPath("webapps/"))} + *

* Retry by client is required if error happens, due to nature of the stream. * * @param warFile the WAR file to upload From 5f3982e1a4367aed66c59450b3b52355c4fab29e Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Fri, 7 Nov 2025 09:25:15 +0800 Subject: [PATCH 21/25] record --- sdk/appservice/azure-resourcemanager-appservice/assets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/assets.json b/sdk/appservice/azure-resourcemanager-appservice/assets.json index 914224f595f2..85f0a1b96747 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/assets.json +++ b/sdk/appservice/azure-resourcemanager-appservice/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "java", "TagPrefix": "java/appservice/azure-resourcemanager-appservice", - "Tag": "java/appservice/azure-resourcemanager-appservice_0fb1ada09b" + "Tag": "java/appservice/azure-resourcemanager-appservice_575cc6ce97" } From 9f75756f7fae60bf08741b9e0f09710d4eca6617 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Wed, 12 Nov 2025 16:01:25 +0800 Subject: [PATCH 22/25] regen --- .../fluent/models/SitePatchResourceInner.java | 50 ++++++++-------- .../SitePatchResourcePropertiesInner.java | 60 +++++++++---------- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourceInner.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourceInner.java index 0f06514e3d78..d8c429daca96 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourceInner.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourceInner.java @@ -834,6 +834,31 @@ public UUID inProgressOperationId() { return this.innerProperties() == null ? null : this.innerProperties().inProgressOperationId(); } + /** + * Get the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', + * 'Disabled' or an empty string. + * + * @return the publicNetworkAccess value. + */ + public String publicNetworkAccess() { + return this.innerProperties() == null ? null : this.innerProperties().publicNetworkAccess(); + } + + /** + * Set the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', + * 'Disabled' or an empty string. + * + * @param publicNetworkAccess the publicNetworkAccess value to set. + * @return the SitePatchResourceInner object itself. + */ + public SitePatchResourceInner withPublicNetworkAccess(String publicNetworkAccess) { + if (this.innerProperties() == null) { + this.innerProperties = new SitePatchResourcePropertiesInner(); + } + this.innerProperties().withPublicNetworkAccess(publicNetworkAccess); + return this; + } + /** * Get the storageAccountRequired property: Checks if Customer provided storage account is required. * @@ -909,31 +934,6 @@ public SitePatchResourceInner withVirtualNetworkSubnetId(String virtualNetworkSu return this; } - /** - * Get the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', - * 'Disabled' or an empty string. - * - * @return the publicNetworkAccess value. - */ - public String publicNetworkAccess() { - return this.innerProperties() == null ? null : this.innerProperties().publicNetworkAccess(); - } - - /** - * Set the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', - * 'Disabled' or an empty string. - * - * @param publicNetworkAccess the publicNetworkAccess value to set. - * @return the SitePatchResourceInner object itself. - */ - public SitePatchResourceInner withPublicNetworkAccess(String publicNetworkAccess) { - if (this.innerProperties() == null) { - this.innerProperties = new SitePatchResourcePropertiesInner(); - } - this.innerProperties().withPublicNetworkAccess(publicNetworkAccess); - return this; - } - /** * Validates the instance. * diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourcePropertiesInner.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourcePropertiesInner.java index 67280064fa3d..89fd39d775ca 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourcePropertiesInner.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/fluent/models/SitePatchResourcePropertiesInner.java @@ -245,6 +245,11 @@ public final class SitePatchResourcePropertiesInner implements JsonSerializable< */ private UUID inProgressOperationId; + /* + * Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string. + */ + private String publicNetworkAccess; + /* * Checks if Customer provided storage account is required */ @@ -263,11 +268,6 @@ public final class SitePatchResourcePropertiesInner implements JsonSerializable< */ private String virtualNetworkSubnetId; - /* - * Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string. - */ - private String publicNetworkAccess; - /** * Creates an instance of SitePatchResourcePropertiesInner class. */ @@ -915,6 +915,28 @@ public UUID inProgressOperationId() { return this.inProgressOperationId; } + /** + * Get the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', + * 'Disabled' or an empty string. + * + * @return the publicNetworkAccess value. + */ + public String publicNetworkAccess() { + return this.publicNetworkAccess; + } + + /** + * Set the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', + * 'Disabled' or an empty string. + * + * @param publicNetworkAccess the publicNetworkAccess value to set. + * @return the SitePatchResourcePropertiesInner object itself. + */ + public SitePatchResourcePropertiesInner withPublicNetworkAccess(String publicNetworkAccess) { + this.publicNetworkAccess = publicNetworkAccess; + return this; + } + /** * Get the storageAccountRequired property: Checks if Customer provided storage account is required. * @@ -981,28 +1003,6 @@ public SitePatchResourcePropertiesInner withVirtualNetworkSubnetId(String virtua return this; } - /** - * Get the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', - * 'Disabled' or an empty string. - * - * @return the publicNetworkAccess value. - */ - public String publicNetworkAccess() { - return this.publicNetworkAccess; - } - - /** - * Set the publicNetworkAccess property: Property to allow or block all public traffic. Allowed Values: 'Enabled', - * 'Disabled' or an empty string. - * - * @param publicNetworkAccess the publicNetworkAccess value to set. - * @return the SitePatchResourcePropertiesInner object itself. - */ - public SitePatchResourcePropertiesInner withPublicNetworkAccess(String publicNetworkAccess) { - this.publicNetworkAccess = publicNetworkAccess; - return this; - } - /** * Validates the instance. * @@ -1060,10 +1060,10 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException { jsonWriter.writeBooleanField("httpsOnly", this.httpsOnly); jsonWriter.writeStringField("redundancyMode", this.redundancyMode == null ? null : this.redundancyMode.toString()); + jsonWriter.writeStringField("publicNetworkAccess", this.publicNetworkAccess); jsonWriter.writeBooleanField("storageAccountRequired", this.storageAccountRequired); jsonWriter.writeStringField("keyVaultReferenceIdentity", this.keyVaultReferenceIdentity); jsonWriter.writeStringField("virtualNetworkSubnetId", this.virtualNetworkSubnetId); - jsonWriter.writeStringField("publicNetworkAccess", this.publicNetworkAccess); return jsonWriter.writeEndObject(); } @@ -1183,6 +1183,8 @@ public static SitePatchResourcePropertiesInner fromJson(JsonReader jsonReader) t } else if ("inProgressOperationId".equals(fieldName)) { deserializedSitePatchResourcePropertiesInner.inProgressOperationId = reader.getNullable(nonNullReader -> UUID.fromString(nonNullReader.getString())); + } else if ("publicNetworkAccess".equals(fieldName)) { + deserializedSitePatchResourcePropertiesInner.publicNetworkAccess = reader.getString(); } else if ("storageAccountRequired".equals(fieldName)) { deserializedSitePatchResourcePropertiesInner.storageAccountRequired = reader.getNullable(JsonReader::getBoolean); @@ -1190,8 +1192,6 @@ public static SitePatchResourcePropertiesInner fromJson(JsonReader jsonReader) t deserializedSitePatchResourcePropertiesInner.keyVaultReferenceIdentity = reader.getString(); } else if ("virtualNetworkSubnetId".equals(fieldName)) { deserializedSitePatchResourcePropertiesInner.virtualNetworkSubnetId = reader.getString(); - } else if ("publicNetworkAccess".equals(fieldName)) { - deserializedSitePatchResourcePropertiesInner.publicNetworkAccess = reader.getString(); } else { reader.skipChildren(); } From bfec9143f24c87e3984c4aec1c5430c71921354f Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Wed, 12 Nov 2025 17:51:57 +0800 Subject: [PATCH 23/25] Update CHANGELOG.md --- sdk/appservice/azure-resourcemanager-appservice/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/CHANGELOG.md b/sdk/appservice/azure-resourcemanager-appservice/CHANGELOG.md index 770b66ff8d3a..d66ca5a4f442 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/CHANGELOG.md +++ b/sdk/appservice/azure-resourcemanager-appservice/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 2.54.0 (2025-11-07) +## 2.54.0 (2025-11-13) ### Other Changes From 8f2d3e4f04599c00d5aeab752d3cd301388d25a0 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 13 Nov 2025 08:51:08 +0800 Subject: [PATCH 24/25] agent to fill the missing setters in impl --- .../appservice/implementation/WebAppBaseImpl.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java index 8bfb0e82a670..e08ea193e991 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java +++ b/sdk/appservice/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java @@ -832,6 +832,14 @@ public Mono updateResourceAsync() { siteUpdate.withHttpsOnly(siteInner.httpsOnly()); siteUpdate.withRedundancyMode(siteInner.redundancyMode()); siteUpdate.withPublicNetworkAccess(siteInner.publicNetworkAccess()); + siteUpdate.withDnsConfiguration(siteInner.dnsConfiguration()); + siteUpdate.withClientAffinityProxyEnabled(siteInner.clientAffinityProxyEnabled()); + siteUpdate.withClientCertMode(siteInner.clientCertMode()); + siteUpdate.withCustomDomainVerificationId(siteInner.customDomainVerificationId()); + siteUpdate.withStorageAccountRequired(siteInner.storageAccountRequired()); + siteUpdate.withKeyVaultReferenceIdentity(siteInner.keyVaultReferenceIdentity()); + siteUpdate.withVirtualNetworkSubnetId(siteInner.virtualNetworkSubnetId()); + // this code need to be updated when api-version upgrade this.webAppMsiHandler.handleExternalIdentities(siteUpdate); return submitSite(siteUpdate).map(siteInner1 -> { From a4bf31bcfde15c4e2f3549136e438829b653a7d7 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 13 Nov 2025 09:36:52 +0800 Subject: [PATCH 25/25] Update README.md --- sdk/appservice/azure-resourcemanager-appservice/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/appservice/azure-resourcemanager-appservice/README.md b/sdk/appservice/azure-resourcemanager-appservice/README.md index 961477f23b29..43424decb56c 100644 --- a/sdk/appservice/azure-resourcemanager-appservice/README.md +++ b/sdk/appservice/azure-resourcemanager-appservice/README.md @@ -18,7 +18,7 @@ For documentation on how to use this package, please see [Azure Management Libra com.azure.resourcemanager azure-resourcemanager-appservice - 2.24.0 + 2.54.0 ``` [//]: # ({x-version-update-end})