From 3edff75bca433d4e6b08a08133cd977f97adf4f3 Mon Sep 17 00:00:00 2001
From: Qi Pan <43341456+Pan-Qi@users.noreply.github.com>
Date: Thu, 24 Jul 2025 23:57:13 +1000
Subject: [PATCH 1/7] upgrade websites module to autorest v4
---
.../Websites.Autorest/Az.Websites.nuspec | 8 +-
.../Properties/AssemblyInfo.cs | 26 +
src/Websites/Websites.Autorest/README.md | 73 +--
.../custom/New-AzStaticWebApp.ps1 | 8 +-
.../Websites.Autorest/docs/Az.Websites.md | 163 -----
.../docs/Get-AzStaticWebApp.md | 191 ------
.../docs/Get-AzStaticWebAppBuild.md | 187 ------
.../docs/Get-AzStaticWebAppBuildAppSetting.md | 161 -----
.../docs/Get-AzStaticWebAppBuildFunction.md | 130 ----
...t-AzStaticWebAppBuildFunctionAppSetting.md | 161 -----
.../docs/Get-AzStaticWebAppConfiguredRole.md | 146 -----
.../docs/Get-AzStaticWebAppCustomDomain.md | 187 ------
.../docs/Get-AzStaticWebAppFunction.md | 110 ----
.../Get-AzStaticWebAppFunctionAppSetting.md | 146 -----
.../docs/Get-AzStaticWebAppSecret.md | 146 -----
.../docs/Get-AzStaticWebAppSetting.md | 146 -----
.../docs/Get-AzStaticWebAppUser.md | 161 -----
...t-AzStaticWebAppUserProvidedFunctionApp.md | 240 --------
.../docs/Get-AzWebAppContinuousWebJob.md | 205 -------
.../docs/Get-AzWebAppSlotContinuousWebJob.md | 221 -------
.../docs/Get-AzWebAppSlotTriggeredWebJob.md | 221 -------
.../Get-AzWebAppSlotTriggeredWebJobHistory.md | 235 -------
.../docs/Get-AzWebAppSlotWebJob.md | 134 ----
.../docs/Get-AzWebAppTriggeredWebJob.md | 205 -------
.../Get-AzWebAppTriggeredWebJobHistory.md | 219 -------
.../docs/Get-AzWebAppWebJob.md | 118 ----
.../docs/New-AzStaticWebApp.md | 576 ------------------
.../docs/New-AzStaticWebAppBuildAppSetting.md | 230 -------
...w-AzStaticWebAppBuildFunctionAppSetting.md | 230 -------
.../docs/New-AzStaticWebAppCustomDomain.md | 223 -------
.../New-AzStaticWebAppFunctionAppSetting.md | 215 -------
.../docs/New-AzStaticWebAppSetting.md | 215 -------
...ew-AzStaticWebAppUserRoleInvitationLink.md | 272 ---------
...r-AzStaticWebAppUserProvidedFunctionApp.md | 293 ---------
.../docs/Remove-AzStaticWebApp.md | 219 -------
...Remove-AzStaticWebAppAttachedRepository.md | 211 -------
.../docs/Remove-AzStaticWebAppBuild.md | 235 -------
.../docs/Remove-AzStaticWebAppCustomDomain.md | 235 -------
.../docs/Remove-AzStaticWebAppUser.md | 220 -------
.../docs/Remove-AzWebAppContinuousWebJob.md | 204 -------
.../Remove-AzWebAppSlotContinuousWebJob.md | 221 -------
.../Remove-AzWebAppSlotTriggeredWebJob.md | 221 -------
.../docs/Remove-AzWebAppTriggeredWebJob.md | 204 -------
.../docs/Reset-AzStaticWebAppApiKey.md | 235 -------
.../docs/Start-AzWebAppContinuousWebJob.md | 204 -------
.../Start-AzWebAppSlotContinuousWebJob.md | 221 -------
.../docs/Start-AzWebAppSlotTriggeredWebJob.md | 221 -------
.../docs/Start-AzWebAppTriggeredWebJob.md | 204 -------
.../docs/Stop-AzWebAppContinuousWebJob.md | 204 -------
.../docs/Stop-AzWebAppSlotContinuousWebJob.md | 221 -------
.../docs/Test-AzStaticWebAppCustomDomain.md | 265 --------
...taticWebAppBuildUserProvidedFunctionApp.md | 220 -------
...r-AzStaticWebAppUserProvidedFunctionApp.md | 205 -------
.../docs/Update-AzStaticWebApp.md | 484 ---------------
.../docs/Update-AzStaticWebAppUser.md | 246 --------
.../Websites.Autorest/examples/README.md | 11 +
.../Websites.Autorest/generate-info.json | 3 -
.../Websites.Autorest/resources/README.md | 11 +
58 files changed, 58 insertions(+), 11069 deletions(-)
create mode 100644 src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs
delete mode 100644 src/Websites/Websites.Autorest/docs/Az.Websites.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebApp.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuild.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildAppSetting.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunction.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunctionAppSetting.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppConfiguredRole.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppCustomDomain.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunction.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunctionAppSetting.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSecret.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSetting.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUser.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUserProvidedFunctionApp.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzWebAppContinuousWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotContinuousWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJobHistory.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJobHistory.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Get-AzWebAppWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/New-AzStaticWebApp.md
delete mode 100644 src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildAppSetting.md
delete mode 100644 src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildFunctionAppSetting.md
delete mode 100644 src/Websites/Websites.Autorest/docs/New-AzStaticWebAppCustomDomain.md
delete mode 100644 src/Websites/Websites.Autorest/docs/New-AzStaticWebAppFunctionAppSetting.md
delete mode 100644 src/Websites/Websites.Autorest/docs/New-AzStaticWebAppSetting.md
delete mode 100644 src/Websites/Websites.Autorest/docs/New-AzStaticWebAppUserRoleInvitationLink.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Register-AzStaticWebAppUserProvidedFunctionApp.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Remove-AzStaticWebApp.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Remove-AzStaticWebAppAttachedRepository.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Remove-AzStaticWebAppBuild.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Remove-AzStaticWebAppCustomDomain.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Remove-AzStaticWebAppUser.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Remove-AzWebAppContinuousWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Remove-AzWebAppSlotContinuousWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Remove-AzWebAppSlotTriggeredWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Remove-AzWebAppTriggeredWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Reset-AzStaticWebAppApiKey.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Start-AzWebAppContinuousWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Start-AzWebAppSlotContinuousWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Start-AzWebAppSlotTriggeredWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Start-AzWebAppTriggeredWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Stop-AzWebAppContinuousWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Stop-AzWebAppSlotContinuousWebJob.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Test-AzStaticWebAppCustomDomain.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Unregister-AzStaticWebAppBuildUserProvidedFunctionApp.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Unregister-AzStaticWebAppUserProvidedFunctionApp.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Update-AzStaticWebApp.md
delete mode 100644 src/Websites/Websites.Autorest/docs/Update-AzStaticWebAppUser.md
create mode 100644 src/Websites/Websites.Autorest/examples/README.md
delete mode 100644 src/Websites/Websites.Autorest/generate-info.json
create mode 100644 src/Websites/Websites.Autorest/resources/README.md
diff --git a/src/Websites/Websites.Autorest/Az.Websites.nuspec b/src/Websites/Websites.Autorest/Az.Websites.nuspec
index 752b43bab4ef..db4f88bb7b83 100644
--- a/src/Websites/Websites.Autorest/Az.Websites.nuspec
+++ b/src/Websites/Websites.Autorest/Az.Websites.nuspec
@@ -13,7 +13,7 @@
Microsoft Corporation. All rights reserved.
Azure ResourceManager ARM PSModule $(service-name)
-
+
@@ -23,9 +23,9 @@
-
-
-
+
+
+
diff --git a/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs b/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs
new file mode 100644
index 000000000000..8a0c6f67269a
--- /dev/null
+++ b/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs
@@ -0,0 +1,26 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the Apache License, Version 2.0 (the ""License"");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an ""AS IS"" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
+// is regenerated.
+
+using System;
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
+[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
+[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Websites")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")]
+[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
+[assembly: System.CLSCompliantAttribute(false)]
\ No newline at end of file
diff --git a/src/Websites/Websites.Autorest/README.md b/src/Websites/Websites.Autorest/README.md
index f1f61384484f..b44f82be5420 100644
--- a/src/Websites/Websites.Autorest/README.md
+++ b/src/Websites/Websites.Autorest/README.md
@@ -37,13 +37,6 @@ input-file:
title: Websites
module-version: 0.1.0
subject-prefix: $(service-name)
-identity-correction-for-post: true
-resourcegroup-append: true
-nested-object-to-string: true
-
-# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
-use-extension:
- "@autorest/powershell": "3.x"
directive:
#Modify operationId
@@ -206,70 +199,8 @@ directive:
verb: Unregister
subject: BuildUserProvidedFunctionApp
-# Remove variant
- # Following is two common directive which are normally required in all the RPs
- # 1. Remove the unexpanded parameter set
- # 2. For New-* cmdlets, ViaIdentity is not required, so CreateViaIdentityExpanded is removed as well
- - where:
- variant: ^CreateViaIdentityExpanded$|^Create$|^CreateViaIdentity$|^Update$|^UpdateViaIdentity$
- # We got to keep the Create variant of CustomDomain because it's special that it doesn't have a
- # CreateExpanded variant, because the only parameters are all in URL rather than request body
- subject: CustomDomain
-
- remove: true
- - where:
- verb: Test
- variant: ^Validate$|^ValidateViaIdentity$
- # We got to keep the Create variant of CustomDomain because it's special that it doesn't have a
- # CreateExpanded variant, because the only parameters are all in URL rather than request body
- subject: CustomDomain
- remove: true
-
- - where:
- variant: ^Create$|^CreateViaIdentity$|^Update$|^UpdateViaIdentity$
- # We got to keep the Create variant of CustomDomain because it's special that it doesn't have a
- # CreateExpanded variant, because the only parameters are all in URL rather than request body
- subject: BuildAppSetting
- remove: true
-
- - where:
- variant: ^Create$|^CreateViaIdentity$|^Update$|^UpdateViaIdentity$
- # We got to keep the Create variant of CustomDomain because it's special that it doesn't have a
- # CreateExpanded variant, because the only parameters are all in URL rather than request body
- subject: FunctionAppSetting
- remove: true
-
- - where:
- variant: ^Create$|^CreateViaIdentity$|^Update$|^UpdateViaIdentity$
- # We got to keep the Create variant of CustomDomain because it's special that it doesn't have a
- # CreateExpanded variant, because the only parameters are all in URL rather than request body
- subject: Setting
- remove: true
-
- - where:
- variant: ^Create$|^CreateViaIdentity$|^Update$|^UpdateViaIdentity$
- # We got to keep the Create variant of CustomDomain because it's special that it doesn't have a
- # CreateExpanded variant, because the only parameters are all in URL rather than request body
- subject: BuildFunctionAppSetting
- remove: true
-
- - where:
- variant: ^Create$|^CreateViaIdentity$|^Update$|^UpdateViaIdentity$
- # We got to keep the Create variant of CustomDomain because it's special that it doesn't have a
- # CreateExpanded variant, because the only parameters are all in URL rather than request body
- subject: UserRoleInvitationLink
- remove: true
-
- - where:
- verb: New
- subject: ^$
- variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$
- remove: true
-
- where:
- verb: Update
- subject: null
- variant: ^Update$|^UpdateViaIdentity$
+ variant: ^(Create|Update)(?!.*?(Expanded|JsonFilePath|JsonString))
remove: true
- where:
@@ -281,7 +212,7 @@ directive:
- where:
verb: Register
subject: UserProvidedFunctionApp
- variant: ^Register$|^Register1$|^RegisterViaIdentity$|^RegisterViaIdentity1$|^RegisterViaIdentityExpanded$|^RegisterViaIdentityExpanded1$
+ variant: ^Register(?!.*?(JsonFilePath|JsonString))
remove: true
# Rename parameters
diff --git a/src/Websites/Websites.Autorest/custom/New-AzStaticWebApp.ps1 b/src/Websites/Websites.Autorest/custom/New-AzStaticWebApp.ps1
index da170a4ee184..4408d9189fb2 100644
--- a/src/Websites/Websites.Autorest/custom/New-AzStaticWebApp.ps1
+++ b/src/Websites/Websites.Autorest/custom/New-AzStaticWebApp.ps1
@@ -28,7 +28,7 @@ PS C:\> {{ Add code here }}
{{ Add output here }}
.Outputs
-Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource
+Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IStaticSiteArmResource
.Notes
COMPLEX PARAMETER PROPERTIES
@@ -42,7 +42,7 @@ SKUCAPABILITY : Capabilities of the SKU, e.g., is traffic manager
https://learn.microsoft.com/powershell/module/az.websites/new-azstaticwebapp
#>
function New-AzStaticWebApp {
-[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource])]
+[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IStaticSiteArmResource])]
[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
@@ -135,7 +135,7 @@ param(
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Category('Body')]
- [Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IManagedServiceIdentityUserAssignedIdentities]))]
+ [Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IManagedServiceIdentityUserAssignedIdentities]))]
[System.Collections.Hashtable]
# The list of user assigned identities associated with the resource.
# The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
@@ -187,7 +187,7 @@ param(
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Category('Body')]
- [Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResourceTags]))]
+ [Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IResourceTags]))]
[System.Collections.Hashtable]
# Resource tags.
${Tag},
diff --git a/src/Websites/Websites.Autorest/docs/Az.Websites.md b/src/Websites/Websites.Autorest/docs/Az.Websites.md
deleted file mode 100644
index 84275c1fda26..000000000000
--- a/src/Websites/Websites.Autorest/docs/Az.Websites.md
+++ /dev/null
@@ -1,163 +0,0 @@
----
-Module Name: Az.Websites
-Module Guid: e2ccd5b0-af3a-415f-82ed-b9a388aeed61
-Download Help Link: https://learn.microsoft.com/powershell/module/az.websites
-Help Version: 1.0.0.0
-Locale: en-US
----
-
-# Az.Websites Module
-## Description
-Microsoft Azure PowerShell: Websites cmdlets
-
-## Az.Websites Cmdlets
-### [Get-AzStaticWebApp](Get-AzStaticWebApp.md)
-Description for Gets the details of a static site.
-
-### [Get-AzStaticWebAppBuild](Get-AzStaticWebAppBuild.md)
-Description for Gets the details of a static site build.
-
-### [Get-AzStaticWebAppBuildAppSetting](Get-AzStaticWebAppBuildAppSetting.md)
-Description for Gets the application settings of a static site build.
-
-### [Get-AzStaticWebAppBuildFunction](Get-AzStaticWebAppBuildFunction.md)
-Description for Gets the functions of a particular static site build.
-
-### [Get-AzStaticWebAppBuildFunctionAppSetting](Get-AzStaticWebAppBuildFunctionAppSetting.md)
-Description for Gets the application settings of a static site build.
-
-### [Get-AzStaticWebAppConfiguredRole](Get-AzStaticWebAppConfiguredRole.md)
-Description for Lists the roles configured for the static site.
-
-### [Get-AzStaticWebAppCustomDomain](Get-AzStaticWebAppCustomDomain.md)
-Description for Gets an existing custom domain for a particular static site.
-
-### [Get-AzStaticWebAppFunction](Get-AzStaticWebAppFunction.md)
-Description for Gets the functions of a static site.
-
-### [Get-AzStaticWebAppFunctionAppSetting](Get-AzStaticWebAppFunctionAppSetting.md)
-Description for Gets the application settings of a static site.
-
-### [Get-AzStaticWebAppSecret](Get-AzStaticWebAppSecret.md)
-Description for Lists the secrets for an existing static site.
-
-### [Get-AzStaticWebAppSetting](Get-AzStaticWebAppSetting.md)
-Description for Gets the application settings of a static site.
-
-### [Get-AzStaticWebAppUser](Get-AzStaticWebAppUser.md)
-Description for Gets the list of users of a static site.
-
-### [Get-AzStaticWebAppUserProvidedFunctionApp](Get-AzStaticWebAppUserProvidedFunctionApp.md)
-Description for Gets the details of the user provided function app registered with a static site build
-
-### [Get-AzWebAppContinuousWebJob](Get-AzWebAppContinuousWebJob.md)
-Get or list continuous web for an app.
-
-### [Get-AzWebAppSlotContinuousWebJob](Get-AzWebAppSlotContinuousWebJob.md)
-Get or list continuous web for a deployment slot.
-
-### [Get-AzWebAppSlotTriggeredWebJob](Get-AzWebAppSlotTriggeredWebJob.md)
-Get or list triggered web for a deployment slot.
-
-### [Get-AzWebAppSlotTriggeredWebJobHistory](Get-AzWebAppSlotTriggeredWebJobHistory.md)
-Get or list triggered web job's history for a deployment slot.
-
-### [Get-AzWebAppSlotWebJob](Get-AzWebAppSlotWebJob.md)
-List webjobs for a deployment slot.
-
-### [Get-AzWebAppTriggeredWebJob](Get-AzWebAppTriggeredWebJob.md)
-Get or list triggered web for an app.
-
-### [Get-AzWebAppTriggeredWebJobHistory](Get-AzWebAppTriggeredWebJobHistory.md)
-Get or list triggered web job's history for an app.
-
-### [Get-AzWebAppWebJob](Get-AzWebAppWebJob.md)
-List webjobs for an app.
-
-### [New-AzStaticWebApp](New-AzStaticWebApp.md)
-Description for Creates a new static site in an existing resource group, or updates an existing static site.
-
-### [New-AzStaticWebAppBuildAppSetting](New-AzStaticWebAppBuildAppSetting.md)
-Description for Creates or updates the app settings of a static site build.
-
-### [New-AzStaticWebAppBuildFunctionAppSetting](New-AzStaticWebAppBuildFunctionAppSetting.md)
-Description for Creates or updates the function app settings of a static site build.
-
-### [New-AzStaticWebAppCustomDomain](New-AzStaticWebAppCustomDomain.md)
-Description for Creates a new static site custom domain in an existing resource group and static site.
-
-### [New-AzStaticWebAppFunctionAppSetting](New-AzStaticWebAppFunctionAppSetting.md)
-Description for Creates or updates the function app settings of a static site.
-
-### [New-AzStaticWebAppSetting](New-AzStaticWebAppSetting.md)
-Description for Creates or updates the app settings of a static site.
-
-### [New-AzStaticWebAppUserRoleInvitationLink](New-AzStaticWebAppUserRoleInvitationLink.md)
-Description for Creates an invitation link for a user with the role
-
-### [Register-AzStaticWebAppUserProvidedFunctionApp](Register-AzStaticWebAppUserProvidedFunctionApp.md)
-Description for Register a user provided function app with a static site build
-
-### [Remove-AzStaticWebApp](Remove-AzStaticWebApp.md)
-Description for Deletes a static site.
-
-### [Remove-AzStaticWebAppAttachedRepository](Remove-AzStaticWebAppAttachedRepository.md)
-Description for Detaches a static site.
-
-### [Remove-AzStaticWebAppBuild](Remove-AzStaticWebAppBuild.md)
-Description for Deletes a static site build.
-
-### [Remove-AzStaticWebAppCustomDomain](Remove-AzStaticWebAppCustomDomain.md)
-Description for Deletes a custom domain.
-
-### [Remove-AzStaticWebAppUser](Remove-AzStaticWebAppUser.md)
-Description for Deletes the user entry from the static site.
-
-### [Remove-AzWebAppContinuousWebJob](Remove-AzWebAppContinuousWebJob.md)
-Delete a continuous web job for an app.
-
-### [Remove-AzWebAppSlotContinuousWebJob](Remove-AzWebAppSlotContinuousWebJob.md)
-Delete a continuous web job for a deployment slot.
-
-### [Remove-AzWebAppSlotTriggeredWebJob](Remove-AzWebAppSlotTriggeredWebJob.md)
-Delete a triggered web job for a deployment slot.
-
-### [Remove-AzWebAppTriggeredWebJob](Remove-AzWebAppTriggeredWebJob.md)
-Delete a triggered web job for an app.
-
-### [Reset-AzStaticWebAppApiKey](Reset-AzStaticWebAppApiKey.md)
-Description for Resets the api key for an existing static site.
-
-### [Start-AzWebAppContinuousWebJob](Start-AzWebAppContinuousWebJob.md)
-Start a continuous web job for an app.
-
-### [Start-AzWebAppSlotContinuousWebJob](Start-AzWebAppSlotContinuousWebJob.md)
-Start a continuous web job for a deployment slot.
-
-### [Start-AzWebAppSlotTriggeredWebJob](Start-AzWebAppSlotTriggeredWebJob.md)
-Run a triggered web job for a deployment slot.
-
-### [Start-AzWebAppTriggeredWebJob](Start-AzWebAppTriggeredWebJob.md)
-Run a triggered web job for an app.
-
-### [Stop-AzWebAppContinuousWebJob](Stop-AzWebAppContinuousWebJob.md)
-Stop a continuous web job for an app.
-
-### [Stop-AzWebAppSlotContinuousWebJob](Stop-AzWebAppSlotContinuousWebJob.md)
-Stop a continuous web job for a deployment slot.
-
-### [Test-AzStaticWebAppCustomDomain](Test-AzStaticWebAppCustomDomain.md)
-Description for Validates a particular custom domain can be added to a static site.
-
-### [Unregister-AzStaticWebAppBuildUserProvidedFunctionApp](Unregister-AzStaticWebAppBuildUserProvidedFunctionApp.md)
-Description for Detach the user provided function app from the static site build
-
-### [Unregister-AzStaticWebAppUserProvidedFunctionApp](Unregister-AzStaticWebAppUserProvidedFunctionApp.md)
-Description for Detach the user provided function app from the static site
-
-### [Update-AzStaticWebApp](Update-AzStaticWebApp.md)
-Description for Creates a new static site in an existing resource group, or updates an existing static site.
-
-### [Update-AzStaticWebAppUser](Update-AzStaticWebAppUser.md)
-Description for Updates a user entry with the listed roles
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebApp.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebApp.md
deleted file mode 100644
index 98a9b1fe0147..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebApp.md
+++ /dev/null
@@ -1,191 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebapp
-schema: 2.0.0
----
-
-# Get-AzStaticWebApp
-
-## SYNOPSIS
-Description for Gets the details of a static site.
-
-## SYNTAX
-
-### List (Default)
-```
-Get-AzStaticWebApp [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-### Get
-```
-Get-AzStaticWebApp -Name -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] []
-```
-
-### GetViaIdentity
-```
-Get-AzStaticWebApp -InputObject [-DefaultProfile ] []
-```
-
-### List1
-```
-Get-AzStaticWebApp -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ]
- []
-```
-
-## DESCRIPTION
-Description for Gets the details of a static site.
-
-## EXAMPLES
-
-### Example 1: List all static web applications under a subscription
-```powershell
-Get-AzStaticWebApp
-```
-
-```output
-Kind Location Name Type
----- -------- ---- ----
- Central US staticweb-portal04 Microsoft.Web/staticSites
- East US 2 staticweb-portal02 Microsoft.Web/staticSites
-```
-
-This commands list all static web applications under a subscription.
-
-### Example 2: List all static web applications under a resource group
-```powershell
-Get-AzStaticWebApp -ResourceGroupName azure-rg-test
-```
-
-```output
-Kind Location Name Type
----- -------- ---- ----
- Central US staticweb-portal04 Microsoft.Web/staticSites
- East US 2 staticweb-portal02 Microsoft.Web/staticSites
-```
-
-This commands list all static web applications under a resource group.
-
-### Example 3: Get a static web application by name
-```powershell
-Get-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-portal04
-```
-
-```output
-Kind Location Name Type
----- -------- ---- ----
- Central US staticweb-portal04 Microsoft.Web/staticSites
-```
-
-This commands gets a static web application by name.
-
-### Example 4: Get a static web application by pipeline
-```powershell
-New-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-pwsh01 -Location eastus2 -RepositoryUrl 'https://github.com/username/RepoName' -RepositoryToken 'repoToken123' -Branch 'master' -AppLocation 'Client' -ApiLocation 'Api' -OutputLocation 'wwwroot' -SkuName 'free' | Get-AzStaticWebApp
-```
-
-```output
-Kind Location Name Type
----- -------- ---- ----
- Central US staticweb-portal04 Microsoft.Web/staticSites
-```
-
-This commands gets a static web application by pipeline.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: Get
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List1
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List, List1
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuild.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuild.md
deleted file mode 100644
index ab43028ab87d..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuild.md
+++ /dev/null
@@ -1,187 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappbuild
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppBuild
-
-## SYNOPSIS
-Description for Gets the details of a static site build.
-
-## SYNTAX
-
-### List (Default)
-```
-Get-AzStaticWebAppBuild -Name -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] []
-```
-
-### Get
-```
-Get-AzStaticWebAppBuild -EnvironmentName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-### GetViaIdentity
-```
-Get-AzStaticWebAppBuild -InputObject [-DefaultProfile ] []
-```
-
-## DESCRIPTION
-Description for Gets the details of a static site build.
-
-## EXAMPLES
-
-### Example 1: List all builds under a static web app
-```powershell
-Get-AzStaticWebAppBuild -ResourceGroupName azure-rg-test -Name staticweb-portal04
-```
-
-```output
-Kind Name Type
----- ---- ----
- default Microsoft.Web/staticSites/builds
-```
-
-This command list all builds under a static web app.
-Automatically create a new build in static web app When creating a new pull request for branch.
-
-### Example 2: Get the details of a static site build
-```powershell
-Get-AzStaticWebAppBuild -ResourceGroupName azure-rg-test -Name staticweb-portal04 -EnvironmentName 'default'
-```
-
-```output
-Kind Name Type
----- ---- ----
- default Microsoft.Web/staticSites/builds
-```
-
-This command gets the details of a static site build.
-
-### Example 3: Get the details of a static site build pipeline
-```powershell
-Get-AzStaticWebAppBuild -ResourceGroupName azure-rg-test -Name staticweb-portal04 | Get-AzStaticWebAppBuild
-```
-
-```output
-Kind Name Type
----- ---- ----
- default Microsoft.Web/staticSites/builds
-```
-
-This command gets the details of a static site build by pipeline.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -EnvironmentName
-The stage site identifier.
-
-```yaml
-Type: System.String
-Parameter Sets: Get
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildAppSetting.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildAppSetting.md
deleted file mode 100644
index 47b0ffb8b3b1..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildAppSetting.md
+++ /dev/null
@@ -1,161 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappbuildappsetting
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppBuildAppSetting
-
-## SYNOPSIS
-Description for Gets the application settings of a static site build.
-
-## SYNTAX
-
-```
-Get-AzStaticWebAppBuildAppSetting -EnvironmentName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] []
-```
-
-## DESCRIPTION
-Description for Gets the application settings of a static site build.
-
-## EXAMPLES
-
-### Example 1: Get the application settings of a static web build
-```powershell
-Get-AzStaticWebAppBuildAppSetting -ResourceGroupName azure-rg-test -Name staticweb-portal04 -EnvironmentName 'default'
-```
-
-```output
-Kind Name Type
----- ---- ----
- appsettings Microsoft.Web/staticSites/builds/config
-```
-
-This command gets the application settings of a static web build.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -EnvironmentName
-The stage site identifier.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Confirm
-Prompts you for confirmation before running the cmdlet.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: cf
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -WhatIf
-Shows what would happen if the cmdlet runs.
-The cmdlet is not run.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: wi
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunction.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunction.md
deleted file mode 100644
index 1b8af5c0a2d5..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunction.md
+++ /dev/null
@@ -1,130 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappbuildfunction
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppBuildFunction
-
-## SYNOPSIS
-Description for Gets the functions of a particular static site build.
-
-## SYNTAX
-
-```
-Get-AzStaticWebAppBuildFunction -EnvironmentName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-## DESCRIPTION
-Description for Gets the functions of a particular static site build.
-
-## EXAMPLES
-
-### Example 1: List all functions of a particular static site build
-```powershell
-Get-AzStaticWebAppBuildFunction -ResourceGroupName lucas-rg-test -Name staticweb-portal04 -EnvironmentName 'default'
-```
-
-```output
-Kind Name Type
----- ---- ----
- WeatherForecast Microsoft.Web/staticSites/builds/functions
-```
-
-This command lists all functions of a particular static site build.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -EnvironmentName
-The stage site identifier.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunctionAppSetting.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunctionAppSetting.md
deleted file mode 100644
index c17031a23d56..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunctionAppSetting.md
+++ /dev/null
@@ -1,161 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappbuildfunctionappsetting
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppBuildFunctionAppSetting
-
-## SYNOPSIS
-Description for Gets the application settings of a static site build.
-
-## SYNTAX
-
-```
-Get-AzStaticWebAppBuildFunctionAppSetting -EnvironmentName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] []
-```
-
-## DESCRIPTION
-Description for Gets the application settings of a static site build.
-
-## EXAMPLES
-
-### Example 1: List all application settings of a static site build
-```powershell
-Get-AzStaticWebAppBuildFunctionAppSetting -ResourceGroupName azure-rg-test -Name staticweb-portal04 -EnvironmentName 'default'
-```
-
-```output
-Kind Name Type
----- ---- ----
- appsettings Microsoft.Web/staticSites/builds/config/functionappsettings
-```
-
-This command lists all application settings of a static site build.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -EnvironmentName
-The stage site identifier.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Confirm
-Prompts you for confirmation before running the cmdlet.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: cf
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -WhatIf
-Shows what would happen if the cmdlet runs.
-The cmdlet is not run.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: wi
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppConfiguredRole.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppConfiguredRole.md
deleted file mode 100644
index 34a1f6d709e2..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppConfiguredRole.md
+++ /dev/null
@@ -1,146 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappconfiguredrole
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppConfiguredRole
-
-## SYNOPSIS
-Description for Lists the roles configured for the static site.
-
-## SYNTAX
-
-```
-Get-AzStaticWebAppConfiguredRole -Name -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] [-Confirm] [-WhatIf] []
-```
-
-## DESCRIPTION
-Description for Lists the roles configured for the static site.
-
-## EXAMPLES
-
-### Example 1: Lists the roles configured for the static site
-```powershell
-Get-AzStaticWebAppConfiguredRole -ResourceGroupName azure-rg-test -Name staticweb-portal04
-```
-
-```output
-Kind Name Type Property
----- ---- ---- --------
- configuredRoles Microsoft.Web/staticSites/configuredRoles {anonymous, authenticated}
-```
-
-This command lists the roles configured for the static site.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Confirm
-Prompts you for confirmation before running the cmdlet.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: cf
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -WhatIf
-Shows what would happen if the cmdlet runs.
-The cmdlet is not run.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: wi
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringList
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppCustomDomain.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppCustomDomain.md
deleted file mode 100644
index d7d3922ce870..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppCustomDomain.md
+++ /dev/null
@@ -1,187 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappcustomdomain
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppCustomDomain
-
-## SYNOPSIS
-Description for Gets an existing custom domain for a particular static site.
-
-## SYNTAX
-
-### List (Default)
-```
-Get-AzStaticWebAppCustomDomain -Name -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] []
-```
-
-### Get
-```
-Get-AzStaticWebAppCustomDomain -DomainName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-### GetViaIdentity
-```
-Get-AzStaticWebAppCustomDomain -InputObject [-DefaultProfile ]
- []
-```
-
-## DESCRIPTION
-Description for Gets an existing custom domain for a particular static site.
-
-## EXAMPLES
-
-### Example 1: List all existing custom domains for a particular static site
-```powershell
-Get-AzStaticWebAppCustomDomain -ResourceGroupName azure-rg-test -Name staticweb00
-```
-
-```output
-Kind Name Type
----- ---- ----
- www01.azpstest.net Microsoft.Web/staticSites/customDomains
-```
-
-This command lists all existing custom domains for a particular static site.
-
-### Example 2: Get an existing custom domain for a particular static site
-```powershell
-Get-AzStaticWebAppCustomDomain -ResourceGroupName azure-rg-test -Name staticweb00 -DomainName 'www02.azpstest.net'
-```
-
-```output
-Kind Name Type
----- ---- ----
- www02.azpstest.net Microsoft.Web/staticSites/customDomains
-```
-
-This command gets an existing custom domain for a particular static site.
-
-### Example 3: Get an existing custom domain for a particular static site by pipeline
-```powershell
-New-AzStaticWebAppCustomDomain -ResourceGroupName azure-rg-test -Name staticweb00 -DomainName 'www02.azpstest.net' | Get-AzStaticWebAppCustomDomain
-```
-
-```output
-Kind Name Type
----- ---- ----
- www02.azpstest.net Microsoft.Web/staticSites/customDomains
-```
-
-This command gets an existing custom domain for a particular static site by pipeline.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DomainName
-The custom domain name.
-
-```yaml
-Type: System.String
-Parameter Sets: Get
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site resource to search in.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunction.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunction.md
deleted file mode 100644
index a0a604610d5a..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunction.md
+++ /dev/null
@@ -1,110 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappfunction
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppFunction
-
-## SYNOPSIS
-Description for Gets the functions of a static site.
-
-## SYNTAX
-
-```
-Get-AzStaticWebAppFunction -Name -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] []
-```
-
-## DESCRIPTION
-Description for Gets the functions of a static site.
-
-## EXAMPLES
-
-### Example 1: Get the functions of a static site
-```powershell
-Get-AzStaticWebAppFunction -ResourceGroupName azure-rg-test -Name staticweb-portal04
-
-```
-
-This command get the functions of a static site.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunctionAppSetting.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunctionAppSetting.md
deleted file mode 100644
index f8c51977836f..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunctionAppSetting.md
+++ /dev/null
@@ -1,146 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappfunctionappsetting
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppFunctionAppSetting
-
-## SYNOPSIS
-Description for Gets the application settings of a static site.
-
-## SYNTAX
-
-```
-Get-AzStaticWebAppFunctionAppSetting -Name -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] [-Confirm] [-WhatIf] []
-```
-
-## DESCRIPTION
-Description for Gets the application settings of a static site.
-
-## EXAMPLES
-
-### Example 1: Get the application settings of a static site
-```powershell
-Get-AzStaticWebAppFunctionAppSetting -ResourceGroupName azure-rg-test -Name staticweb-portal04
-```
-
-```output
-Kind Name Type
----- ---- ----
- appsettings Microsoft.Web/staticSites/config/functionappsettings
-```
-
-This command gets the application settings of a static site.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Confirm
-Prompts you for confirmation before running the cmdlet.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: cf
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -WhatIf
-Shows what would happen if the cmdlet runs.
-The cmdlet is not run.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: wi
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSecret.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSecret.md
deleted file mode 100644
index 1c3910e542bb..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSecret.md
+++ /dev/null
@@ -1,146 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappsecret
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppSecret
-
-## SYNOPSIS
-Description for Lists the secrets for an existing static site.
-
-## SYNTAX
-
-```
-Get-AzStaticWebAppSecret -Name -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] [-Confirm] [-WhatIf] []
-```
-
-## DESCRIPTION
-Description for Lists the secrets for an existing static site.
-
-## EXAMPLES
-
-### Example 1: List the secrets for an existing static site
-```powershell
-Get-AzStaticWebAppSecret -ResourceGroupName resourceGroup -Name staticweb-portal04
-```
-
-```output
-Kind Name Type
----- ---- ----
- secrets Microsoft.Web/staticSites/secrets
-```
-
-This command lists the secrets for an existing static site.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Confirm
-Prompts you for confirmation before running the cmdlet.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: cf
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -WhatIf
-Shows what would happen if the cmdlet runs.
-The cmdlet is not run.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: wi
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSetting.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSetting.md
deleted file mode 100644
index 68bd3f9c810a..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSetting.md
+++ /dev/null
@@ -1,146 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappsetting
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppSetting
-
-## SYNOPSIS
-Description for Gets the application settings of a static site.
-
-## SYNTAX
-
-```
-Get-AzStaticWebAppSetting -Name -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] [-Confirm] [-WhatIf] []
-```
-
-## DESCRIPTION
-Description for Gets the application settings of a static site.
-
-## EXAMPLES
-
-### Example 1: Get the application settings of a static site
-```powershell
-Get-AzStaticWebAppSetting -ResourceGroupName resourceGroup -Name staticweb00
-```
-
-```output
-Kind Name Type
----- ---- ----
- appsettings Microsoft.Web/staticSites/config
-```
-
-This command gets the application settings of a static site.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Confirm
-Prompts you for confirmation before running the cmdlet.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: cf
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -WhatIf
-Shows what would happen if the cmdlet runs.
-The cmdlet is not run.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: wi
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUser.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUser.md
deleted file mode 100644
index b3fe21760ebc..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUser.md
+++ /dev/null
@@ -1,161 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappuser
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppUser
-
-## SYNOPSIS
-Description for Gets the list of users of a static site.
-
-## SYNTAX
-
-```
-Get-AzStaticWebAppUser -AuthProvider -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] []
-```
-
-## DESCRIPTION
-Description for Gets the list of users of a static site.
-
-## EXAMPLES
-
-### Example 1: Get the list of users of a static site
-```powershell
-Get-AzStaticWebAppUser -ResourceGroupName azure-rg-test -Name staticweb-portal04 -Authprovider all
-```
-
-```output
-Kind Name Type
----- ---- ----
- c387198f0a7f44748184c9da92cbe241 Microsoft.Web/staticSites/users
-```
-
-This command gets the list of users of a static site.
-
-## PARAMETERS
-
-### -AuthProvider
-The auth provider for the users.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Confirm
-Prompts you for confirmation before running the cmdlet.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: cf
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -WhatIf
-Shows what would happen if the cmdlet runs.
-The cmdlet is not run.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: wi
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResource
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUserProvidedFunctionApp.md b/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUserProvidedFunctionApp.md
deleted file mode 100644
index 0d81a5cbc38b..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUserProvidedFunctionApp.md
+++ /dev/null
@@ -1,240 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azstaticwebappuserprovidedfunctionapp
-schema: 2.0.0
----
-
-# Get-AzStaticWebAppUserProvidedFunctionApp
-
-## SYNOPSIS
-Description for Gets the details of the user provided function app registered with a static site build
-
-## SYNTAX
-
-### List1 (Default)
-```
-Get-AzStaticWebAppUserProvidedFunctionApp -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-### Get
-```
-Get-AzStaticWebAppUserProvidedFunctionApp -EnvironmentName -FunctionAppName -Name
- -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-### GetViaIdentity
-```
-Get-AzStaticWebAppUserProvidedFunctionApp -InputObject [-DefaultProfile ]
- []
-```
-
-### List
-```
-Get-AzStaticWebAppUserProvidedFunctionApp -EnvironmentName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-### List2
-```
-Get-AzStaticWebAppUserProvidedFunctionApp -FunctionAppName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-## DESCRIPTION
-Description for Gets the details of the user provided function app registered with a static site build
-
-## EXAMPLES
-
-### Example 1: List the details of the user provided function apps registered with a static site
-```powershell
-Get-AzStaticWebAppUserProvidedFunctionApp -ResourceGroupName resourceGroup -Name staticweb00
-```
-
-```output
-Kind Name Type
----- ---- ----
- functionApp-5enjko Microsoft.Web/staticSites/userProvidedFunctionApps
-```
-
-This command lists the details of the user provided function apps registered with a static site
-
-### Example 2: List the details of the user provided function apps registered with a static site build
-```powershell
-Get-AzStaticWebAppUserProvidedFunctionApp -ResourceGroupName resourceGroup -Name staticweb00 -EnvironmentName 'default'
-```
-
-```output
-Kind Name Type
----- ---- ----
- functionApp-5enjko Microsoft.Web/staticSites/builds/userProvidedFunctionApps
-```
-
-This command lists the details of the user provided function apps registered with a static site build.
-
-### Example 3: List the details of the user provided function apps registered
-```powershell
-Get-AzStaticWebAppUserProvidedFunctionApp -ResourceGroupName resourceGroup -Name staticweb00 -FunctionAppName $env.functionAppName01
-```
-
-```output
-Kind Name Type
----- ---- ----
- functionApp-5enjko Microsoft.Web/staticSites/builds/userProvidedFunctionApps
-```
-
-This command lists the details of the user provided function apps registered.
-
-### Example 4: Get the details of the user provided function app registered with a static site build
-```powershell
-Get-AzStaticWebAppUserProvidedFunctionApp -ResourceGroupName resourceGroup -Name staticweb00 -EnvironmentName 'default' -FunctionAppName $env.functionAppName01
-```
-
-```output
-Kind Name Type
----- ---- ----
- functionApp-5enjko Microsoft.Web/staticSites/builds/userProvidedFunctionApps
-```
-
-This command gets the details of the user provided function app registered with a static site build.
-
-### Example 5: Get the details of the user provided function apps registered with a static site build by pipeline
-```powershell
-Register-AzStaticWebAppUserProvidedFunctionApp -ResourceGroupName lucas-rg-test -Name staticweb-pwsh02 -FunctionAppName functionapp-portal02 -FunctionAppResourceId '/subscriptions/xxxxxx-xx-xxx-xxxx-xxxxx/resourcegroups/xxx-xx-xxxx/providers/Microsoft.Web/sites/functionapp-portal02' -FunctionAppRegion 'Central US' -EnvironmentName 5 | Get-AzStaticWebAppUserProvidedFunctionApp
-```
-
-```output
-Kind Name Type
----- ---- ----
- functionApp-5enjko Microsoft.Web/staticSites/builds/userProvidedFunctionApps
-```
-
-This command gets the details of the user provided function app registered with a static site build by pipeline.
-
-## PARAMETERS
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -EnvironmentName
-The stage site identifier.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -FunctionAppName
-Name of the function app registered with the static site build.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List2
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List, List1, List2
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List, List1, List2
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List, List1, List2
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionAppArmResource
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzWebAppContinuousWebJob.md b/src/Websites/Websites.Autorest/docs/Get-AzWebAppContinuousWebJob.md
deleted file mode 100644
index d563d0d94456..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzWebAppContinuousWebJob.md
+++ /dev/null
@@ -1,205 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azwebappcontinuouswebjob
-schema: 2.0.0
----
-
-# Get-AzWebAppContinuousWebJob
-
-## SYNOPSIS
-Get or list continuous web for an app.
-
-## SYNTAX
-
-### List (Default)
-```
-Get-AzWebAppContinuousWebJob -AppName -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] []
-```
-
-### Get
-```
-Get-AzWebAppContinuousWebJob -AppName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] [-PassThru] []
-```
-
-### GetViaIdentity
-```
-Get-AzWebAppContinuousWebJob -InputObject [-DefaultProfile ] [-PassThru]
- []
-```
-
-## DESCRIPTION
-Get or list continuous web for an app.
-
-## EXAMPLES
-
-### Example 1: List continuous webs for an app
-```powershell
-Get-AzWebAppContinuousWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/continuousjob-01 webjob-rg-test
-appService-test01/continuousjob-02 webjob-rg-test
-```
-
-This command lists continuous webs for an app.
-
-### Example 2: Get continuous web for an app
-```powershell
-Get-AzWebAppContinuousWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -Name continuousjob-01
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/continuousjob-01 webjob-rg-test
-```
-
-This command gets continuous web for an app.
-
-### Example 3: Get continuous web for an app by pipeline
-```powershell
-$webjob = Get-AzWebAppContinuousWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -Name continuousjob-01
-Start-AzWebAppContinuousWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -Name continuousjob-01
-$webjob.Id | Get-AzWebAppContinuousWebJob
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/continuousjob-01 webjob-rg-test
-```
-
-This command gets continuous web for an app by pipeline.
-
-## PARAMETERS
-
-### -AppName
-Site name.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of Web Job.
-
-```yaml
-Type: System.String
-Parameter Sets: Get
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -PassThru
-Returns true when the command succeeds
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: Get, GetViaIdentity
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotContinuousWebJob.md b/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotContinuousWebJob.md
deleted file mode 100644
index bac8b01748e2..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotContinuousWebJob.md
+++ /dev/null
@@ -1,221 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azwebappslotcontinuouswebjob
-schema: 2.0.0
----
-
-# Get-AzWebAppSlotContinuousWebJob
-
-## SYNOPSIS
-Get or list continuous web for a deployment slot.
-
-## SYNTAX
-
-### List (Default)
-```
-Get-AzWebAppSlotContinuousWebJob -AppName -ResourceGroupName -SlotName
- [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-### Get
-```
-Get-AzWebAppSlotContinuousWebJob -AppName -Name -ResourceGroupName
- -SlotName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] []
-```
-
-### GetViaIdentity
-```
-Get-AzWebAppSlotContinuousWebJob -InputObject [-DefaultProfile ] [-PassThru]
- []
-```
-
-## DESCRIPTION
-Get or list continuous web for a deployment slot.
-
-## EXAMPLES
-
-### Example 1: List continuous webs for a deployment slot
-```powershell
-Get-AzWebAppSlotContinuousWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/slot01/slotcontinuousjob-03 webjob-rg-test
-appService-test01/slot01/slotcontinuousjob-04 webjob-rg-test
-```
-
-This command lists continuous webs for a deployment slot.
-
-### Example 2: Get continuous web for a deployment slot
-```powershell
-Get-AzWebAppSlotContinuousWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slotcontinuousjob-03
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/slot01/slotcontinuousjob-03 webjob-rg-test
-```
-
-This command gets continuous web for a deployment slot.
-
-### Example 3: Get continuous web for a deployment slot by pipeline
-```powershell
-$webjob = Get-AzWebAppSlotContinuousWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slotcontinuousjob-03
-Start-AzWebAppSlotContinuousWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slotcontinuousjob-03
-$webjob.Id | Get-AzWebAppSlotContinuousWebJob
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/slot01/slotcontinuousjob-03 webjob-rg-test
-```
-
-This command gets continuous web for a deployment slot by pipeline.
-
-## PARAMETERS
-
-### -AppName
-Site name.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of Web Job.
-
-```yaml
-Type: System.String
-Parameter Sets: Get
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -PassThru
-Returns true when the command succeeds
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: Get, GetViaIdentity
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SlotName
-Name of the deployment slot.
-If a slot is not specified, the API deletes a deployment for the production slot.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJob.md b/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJob.md
deleted file mode 100644
index e1ed639fc601..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJob.md
+++ /dev/null
@@ -1,221 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azwebappslottriggeredwebjob
-schema: 2.0.0
----
-
-# Get-AzWebAppSlotTriggeredWebJob
-
-## SYNOPSIS
-Get or list triggered web for a deployment slot.
-
-## SYNTAX
-
-### List (Default)
-```
-Get-AzWebAppSlotTriggeredWebJob -AppName -ResourceGroupName -SlotName
- [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-### Get
-```
-Get-AzWebAppSlotTriggeredWebJob -AppName -Name -ResourceGroupName
- -SlotName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] []
-```
-
-### GetViaIdentity
-```
-Get-AzWebAppSlotTriggeredWebJob -InputObject [-DefaultProfile ] [-PassThru]
- []
-```
-
-## DESCRIPTION
-Get or list triggered web for a deployment slot.
-
-## EXAMPLES
-
-### Example 1: List triggered webs for a deployment slot
-```powershell
-Get-AzWebAppSlotTriggeredWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/slot01/slottriggeredjob-03 webjob-rg-test
-appService-test01/slot01/slottriggeredjob-04 webjob-rg-test
-```
-
-This command lists triggered webs for a deployment slot.
-
-### Example 2: Get triggered web for a deployment slot
-```powershell
-Get-AzWebAppSlotTriggeredWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slottriggeredjob-03
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/slot01/slottriggeredjob-03 webjob-rg-test
-```
-
-This command gets triggered web for a deployment slot.
-
-### Example 3: Get triggered web for a deployment slot by pipeline
-```powershell
-$webjob = Get-AzWebAppSlotTriggeredWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slottriggeredjob-03
-Start-AzWebAppSlotTriggeredWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slottriggeredjob-03
-$webjob.Id | Get-AzWebAppSlotTriggeredWebJob
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/slot01/slottriggeredjob-03 webjob-rg-test
-```
-
-This command gets triggered web for a deployment slot by pipeline.
-
-## PARAMETERS
-
-### -AppName
-Site name.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of Web Job.
-
-```yaml
-Type: System.String
-Parameter Sets: Get
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -PassThru
-Returns true when the command succeeds
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: Get, GetViaIdentity
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SlotName
-Name of the deployment slot.
-If a slot is not specified, the API uses the production slot.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJobHistory.md b/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJobHistory.md
deleted file mode 100644
index 6b6a27e8ae6a..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJobHistory.md
+++ /dev/null
@@ -1,235 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azwebappslottriggeredwebjobhistory
-schema: 2.0.0
----
-
-# Get-AzWebAppSlotTriggeredWebJobHistory
-
-## SYNOPSIS
-Get or list triggered web job's history for a deployment slot.
-
-## SYNTAX
-
-### List (Default)
-```
-Get-AzWebAppSlotTriggeredWebJobHistory -AppName -Name -ResourceGroupName
- -SlotName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] []
-```
-
-### Get
-```
-Get-AzWebAppSlotTriggeredWebJobHistory -AppName -Id -Name
- -ResourceGroupName -SlotName [-SubscriptionId ] [-DefaultProfile ]
- [-PassThru] []
-```
-
-### GetViaIdentity
-```
-Get-AzWebAppSlotTriggeredWebJobHistory -InputObject [-DefaultProfile ]
- [-PassThru] []
-```
-
-## DESCRIPTION
-Get or list triggered web job's history for a deployment slot.
-
-## EXAMPLES
-
-### Example 1: List triggered web job's history for a deployment slot
-```powershell
-Get-AzWebAppSlotTriggeredWebJobHistory -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slottriggeredjob-03
-```
-
-```output
-Kind Name ResourceGroupName
----- ---- -----------------
- appService-test01/slot01/slottriggeredjob-03/202201040202032401 webjob-rg-test
-```
-
-This command list triggered web job's history for a deployment slot.
-
-### Example 2: Get triggered web job's history for a deployment slot
-```powershell
-Get-AzWebAppSlotTriggeredWebJobHistory -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slottriggeredjob-03 -Id 202201040202032401
-```
-
-```output
-Kind Name ResourceGroupName
----- ---- -----------------
- appService-test01/slot01/slottriggeredjob-03/202201040202032401 webjob-rg-test
-```
-
-This command get triggered web job's history for a deployment slot.
-
-### Example 3: Get triggered web job's history for a deployment slot by pipeline
-```powershell
-$jobs = Get-AzWebAppSlotTriggeredWebJobHistory -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01 -Name slottriggeredjob-03
-$jobs[0].Id | Get-AzWebAppSlotTriggeredWebJobHistory
-```
-
-```output
-Kind Name ResourceGroupName
----- ---- -----------------
- appService-test01/slot01/slottriggeredjob-03/202201040202032401 webjob-rg-test
-```
-
-This command get triggered web job's history for a deployment slot by pipeline.
-
-## PARAMETERS
-
-### -AppName
-Site name.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Id
-History ID.
-
-```yaml
-Type: System.String
-Parameter Sets: Get
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of Web Job.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -PassThru
-Returns true when the command succeeds
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SlotName
-Name of the deployment slot.
-If a slot is not specified, the API uses the production slot.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobHistory
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotWebJob.md b/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotWebJob.md
deleted file mode 100644
index 905bee3fc2ee..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotWebJob.md
+++ /dev/null
@@ -1,134 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azwebappslotwebjob
-schema: 2.0.0
----
-
-# Get-AzWebAppSlotWebJob
-
-## SYNOPSIS
-List webjobs for a deployment slot.
-
-## SYNTAX
-
-```
-Get-AzWebAppSlotWebJob -AppName -ResourceGroupName -SlotName
- [-SubscriptionId ] [-DefaultProfile ] []
-```
-
-## DESCRIPTION
-List webjobs for a deployment slot.
-
-## EXAMPLES
-
-### Example 1: List webjobs for a deployment slot
-```powershell
-Get-AzWebAppSlotWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -SlotName slot01
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/slot01/slottriggeredjob-03 webjob-rg-test
-appService-test01/slot01/slottriggeredjob-04 webjob-rg-test
-appService-test01/slot01/slotcontinuousjob-03 webjob-rg-test
-appService-test01/slot01/slotcontinuousjob-04 webjob-rg-test
-```
-
-This command lists webjobs for a deployment slot.
-
-## PARAMETERS
-
-### -AppName
-Site name.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SlotName
-Name of the deployment slot.
-If a slot is not specified, the API returns deployments for the production slot.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJob.md b/src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJob.md
deleted file mode 100644
index 40a6798629fb..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJob.md
+++ /dev/null
@@ -1,205 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azwebapptriggeredwebjob
-schema: 2.0.0
----
-
-# Get-AzWebAppTriggeredWebJob
-
-## SYNOPSIS
-Get or list triggered web for an app.
-
-## SYNTAX
-
-### List (Default)
-```
-Get-AzWebAppTriggeredWebJob -AppName -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] []
-```
-
-### Get
-```
-Get-AzWebAppTriggeredWebJob -AppName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] [-PassThru] []
-```
-
-### GetViaIdentity
-```
-Get-AzWebAppTriggeredWebJob -InputObject [-DefaultProfile ] [-PassThru]
- []
-```
-
-## DESCRIPTION
-Get or list triggered web for an app.
-
-## EXAMPLES
-
-### Example 1: List triggered webs for an app
-```powershell
-Get-AzWebAppTriggeredWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/triggeredjob-01 webjob-rg-test
-appService-test01/triggeredjob-02 webjob-rg-test
-```
-
-This command lists triggered webs for an app.
-
-### Example 2: Get triggered web for an app
-```powershell
-Get-AzWebAppTriggeredWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -Name triggeredjob-01
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/triggeredjob-01 webjob-rg-test
-```
-
-This command gets triggered web for an app.
-
-### Example 3: Get triggered web for an app by pipeline
-```powershell
-$webjob = Get-AzWebAppTriggeredWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -Name triggeredjob-01
-Start-AzWebAppTriggeredWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01 -Name triggeredjob-01
-$webjob.Id | Get-AzWebAppTriggeredWebJob
-```
-
-```output
-Name Kind WebJobType ResourceGroupName
----- ---- ---------- -----------------
-appService-test01/triggeredjob-01 webjob-rg-test
-```
-
-This command gets triggered web for an app by pipeline.
-
-## PARAMETERS
-
-### -AppName
-Site name.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of Web Job.
-
-```yaml
-Type: System.String
-Parameter Sets: Get
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -PassThru
-Returns true when the command succeeds
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: Get, GetViaIdentity
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJobHistory.md b/src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJobHistory.md
deleted file mode 100644
index 8941c42d13cb..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJobHistory.md
+++ /dev/null
@@ -1,219 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azwebapptriggeredwebjobhistory
-schema: 2.0.0
----
-
-# Get-AzWebAppTriggeredWebJobHistory
-
-## SYNOPSIS
-Get or list triggered web job's history for an app.
-
-## SYNTAX
-
-### List (Default)
-```
-Get-AzWebAppTriggeredWebJobHistory -AppName -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] [-PassThru] []
-```
-
-### Get
-```
-Get-AzWebAppTriggeredWebJobHistory -AppName -Id -Name -ResourceGroupName
- [-SubscriptionId ] [-DefaultProfile ] [-PassThru] []
-```
-
-### GetViaIdentity
-```
-Get-AzWebAppTriggeredWebJobHistory -InputObject [-DefaultProfile ] [-PassThru]
- []
-```
-
-## DESCRIPTION
-Get or list triggered web job's history for an app.
-
-## EXAMPLES
-
-### Example 1: List triggered web job's history for an app
-```powershell
-Get-AzWebAppTriggeredWebJobHistory -ResourceGroupName webjob-rg-test -AppName appService-test01 -Name triggeredjob-01
-```
-
-```output
-Kind Name ResourceGroupName
----- ---- -----------------
- appService-test01/triggeredjob-01/202201040249386155 webjob-rg-test
- appService-test01/triggeredjob-01/202201040236300466 webjob-rg-test
-```
-
-This command lists triggered web job's history for an app.
-
-### Example 2: Get triggered web job's history for an app
-```powershell
-Get-AzWebAppTriggeredWebJobHistory -ResourceGroupName webjob-rg-test -AppName appService-test01 -Name triggeredjob-01 -Id 202201040236300466
-```
-
-```output
-Kind Name ResourceGroupName
----- ---- -----------------
- appService-test01/triggeredjob-01/202201040236300466 webjob-rg-test
-```
-
-This command get triggered web job's history for an app.
-
-### Example 3: Get triggered web job's history for an app by pipeline
-```powershell
-$logs = Get-AzWebAppTriggeredWebJobHistory -ResourceGroupName webjob-rg-test -AppName appService-test01 -Name triggeredjob-01
-$logs[0].Id | Get-AzWebAppTriggeredWebJobHistory
-```
-
-```output
-Kind Name ResourceGroupName
----- ---- -----------------
- appService-test01/triggeredjob-01/202201040236300466 webjob-rg-test
-```
-
-This command get triggered web job's history for an app by pipeline.
-
-## PARAMETERS
-
-### -AppName
-Site name.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Id
-History ID.
-
-```yaml
-Type: System.String
-Parameter Sets: Get
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -InputObject
-Identity Parameter
-To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-Parameter Sets: GetViaIdentity
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: True (ByValue)
-Accept wildcard characters: False
-```
-
-### -Name
-Name of Web Job.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -PassThru
-Returns true when the command succeeds
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: Get, List
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: Get, List
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobHistory
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/Get-AzWebAppWebJob.md b/src/Websites/Websites.Autorest/docs/Get-AzWebAppWebJob.md
deleted file mode 100644
index 023232e94ef8..000000000000
--- a/src/Websites/Websites.Autorest/docs/Get-AzWebAppWebJob.md
+++ /dev/null
@@ -1,118 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/get-azwebappwebjob
-schema: 2.0.0
----
-
-# Get-AzWebAppWebJob
-
-## SYNOPSIS
-List webjobs for an app.
-
-## SYNTAX
-
-```
-Get-AzWebAppWebJob -AppName -ResourceGroupName [-SubscriptionId ]
- [-DefaultProfile ] []
-```
-
-## DESCRIPTION
-List webjobs for an app.
-
-## EXAMPLES
-
-### Example 1: List webjobs for an app
-```powershell
-Get-AzWebAppWebJob -ResourceGroupName webjob-rg-test -AppName appService-test01
-```
-
-```output
-Name Kind WebJobType
----- ---- ----------
-appService-test01/triggeredjob-01
-appService-test01/triggeredjob-02
-appService-test01/continuousjob-01
-appService-test01/continuousjob-02
-```
-
-This command lists webjobs for an app.
-
-## PARAMETERS
-
-### -AppName
-Site name.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The DefaultProfile parameter is not functional.
-Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String[]
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/New-AzStaticWebApp.md b/src/Websites/Websites.Autorest/docs/New-AzStaticWebApp.md
deleted file mode 100644
index 4a4bdfa5df52..000000000000
--- a/src/Websites/Websites.Autorest/docs/New-AzStaticWebApp.md
+++ /dev/null
@@ -1,576 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/new-azstaticwebapp
-schema: 2.0.0
----
-
-# New-AzStaticWebApp
-
-## SYNOPSIS
-Description for Creates a new static site in an existing resource group, or updates an existing static site.
-
-## SYNTAX
-
-```
-New-AzStaticWebApp -Name -ResourceGroupName -Location [-SubscriptionId ]
- [-AllowConfigFileUpdate] [-ApiBuildCommand ] [-ApiLocation ] [-AppArtifactLocation ]
- [-AppBuildCommand ] [-AppLocation ] [-Branch ] [-Capacity ]
- [-ForkRepositoryDescription ] [-ForkRepositoryIsPrivate] [-ForkRepositoryName ]
- [-ForkRepositoryOwner ] [-GithubActionSecretNameOverride ]
- [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Kind ]
- [-OutputLocation ] [-RepositoryToken ] [-RepositoryUrl ]
- [-SkipGithubActionWorkflowGeneration] [-SkuName ]
- [-StagingEnvironmentPolicy ] [-Tag ] [-TemplateRepositoryUrl ]
- [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] []
-```
-
-## DESCRIPTION
-Description for Creates a new static site in an existing resource group, or updates an existing static site.
-
-## EXAMPLES
-
-### Example 1: Create a new static site in an existing resource group, or updates an existing static site
-```powershell
-New-AzStaticWebApp -ResourceGroupName 'azure-rg-test' -Name 'staticweb-45asde' -Location 'Central US' -RepositoryUrl 'https://github.com/LucasYao93/blazor-starter' -RepositoryToken 'githubAccessToken' -Branch 'branch02' -AppLocation 'Client' -ApiLocation 'Api' -OutputLocation 'wwwroot' -SkuName 'Standard'
-```
-
-```output
-Kind Location Name Type
----- -------- ---- ----
- Central US staticweb-45asde Microsoft.Web/staticSites
-```
-
-This command creates a new static site in an existing resource group, or updates an existing static site.
-
-### Example 2: Create a new static site in an existing resource group through specified template repository
-```powershell
-New-AzStaticWebApp -ResourceGroupName 'azure-rg-test' -Name staticweb-pwsh01 -Location "Central US" -RepositoryToken 'xxxxxxxxxxxxxxxxx' -TemplateRepositoryUrl 'https://github.com/staticwebdev/blazor-starter' -ForkRepositoryDescription "Test template repository function of the azure static web." -ForkRepositoryName "test-blazor-starter" -ForkRepositoryOwner 'LucasYao93' -Branch 'main' -AppLocation 'Client' -ApiLocation 'Api' -OutputLocation 'wwwroot' -SkuName 'Standard'
-```
-
-```output
-Kind Location Name Type
----- -------- ---- ----
- Central US staticweb-pwsh01 Microsoft.Web/staticSites
-```
-
-This command creates a new static site in an existing resource group, or updates an existing static site through specified template repository.
-
-## PARAMETERS
-
-### -AllowConfigFileUpdate
-\false\ if config file is locked for this static web app; otherwise, \true\.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ApiBuildCommand
-A custom command to run during deployment of the Azure Functions API application.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ApiLocation
-The path to the api code within the repository.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -AppArtifactLocation
-Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation)
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -AppBuildCommand
-A custom command to run during deployment of the static content application.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -AppLocation
-The path to the app code within the repository.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -AsJob
-Run the command as a job
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Branch
-The target branch in the repository.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Capacity
-Current number of instances assigned to the resource.
-
-```yaml
-Type: System.Int32
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -DefaultProfile
-The credentials, account, tenant, and subscription used for communication with Azure.
-
-```yaml
-Type: System.Management.Automation.PSObject
-Parameter Sets: (All)
-Aliases: AzureRMContext, AzureCredential
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ForkRepositoryDescription
-Description of the newly generated repository.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ForkRepositoryIsPrivate
-Whether or not the newly generated repository is a private repository.
-Defaults to false (i.e.
-public).
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ForkRepositoryName
-Name of the newly generated repository.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ForkRepositoryOwner
-Owner of the newly generated repository.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -GithubActionSecretNameOverride
-Github Action secret name override.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -IdentityType
-Type of managed service identity.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -IdentityUserAssignedIdentity
-The list of user assigned identities associated with the resource.
-The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
-
-```yaml
-Type: System.Collections.Hashtable
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Kind
-Kind of resource.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Location
-Resource Location.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Name
-Name of the static site to create or update.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -NoWait
-Run the command asynchronously
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -OutputLocation
-The output path of the app after building.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -RepositoryToken
-A user's github repository token.
-This is used to setup the Github Actions workflow file and API secrets.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -RepositoryUrl
-URL for the repository of the static site.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -ResourceGroupName
-Name of the resource group to which the resource belongs.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: True
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SkipGithubActionWorkflowGeneration
-Skip Github Action workflow generation.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SkuName
-Name of the resource SKU.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -StagingEnvironmentPolicy
-State indicating whether staging environments are allowed or not allowed for a static web app.
-
-```yaml
-Type: Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -SubscriptionId
-Your Azure subscription ID.
-This is a GUID-formatted string (e.g.
-00000000-0000-0000-0000-000000000000).
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: (Get-AzContext).Subscription.Id
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Tag
-Resource tags.
-
-```yaml
-Type: System.Collections.Hashtable
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -TemplateRepositoryUrl
-URL of the template repository.
-The newly generated repository will be based on this one.
-
-```yaml
-Type: System.String
-Parameter Sets: (All)
-Aliases:
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -Confirm
-Prompts you for confirmation before running the cmdlet.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: cf
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### -WhatIf
-Shows what would happen if the cmdlet runs.
-The cmdlet is not run.
-
-```yaml
-Type: System.Management.Automation.SwitchParameter
-Parameter Sets: (All)
-Aliases: wi
-
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-```
-
-### CommonParameters
-This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
-
-## INPUTS
-
-## OUTPUTS
-
-### Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource
-
-## NOTES
-
-## RELATED LINKS
-
diff --git a/src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildAppSetting.md b/src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildAppSetting.md
deleted file mode 100644
index c46ad808425b..000000000000
--- a/src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildAppSetting.md
+++ /dev/null
@@ -1,230 +0,0 @@
----
-external help file:
-Module Name: Az.Websites
-online version: https://learn.microsoft.com/powershell/module/az.websites/new-azstaticwebappbuildappsetting
-schema: 2.0.0
----
-
-# New-AzStaticWebAppBuildAppSetting
-
-## SYNOPSIS
-Description for Creates or updates the app settings of a static site build.
-
-## SYNTAX
-
-### CreateExpanded (Default)
-```
-New-AzStaticWebAppBuildAppSetting -EnvironmentName -Name -ResourceGroupName