From 6e51a9fa3667f76c031f17709443b5c453562d75 Mon Sep 17 00:00:00 2001
From: Qi Pan <43341456+Pan-Qi@users.noreply.github.com>
Date: Tue, 7 Oct 2025 17:23:58 +1100
Subject: [PATCH] breaking change announcement for Websites module
---
.../Websites.Autorest/Az.Websites.nuspec | 8 +-
.../Properties/AssemblyInfo.cs | 26 ++++
src/Websites/Websites.Autorest/README.md | 14 ++
.../custom/New-AzStaticWebApp.ps1 | 5 +
.../Websites.Autorest/docs/Az.Websites.md | 2 +-
.../docs/New-AzStaticWebAppBuildAppSetting.md | 2 +-
.../New-AzStaticWebAppBuildAppSetting.md | 2 +-
.../Websites.Autorest/generate-info.json | 2 +-
.../Websites.Autorest/resources/README.md | 11 ++
src/Websites/Websites.sln | 129 ++++++++++++++++--
src/Websites/Websites/Az.Websites.psd1 | 14 +-
11 files changed, 191 insertions(+), 24 deletions(-)
create mode 100644 src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs
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..7233f09d2463
--- /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("3.4.1")]
+[assembly: System.Reflection.AssemblyVersionAttribute("3.4.1")]
+[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
+[assembly: System.CLSCompliantAttribute(false)]
diff --git a/src/Websites/Websites.Autorest/README.md b/src/Websites/Websites.Autorest/README.md
index f1f61384484f..949ff04ae56d 100644
--- a/src/Websites/Websites.Autorest/README.md
+++ b/src/Websites/Websites.Autorest/README.md
@@ -1626,4 +1626,18 @@ directive:
property-name: Id1
set:
property-name: Id
+
+ - where:
+ verb: Get
+ subject: ContinuousWebJob|SlotContinuousWebJob|SlotTriggeredWebJob|TriggeredWebJob|TriggeredWebJobHistory
+ set:
+ preview-announcement:
+ preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************"
+
+ - where:
+ verb: Get|Update
+ subject: ""
+ set:
+ preview-announcement:
+ preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************"
```
diff --git a/src/Websites/Websites.Autorest/custom/New-AzStaticWebApp.ps1 b/src/Websites/Websites.Autorest/custom/New-AzStaticWebApp.ps1
index da170a4ee184..bb72d7dfb933 100644
--- a/src/Websites/Websites.Autorest/custom/New-AzStaticWebApp.ps1
+++ b/src/Websites/Websites.Autorest/custom/New-AzStaticWebApp.ps1
@@ -42,6 +42,11 @@ SKUCAPABILITY : Capabilities of the SKU, e.g., is traffic manager
https://learn.microsoft.com/powershell/module/az.websites/new-azstaticwebapp
#>
function New-AzStaticWebApp {
+[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("**********************************************************************************************`n
+* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *`n
+* At least one change applies to this cmdlet. *`n
+* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n
+***************************************************************************************************")]
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource])]
[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
diff --git a/src/Websites/Websites.Autorest/docs/Az.Websites.md b/src/Websites/Websites.Autorest/docs/Az.Websites.md
index 84275c1fda26..67c0f28496ed 100644
--- a/src/Websites/Websites.Autorest/docs/Az.Websites.md
+++ b/src/Websites/Websites.Autorest/docs/Az.Websites.md
@@ -1,6 +1,6 @@
---
Module Name: Az.Websites
-Module Guid: e2ccd5b0-af3a-415f-82ed-b9a388aeed61
+Module Guid: fc780f32-3a4b-4f14-a0ef-39438a2d33f8
Download Help Link: https://learn.microsoft.com/powershell/module/az.websites
Help Version: 1.0.0.0
Locale: en-US
diff --git a/src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildAppSetting.md b/src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildAppSetting.md
index c46ad808425b..c05473ae6e16 100644
--- a/src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildAppSetting.md
+++ b/src/Websites/Websites.Autorest/docs/New-AzStaticWebAppBuildAppSetting.md
@@ -45,7 +45,7 @@ This command creates or updates the app settings of a static site build.
### Example 2: Create or updates the app settings of a static site build by pipeline
```powershell
-Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name taticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
+Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name staticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
```
```output
diff --git a/src/Websites/Websites.Autorest/examples/New-AzStaticWebAppBuildAppSetting.md b/src/Websites/Websites.Autorest/examples/New-AzStaticWebAppBuildAppSetting.md
index 34099d4405bf..33397d68c069 100644
--- a/src/Websites/Websites.Autorest/examples/New-AzStaticWebAppBuildAppSetting.md
+++ b/src/Websites/Websites.Autorest/examples/New-AzStaticWebAppBuildAppSetting.md
@@ -12,7 +12,7 @@ This command creates or updates the app settings of a static site build.
### Example 2: Create or updates the app settings of a static site build by pipeline
```powershell
-Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name taticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
+Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name staticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
```
```output
Kind Name Type
diff --git a/src/Websites/Websites.Autorest/generate-info.json b/src/Websites/Websites.Autorest/generate-info.json
index 1a0d034b435a..567d641e0b4b 100644
--- a/src/Websites/Websites.Autorest/generate-info.json
+++ b/src/Websites/Websites.Autorest/generate-info.json
@@ -1,3 +1,3 @@
{
- "generate_Id": "fde66cdb-a71d-4477-a53e-b9889e16c976"
+ "generate_Id": "f7fad915-3b94-4559-9cba-f921fac8932e"
}
diff --git a/src/Websites/Websites.Autorest/resources/README.md b/src/Websites/Websites.Autorest/resources/README.md
new file mode 100644
index 000000000000..937f07f8fec2
--- /dev/null
+++ b/src/Websites/Websites.Autorest/resources/README.md
@@ -0,0 +1,11 @@
+# Resources
+This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
+
+## Info
+- Modifiable: yes
+- Generated: no
+- Committed: yes
+- Packaged: no
+
+## Purpose
+Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.
\ No newline at end of file
diff --git a/src/Websites/Websites.sln b/src/Websites/Websites.sln
index e46b363df002..698dd27a3b7e 100644
--- a/src/Websites/Websites.sln
+++ b/src/Websites/Websites.sln
@@ -1,4 +1,4 @@
-
+
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
@@ -33,69 +33,179 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Websites", "Websites\Websit
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{A3FBC234-434F-4C1C-9721-D55C14E6CF59}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Websites", "..\..\generated\Websites\Websites.Autorest\Az.Websites.csproj", "{52333454-9C85-4F05-9F31-09EC74DEDAF2}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Websites.Autorest", "Websites.Autorest", "{900AEDEE-C556-8DEE-573E-ADA5C00E8E41}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Websites", "..\..\generated\Websites\Websites.Autorest\Az.Websites.csproj", "{A824E6B4-1488-46F7-9581-EF9BE984141E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFB63A49-2771-491E-84EB-6DE370B730E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB63A49-2771-491E-84EB-6DE370B730E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {DFB63A49-2771-491E-84EB-6DE370B730E1}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {DFB63A49-2771-491E-84EB-6DE370B730E1}.Debug|x64.Build.0 = Debug|Any CPU
+ {DFB63A49-2771-491E-84EB-6DE370B730E1}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {DFB63A49-2771-491E-84EB-6DE370B730E1}.Debug|x86.Build.0 = Debug|Any CPU
{DFB63A49-2771-491E-84EB-6DE370B730E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB63A49-2771-491E-84EB-6DE370B730E1}.Release|Any CPU.Build.0 = Release|Any CPU
+ {DFB63A49-2771-491E-84EB-6DE370B730E1}.Release|x64.ActiveCfg = Release|Any CPU
+ {DFB63A49-2771-491E-84EB-6DE370B730E1}.Release|x64.Build.0 = Release|Any CPU
+ {DFB63A49-2771-491E-84EB-6DE370B730E1}.Release|x86.ActiveCfg = Release|Any CPU
+ {DFB63A49-2771-491E-84EB-6DE370B730E1}.Release|x86.Build.0 = Release|Any CPU
{F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Debug|x64.Build.0 = Debug|Any CPU
+ {F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Debug|x86.Build.0 = Debug|Any CPU
{F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Release|x64.ActiveCfg = Release|Any CPU
+ {F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Release|x64.Build.0 = Release|Any CPU
+ {F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Release|x86.ActiveCfg = Release|Any CPU
+ {F3C36C5B-76A6-41D5-874F-EB90ECD2B5BC}.Release|x86.Build.0 = Release|Any CPU
{FE515EDC-2E98-4EED-9688-F1AEA3852806}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE515EDC-2E98-4EED-9688-F1AEA3852806}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {FE515EDC-2E98-4EED-9688-F1AEA3852806}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {FE515EDC-2E98-4EED-9688-F1AEA3852806}.Debug|x64.Build.0 = Debug|Any CPU
+ {FE515EDC-2E98-4EED-9688-F1AEA3852806}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {FE515EDC-2E98-4EED-9688-F1AEA3852806}.Debug|x86.Build.0 = Debug|Any CPU
{FE515EDC-2E98-4EED-9688-F1AEA3852806}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE515EDC-2E98-4EED-9688-F1AEA3852806}.Release|Any CPU.Build.0 = Release|Any CPU
+ {FE515EDC-2E98-4EED-9688-F1AEA3852806}.Release|x64.ActiveCfg = Release|Any CPU
+ {FE515EDC-2E98-4EED-9688-F1AEA3852806}.Release|x64.Build.0 = Release|Any CPU
+ {FE515EDC-2E98-4EED-9688-F1AEA3852806}.Release|x86.ActiveCfg = Release|Any CPU
+ {FE515EDC-2E98-4EED-9688-F1AEA3852806}.Release|x86.Build.0 = Release|Any CPU
{2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Debug|x64.Build.0 = Debug|Any CPU
+ {2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Debug|x86.Build.0 = Debug|Any CPU
{2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Release|Any CPU.Build.0 = Release|Any CPU
+ {2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Release|x64.ActiveCfg = Release|Any CPU
+ {2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Release|x64.Build.0 = Release|Any CPU
+ {2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Release|x86.ActiveCfg = Release|Any CPU
+ {2A9AE633-EA85-4F48-9B09-BE6CA9FD93A6}.Release|x86.Build.0 = Release|Any CPU
{615A6290-6930-4908-8DC2-B465105E05F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{615A6290-6930-4908-8DC2-B465105E05F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {615A6290-6930-4908-8DC2-B465105E05F9}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {615A6290-6930-4908-8DC2-B465105E05F9}.Debug|x64.Build.0 = Debug|Any CPU
+ {615A6290-6930-4908-8DC2-B465105E05F9}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {615A6290-6930-4908-8DC2-B465105E05F9}.Debug|x86.Build.0 = Debug|Any CPU
{615A6290-6930-4908-8DC2-B465105E05F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{615A6290-6930-4908-8DC2-B465105E05F9}.Release|Any CPU.Build.0 = Release|Any CPU
+ {615A6290-6930-4908-8DC2-B465105E05F9}.Release|x64.ActiveCfg = Release|Any CPU
+ {615A6290-6930-4908-8DC2-B465105E05F9}.Release|x64.Build.0 = Release|Any CPU
+ {615A6290-6930-4908-8DC2-B465105E05F9}.Release|x86.ActiveCfg = Release|Any CPU
+ {615A6290-6930-4908-8DC2-B465105E05F9}.Release|x86.Build.0 = Release|Any CPU
{871E97FD-7F26-4034-A0E9-948959231BDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{871E97FD-7F26-4034-A0E9-948959231BDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {871E97FD-7F26-4034-A0E9-948959231BDA}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {871E97FD-7F26-4034-A0E9-948959231BDA}.Debug|x64.Build.0 = Debug|Any CPU
+ {871E97FD-7F26-4034-A0E9-948959231BDA}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {871E97FD-7F26-4034-A0E9-948959231BDA}.Debug|x86.Build.0 = Debug|Any CPU
{871E97FD-7F26-4034-A0E9-948959231BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{871E97FD-7F26-4034-A0E9-948959231BDA}.Release|Any CPU.Build.0 = Release|Any CPU
+ {871E97FD-7F26-4034-A0E9-948959231BDA}.Release|x64.ActiveCfg = Release|Any CPU
+ {871E97FD-7F26-4034-A0E9-948959231BDA}.Release|x64.Build.0 = Release|Any CPU
+ {871E97FD-7F26-4034-A0E9-948959231BDA}.Release|x86.ActiveCfg = Release|Any CPU
+ {871E97FD-7F26-4034-A0E9-948959231BDA}.Release|x86.Build.0 = Release|Any CPU
{AB780C63-11A3-42C7-9AD3-A8771E435349}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB780C63-11A3-42C7-9AD3-A8771E435349}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {AB780C63-11A3-42C7-9AD3-A8771E435349}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {AB780C63-11A3-42C7-9AD3-A8771E435349}.Debug|x64.Build.0 = Debug|Any CPU
+ {AB780C63-11A3-42C7-9AD3-A8771E435349}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {AB780C63-11A3-42C7-9AD3-A8771E435349}.Debug|x86.Build.0 = Debug|Any CPU
{AB780C63-11A3-42C7-9AD3-A8771E435349}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB780C63-11A3-42C7-9AD3-A8771E435349}.Release|Any CPU.Build.0 = Release|Any CPU
+ {AB780C63-11A3-42C7-9AD3-A8771E435349}.Release|x64.ActiveCfg = Release|Any CPU
+ {AB780C63-11A3-42C7-9AD3-A8771E435349}.Release|x64.Build.0 = Release|Any CPU
+ {AB780C63-11A3-42C7-9AD3-A8771E435349}.Release|x86.ActiveCfg = Release|Any CPU
+ {AB780C63-11A3-42C7-9AD3-A8771E435349}.Release|x86.Build.0 = Release|Any CPU
{A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Debug|x64.Build.0 = Debug|Any CPU
+ {A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Debug|x86.Build.0 = Debug|Any CPU
{A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Release|x64.ActiveCfg = Release|Any CPU
+ {A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Release|x64.Build.0 = Release|Any CPU
+ {A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Release|x86.ActiveCfg = Release|Any CPU
+ {A2A07768-727E-44A6-91A0-8DFC18B3A21C}.Release|x86.Build.0 = Release|Any CPU
{F96BA6FE-62F8-453F-943E-058691B28C24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F96BA6FE-62F8-453F-943E-058691B28C24}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F96BA6FE-62F8-453F-943E-058691B28C24}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {F96BA6FE-62F8-453F-943E-058691B28C24}.Debug|x64.Build.0 = Debug|Any CPU
+ {F96BA6FE-62F8-453F-943E-058691B28C24}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {F96BA6FE-62F8-453F-943E-058691B28C24}.Debug|x86.Build.0 = Debug|Any CPU
{F96BA6FE-62F8-453F-943E-058691B28C24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F96BA6FE-62F8-453F-943E-058691B28C24}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F96BA6FE-62F8-453F-943E-058691B28C24}.Release|x64.ActiveCfg = Release|Any CPU
+ {F96BA6FE-62F8-453F-943E-058691B28C24}.Release|x64.Build.0 = Release|Any CPU
+ {F96BA6FE-62F8-453F-943E-058691B28C24}.Release|x86.ActiveCfg = Release|Any CPU
+ {F96BA6FE-62F8-453F-943E-058691B28C24}.Release|x86.Build.0 = Release|Any CPU
{BE011844-9309-4A55-BA04-FD41DF8F2700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE011844-9309-4A55-BA04-FD41DF8F2700}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {BE011844-9309-4A55-BA04-FD41DF8F2700}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {BE011844-9309-4A55-BA04-FD41DF8F2700}.Debug|x64.Build.0 = Debug|Any CPU
+ {BE011844-9309-4A55-BA04-FD41DF8F2700}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {BE011844-9309-4A55-BA04-FD41DF8F2700}.Debug|x86.Build.0 = Debug|Any CPU
{BE011844-9309-4A55-BA04-FD41DF8F2700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE011844-9309-4A55-BA04-FD41DF8F2700}.Release|Any CPU.Build.0 = Release|Any CPU
+ {BE011844-9309-4A55-BA04-FD41DF8F2700}.Release|x64.ActiveCfg = Release|Any CPU
+ {BE011844-9309-4A55-BA04-FD41DF8F2700}.Release|x64.Build.0 = Release|Any CPU
+ {BE011844-9309-4A55-BA04-FD41DF8F2700}.Release|x86.ActiveCfg = Release|Any CPU
+ {BE011844-9309-4A55-BA04-FD41DF8F2700}.Release|x86.Build.0 = Release|Any CPU
{5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Debug|x64.Build.0 = Debug|Any CPU
+ {5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Debug|x86.Build.0 = Debug|Any CPU
{5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Release|x64.ActiveCfg = Release|Any CPU
+ {5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Release|x64.Build.0 = Release|Any CPU
+ {5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Release|x86.ActiveCfg = Release|Any CPU
+ {5EBACE61-3578-4B3D-8DF9-8CC68D78F573}.Release|x86.Build.0 = Release|Any CPU
{A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Debug|x64.Build.0 = Debug|Any CPU
+ {A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Debug|x86.Build.0 = Debug|Any CPU
{A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Release|Any CPU.Build.0 = Release|Any CPU
- {52333454-9C85-4F05-9F31-09EC74DEDAF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {52333454-9C85-4F05-9F31-09EC74DEDAF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {52333454-9C85-4F05-9F31-09EC74DEDAF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {52333454-9C85-4F05-9F31-09EC74DEDAF2}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Release|x64.ActiveCfg = Release|Any CPU
+ {A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Release|x64.Build.0 = Release|Any CPU
+ {A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Release|x86.ActiveCfg = Release|Any CPU
+ {A3FBC234-434F-4C1C-9721-D55C14E6CF59}.Release|x86.Build.0 = Release|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Debug|x64.Build.0 = Debug|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Debug|x86.Build.0 = Debug|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Release|x64.ActiveCfg = Release|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Release|x64.Build.0 = Release|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Release|x86.ActiveCfg = Release|Any CPU
+ {A824E6B4-1488-46F7-9581-EF9BE984141E}.Release|x86.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DFB63A49-2771-491E-84EB-6DE370B730E1} = {41C9F58D-9ABC-43BB-A274-2E7E2F17BFAE}
@@ -109,5 +219,6 @@ Global
{A2A07768-727E-44A6-91A0-8DFC18B3A21C} = {4B610034-1263-4F14-8AA5-E2EB60BA7015}
{BE011844-9309-4A55-BA04-FD41DF8F2700} = {EE35FE1C-D292-4F41-BD5C-3EAC5A7D3211}
{A3FBC234-434F-4C1C-9721-D55C14E6CF59} = {EE35FE1C-D292-4F41-BD5C-3EAC5A7D3211}
+ {A824E6B4-1488-46F7-9581-EF9BE984141E} = {900AEDEE-C556-8DEE-573E-ADA5C00E8E41}
EndGlobalSection
EndGlobal
diff --git a/src/Websites/Websites/Az.Websites.psd1 b/src/Websites/Websites/Az.Websites.psd1
index a7dd0cf31420..acd7e4175d71 100644
--- a/src/Websites/Websites/Az.Websites.psd1
+++ b/src/Websites/Websites/Az.Websites.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 4/30/2025
+# Generated on: 10/7/2025
#
@{
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.2.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Websites.dll',
@@ -61,13 +61,13 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Websites.dll',
'Websites.Autorest/bin/Az.Websites.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-# ScriptsToProcess = @()
+ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-# TypesToProcess = @()
+TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
-FormatsToProcess = 'Websites.Autorest\Az.Websites.format.ps1xml',
+FormatsToProcess = 'Websites.Autorest/Az.Websites.format.ps1xml',
'Websites.format.ps1xml'
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
@@ -164,7 +164,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure','ResourceManager','ARM','Websites','Website','AppService'
+ Tags = 'Azure', 'ResourceManager', 'ARM', 'Websites', 'Website', 'AppService'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -189,7 +189,7 @@ PrivateData = @{
} # End of PSData hashtable
- } # End of PrivateData hashtable
+} # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''