[PS] Migrate Websites Autorest v3 to v4#29666
Merged
Merged
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
|
To the author of the pull request, |
Contributor
There was a problem hiding this comment.
Pull request overview
Migrates the Az.Websites AutoRest configuration away from PowerShell extension v3 and updates the Websites module’s generated artifacts (help/docs metadata, manifest, and changelog) as part of the v4 migration effort.
Changes:
- Updated
Websites.Autorest/README.mdAutoRest configuration/directives to align with v4 generation defaults. - Refreshed cmdlet help markdown (both module help and AutoRest docs) to reflect newly generated parameter sets/types.
- Updated module metadata (manifest dependency on
Az.Accounts, solution project GUID, and changelog entry).
Reviewed changes
Copilot reviewed 152 out of 152 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Websites/Websites/help/Update-AzStaticWebAppUser.md | Updated cmdlet help content and parameter sets for Update-AzStaticWebAppUser. |
| src/Websites/Websites/help/Unregister-AzStaticWebAppUserProvidedFunctionApp.md | Updated cmdlet help content and parameter sets for unregistering user-provided function apps. |
| src/Websites/Websites/help/Unregister-AzStaticWebAppBuildUserProvidedFunctionApp.md | Updated cmdlet help content and parameter sets for unregistering build user-provided function apps. |
| src/Websites/Websites/help/Test-AzStaticWebAppCustomDomain.md | Updated cmdlet help content and parameter sets for custom domain validation. |
| src/Websites/Websites/help/Stop-AzWebAppSlotContinuousWebJob.md | Updated cmdlet help content and parameter sets for slot continuous webjob stop. |
| src/Websites/Websites/help/Stop-AzWebAppContinuousWebJob.md | Updated cmdlet help content and parameter sets for continuous webjob stop. |
| src/Websites/Websites/help/Start-AzWebAppTriggeredWebJob.md | Updated cmdlet help content and parameter sets for triggered webjob start. |
| src/Websites/Websites/help/Start-AzWebAppSlotTriggeredWebJob.md | Updated cmdlet help content and parameter sets for slot triggered webjob start. |
| src/Websites/Websites/help/Start-AzWebAppSlotContinuousWebJob.md | Updated cmdlet help content and parameter sets for slot continuous webjob start. |
| src/Websites/Websites/help/Start-AzWebAppContinuousWebJob.md | Updated cmdlet help content and parameter sets for continuous webjob start. |
| src/Websites/Websites/help/Reset-AzStaticWebAppApiKey.md | Updated cmdlet help content and parameter sets for API key reset. |
| src/Websites/Websites/help/Remove-AzWebAppTriggeredWebJob.md | Updated cmdlet help content and parameter sets for triggered webjob removal. |
| src/Websites/Websites/help/Remove-AzWebAppSlotTriggeredWebJob.md | Updated cmdlet help content and parameter sets for slot triggered webjob removal. |
| src/Websites/Websites/help/Remove-AzWebAppSlotContinuousWebJob.md | Updated cmdlet help content and parameter sets for slot continuous webjob removal. |
| src/Websites/Websites/help/Remove-AzWebAppContinuousWebJob.md | Updated cmdlet help content and parameter sets for continuous webjob removal. |
| src/Websites/Websites/help/Remove-AzStaticWebAppUser.md | Updated cmdlet help content and parameter sets for static web app user removal. |
| src/Websites/Websites/help/Remove-AzStaticWebAppCustomDomain.md | Updated cmdlet help content and parameter sets for static web app custom domain removal. |
| src/Websites/Websites/help/Remove-AzStaticWebAppBuild.md | Updated cmdlet help content and parameter sets for static web app build removal. |
| src/Websites/Websites/help/Remove-AzStaticWebAppAttachedRepository.md | Updated cmdlet help content for attached repository removal. |
| src/Websites/Websites/help/Remove-AzStaticWebApp.md | Updated cmdlet help content for static web app removal. |
| src/Websites/Websites/help/New-AzStaticWebAppUserRoleInvitationLink.md | Updated cmdlet help content and parameter sets for invitation link creation. |
| src/Websites/Websites/help/New-AzStaticWebAppSetting.md | Updated cmdlet help content and parameter sets for static web app settings creation/update. |
| src/Websites/Websites/help/New-AzStaticWebAppFunctionAppSetting.md | Updated cmdlet help content and parameter sets for function app settings creation/update. |
| src/Websites/Websites/help/New-AzStaticWebAppCustomDomain.md | Updated cmdlet help content and parameter sets for custom domain creation. |
| src/Websites/Websites/help/New-AzStaticWebAppBuildFunctionAppSetting.md | Updated cmdlet help content and parameter sets for build function app settings creation/update. |
| src/Websites/Websites/help/New-AzStaticWebAppBuildAppSetting.md | Updated cmdlet help content and parameter sets for build app settings creation/update. |
| src/Websites/Websites/help/Get-AzWebAppWebJob.md | Updated output type reference in help for webjob retrieval. |
| src/Websites/Websites/help/Get-AzWebAppTriggeredWebJobHistory.md | Updated cmdlet help content/parameter sets for triggered webjob history retrieval. |
| src/Websites/Websites/help/Get-AzWebAppTriggeredWebJob.md | Updated cmdlet help content/parameter sets for triggered webjob retrieval. |
| src/Websites/Websites/help/Get-AzWebAppSlotWebJob.md | Updated output type reference in help for slot webjob retrieval. |
| src/Websites/Websites/help/Get-AzWebAppSlotTriggeredWebJobHistory.md | Updated cmdlet help content/parameter sets for slot triggered webjob history retrieval. |
| src/Websites/Websites/help/Get-AzWebAppSlotTriggeredWebJob.md | Updated cmdlet help content/parameter sets for slot triggered webjob retrieval. |
| src/Websites/Websites/help/Get-AzWebAppSlotContinuousWebJob.md | Updated cmdlet help content/parameter sets for slot continuous webjob retrieval. |
| src/Websites/Websites/help/Get-AzWebAppContinuousWebJob.md | Updated cmdlet help content/parameter sets for continuous webjob retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppUserProvidedFunctionApp.md | Updated cmdlet help content/parameter sets for user-provided function app retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppUser.md | Updated output type reference in help for static web app user retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppSetting.md | Updated output type reference in help for static web app settings retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppSecret.md | Updated output type reference in help for secrets retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppFunctionAppSetting.md | Updated output type reference in help for function app settings retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppFunction.md | Updated output type reference in help for function retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppCustomDomain.md | Updated cmdlet help content/parameter sets for custom domain retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppConfiguredRole.md | Updated output type reference in help for configured roles retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppBuildFunctionAppSetting.md | Updated output type reference in help for build function app settings retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppBuildFunction.md | Updated output type reference in help for build function retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppBuildAppSetting.md | Updated output type reference in help for build app settings retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebAppBuild.md | Updated cmdlet help content/parameter sets for build retrieval. |
| src/Websites/Websites/help/Get-AzStaticWebApp.md | Updated output type reference in help for static web app retrieval. |
| src/Websites/Websites/help/Az.Websites.md | Updated module index help entries/synopses. |
| src/Websites/Websites/ChangeLog.md | Added/updated upcoming release notes for Websites module. |
| src/Websites/Websites/Az.Websites.psd1 | Updated module manifest metadata and Az.Accounts minimum version. |
| src/Websites/Websites.sln | Updated solution project GUID for Az.Websites project entry. |
| src/Websites/Websites.Autorest/README.md | Removed v3 extension pin and updated directives for v4-style generation. |
| src/Websites/Websites.Autorest/generate-info.json | Updated generation tracking identifier. |
| src/Websites/Websites.Autorest/docs/Update-AzStaticWebAppUser.md | Updated AutoRest docs help topic for Update-AzStaticWebAppUser. |
| src/Websites/Websites.Autorest/docs/Unregister-AzStaticWebAppUserProvidedFunctionApp.md | Updated AutoRest docs help topic for unregistering user-provided function apps. |
| src/Websites/Websites.Autorest/docs/Unregister-AzStaticWebAppBuildUserProvidedFunctionApp.md | Updated AutoRest docs help topic for unregistering build user-provided function apps. |
| src/Websites/Websites.Autorest/docs/Test-AzStaticWebAppCustomDomain.md | Updated AutoRest docs help topic for custom domain validation. |
| src/Websites/Websites.Autorest/docs/Stop-AzWebAppSlotContinuousWebJob.md | Updated AutoRest docs help topic for slot continuous webjob stop. |
| src/Websites/Websites.Autorest/docs/Stop-AzWebAppContinuousWebJob.md | Updated AutoRest docs help topic for continuous webjob stop. |
| src/Websites/Websites.Autorest/docs/Start-AzWebAppTriggeredWebJob.md | Updated AutoRest docs help topic for triggered webjob start. |
| src/Websites/Websites.Autorest/docs/Start-AzWebAppSlotTriggeredWebJob.md | Updated AutoRest docs help topic for slot triggered webjob start. |
| src/Websites/Websites.Autorest/docs/Start-AzWebAppSlotContinuousWebJob.md | Updated AutoRest docs help topic for slot continuous webjob start. |
| src/Websites/Websites.Autorest/docs/Start-AzWebAppContinuousWebJob.md | Updated AutoRest docs help topic for continuous webjob start. |
| src/Websites/Websites.Autorest/docs/Reset-AzStaticWebAppApiKey.md | Updated AutoRest docs help topic for API key reset. |
| src/Websites/Websites.Autorest/docs/Remove-AzWebAppTriggeredWebJob.md | Updated AutoRest docs help topic for triggered webjob removal. |
| src/Websites/Websites.Autorest/docs/Remove-AzWebAppSlotTriggeredWebJob.md | Updated AutoRest docs help topic for slot triggered webjob removal. |
| src/Websites/Websites.Autorest/docs/Remove-AzWebAppSlotContinuousWebJob.md | Updated AutoRest docs help topic for slot continuous webjob removal. |
| src/Websites/Websites.Autorest/docs/Remove-AzWebAppContinuousWebJob.md | Updated AutoRest docs help topic for continuous webjob removal. |
| src/Websites/Websites.Autorest/docs/Remove-AzStaticWebAppUser.md | Updated AutoRest docs help topic for static web app user removal. |
| src/Websites/Websites.Autorest/docs/Remove-AzStaticWebAppCustomDomain.md | Updated AutoRest docs help topic for custom domain removal. |
| src/Websites/Websites.Autorest/docs/Remove-AzStaticWebAppBuild.md | Updated AutoRest docs help topic for build removal. |
| src/Websites/Websites.Autorest/docs/Remove-AzStaticWebAppAttachedRepository.md | Updated AutoRest docs help topic for attached repository removal. |
| src/Websites/Websites.Autorest/docs/Remove-AzStaticWebApp.md | Updated AutoRest docs help topic for static web app removal. |
| src/Websites/Websites.Autorest/docs/New-AzStaticWebAppUserRoleInvitationLink.md | Updated AutoRest docs help topic for invitation link creation. |
| src/Websites/Websites.Autorest/docs/New-AzStaticWebAppSetting.md | Updated AutoRest docs help topic for settings creation/update. |
| src/Websites/Websites.Autorest/docs/New-AzStaticWebAppFunctionAppSetting.md | Updated AutoRest docs help topic for function app settings creation/update. |
| src/Websites/Websites.Autorest/docs/New-AzStaticWebAppCustomDomain.md | Updated AutoRest docs help topic for custom domain creation. |
| src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildFunctionAppSetting.md | Updated AutoRest docs help topic for build function app settings creation/update. |
| src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildAppSetting.md | Updated AutoRest docs help topic for build app settings creation/update. |
| src/Websites/Websites.Autorest/docs/Get-AzWebAppWebJob.md | Updated output type reference in AutoRest docs for webjob retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJobHistory.md | Updated AutoRest docs help topic for triggered webjob history retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzWebAppTriggeredWebJob.md | Updated AutoRest docs help topic for triggered webjob retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotWebJob.md | Updated output type reference in AutoRest docs for slot webjob retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJobHistory.md | Updated AutoRest docs help topic for slot triggered webjob history retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotTriggeredWebJob.md | Updated AutoRest docs help topic for slot triggered webjob retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzWebAppSlotContinuousWebJob.md | Updated AutoRest docs help topic for slot continuous webjob retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzWebAppContinuousWebJob.md | Updated AutoRest docs help topic for continuous webjob retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUserProvidedFunctionApp.md | Updated AutoRest docs help topic for user-provided function app retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppUser.md | Updated output type reference in AutoRest docs for user retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSetting.md | Updated output type reference in AutoRest docs for settings retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppSecret.md | Updated output type reference in AutoRest docs for secrets retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunctionAppSetting.md | Updated output type reference in AutoRest docs for function app settings retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppFunction.md | Updated output type reference in AutoRest docs for function retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppCustomDomain.md | Updated AutoRest docs help topic for custom domain retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppConfiguredRole.md | Updated output type reference in AutoRest docs for configured roles retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunctionAppSetting.md | Updated output type reference in AutoRest docs for build function app settings retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildFunction.md | Updated output type reference in AutoRest docs for build function retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuildAppSetting.md | Updated output type reference in AutoRest docs for build app settings retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebAppBuild.md | Updated AutoRest docs help topic for build retrieval. |
| src/Websites/Websites.Autorest/docs/Get-AzStaticWebApp.md | Updated output type reference in AutoRest docs for static web app retrieval. |
| src/Websites/Websites.Autorest/docs/Az.Websites.md | Updated AutoRest docs module index and module GUID. |
Comment on lines
10
to
12
| ## SYNOPSIS | ||
| Description for Updates a user entry with the listed roles | ||
| Description for update a user entry with the listed roles | ||
|
|
Comment on lines
+22
to
+33
| ### UpdateViaJsonString | ||
| ``` | ||
| Update-AzStaticWebAppUser -AuthProvider <String> -Name <String> -ResourceGroupName <String> | ||
| [-SubscriptionId <String>] -UserId <String> -JsonString <String> [-DefaultProfile <PSObject>] | ||
| [-WhatIf] [-Confirm] [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ### UpdateViaJsonFilePath | ||
| ``` | ||
| Update-AzStaticWebAppUser -AuthProvider <String> -Name <String> -ResourceGroupName <String> | ||
| [-SubscriptionId <String>] -UserId <String> -JsonFilePath <String> [-DefaultProfile <PSObject>] | ||
| [-WhatIf] [-Confirm] [<CommonParameters>] |
Comment on lines
15
to
45
| ### List (Default) | ||
| ``` | ||
| Get-AzWebAppTriggeredWebJobHistory -AppName <String> -Name <String> -ResourceGroupName <String> | ||
| [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-PassThru] | ||
| [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] | ||
| [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ### Get | ||
| ``` | ||
| Get-AzWebAppTriggeredWebJobHistory -AppName <String> -Id <String> -Name <String> -ResourceGroupName <String> | ||
| [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-PassThru] | ||
| [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] | ||
| [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ### GetViaIdentityTriggeredwebjob | ||
| ``` | ||
| Get-AzWebAppTriggeredWebJobHistory -Id <String> -TriggeredwebjobInputObject <IWebsitesIdentity> | ||
| [-DefaultProfile <PSObject>] [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ### GetViaIdentitySite | ||
| ``` | ||
| Get-AzWebAppTriggeredWebJobHistory -Id <String> -Name <String> -SiteInputObject <IWebsitesIdentity> | ||
| [-DefaultProfile <PSObject>] [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ### GetViaIdentity | ||
| ``` | ||
| Get-AzWebAppTriggeredWebJobHistory -InputObject <IWebsitesIdentity> [-DefaultProfile <PSObject>] [-PassThru] | ||
| Get-AzWebAppTriggeredWebJobHistory -InputObject <IWebsitesIdentity> [-DefaultProfile <PSObject>] | ||
| [<CommonParameters>] | ||
| ``` |
Comment on lines
+22
to
+26
| ### StopViaIdentitySite | ||
| ``` | ||
| Stop-AzWebAppContinuousWebJob -Name <String> -SiteInputObject <IWebsitesIdentity> [-DefaultProfile <PSObject>] | ||
| [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>] | ||
| ``` |
Comment on lines
+22
to
+49
| ### ValidateViaJsonString | ||
| ``` | ||
| Test-AzStaticWebAppCustomDomain -DomainName <String> -Name <String> -ResourceGroupName <String> | ||
| [-SubscriptionId <String>] -JsonString <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] | ||
| [-WhatIf] [-Confirm] [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ### ValidateViaJsonFilePath | ||
| ``` | ||
| Test-AzStaticWebAppCustomDomain -DomainName <String> -Name <String> -ResourceGroupName <String> | ||
| [-SubscriptionId <String>] -JsonFilePath <String> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] | ||
| [-WhatIf] [-Confirm] [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ### ValidateViaIdentityStaticSiteExpanded | ||
| ``` | ||
| Test-AzStaticWebAppCustomDomain -DomainName <String> -StaticSiteInputObject <IWebsitesIdentity> | ||
| [-Kind <String>] [-ValidationMethod <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] | ||
| [-WhatIf] [-Confirm] [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ### ValidateViaIdentityStaticSite | ||
| ``` | ||
| Test-AzStaticWebAppCustomDomain -DomainName <String> -StaticSiteInputObject <IWebsitesIdentity> | ||
| -StaticSiteCustomDomainRequestPropertiesEnvelope <IStaticSiteCustomDomainRequestPropertiesArmResource> | ||
| [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] | ||
| [-Confirm] [<CommonParameters>] | ||
| ``` |
Comment on lines
149
to
169
| ### [New-AzStaticWebApp](New-AzStaticWebApp.md) | ||
| Description for Creates a new static site in an existing resource group, or updates an existing static site. | ||
| Description for create a new static site in an existing resource group, or create an existing static site. | ||
|
|
||
| ### [New-AzStaticWebAppBuildAppSetting](New-AzStaticWebAppBuildAppSetting.md) | ||
| Description for Creates or updates the app settings of a static site build. | ||
| Description for create 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. | ||
| Description for create 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. | ||
| Description for create 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. | ||
| Description for create 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. | ||
| Description for create the app settings of a static site. | ||
|
|
||
| ### [New-AzStaticWebAppUserRoleInvitationLink](New-AzStaticWebAppUserRoleInvitationLink.md) | ||
| Description for Creates an invitation link for a user with the role | ||
| Description for create an invitation link for a user with the role | ||
|
|
Comment on lines
329
to
+333
| ### [Update-AzStaticWebApp](Update-AzStaticWebApp.md) | ||
| Description for Creates a new static site in an existing resource group, or updates an existing static site. | ||
| Description for update a new static site in an existing resource group, or update an existing static site. | ||
|
|
||
| ### [Update-AzStaticWebAppUser](Update-AzStaticWebAppUser.md) | ||
| Description for Updates a user entry with the listed roles | ||
| Description for update a user entry with the listed roles |
Comment on lines
20
to
22
| ## Upcoming Release | ||
| * Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249). | ||
|
|
Comment on lines
213
to
214
| # 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 |
Comment on lines
77
to
97
| ### [New-AzStaticWebApp](New-AzStaticWebApp.md) | ||
| Description for Creates a new static site in an existing resource group, or updates an existing static site. | ||
| Description for create a new static site in an existing resource group, or create an existing static site. | ||
|
|
||
| ### [New-AzStaticWebAppBuildAppSetting](New-AzStaticWebAppBuildAppSetting.md) | ||
| Description for Creates or updates the app settings of a static site build. | ||
| Description for create 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. | ||
| Description for create 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. | ||
| Description for create 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. | ||
| Description for create 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. | ||
| Description for create the app settings of a static site. | ||
|
|
||
| ### [New-AzStaticWebAppUserRoleInvitationLink](New-AzStaticWebAppUserRoleInvitationLink.md) | ||
| Description for Creates an invitation link for a user with the role | ||
| Description for create an invitation link for a user with the role | ||
|
|
Pan-Qi
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.