-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[BC]Websites Module Breaking Changes Announcement Date Update #29135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -1632,12 +1632,12 @@ directive: | |||||
| 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**************************************************************************************************" | ||||||
| preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released on May 2026. *\\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**************************************************************************************************" | ||||||
| preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released on May 2026. *\\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**************************************************************************************************" | ||||||
|
||||||
| preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released on May 2026. *\\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**************************************************************************************************" | |
| preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\\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**************************************************************************************************" |
Copilot
AI
Mar 26, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This directive adds a preview-announcement message but lacks a brief YAML comment explaining why it exists (what it applies to, and why the message is needed). Adding that context will make future maintenance safer when the breaking-change timeline changes again.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -43,7 +43,7 @@ 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 | ||||||
| * This cmdlet will undergo a breaking change in Az v16.0.0, to be released on May 2026. *`n | ||||||
|
||||||
| * This cmdlet will undergo a breaking change in Az v16.0.0, to be released on May 2026. *`n | |
| * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| "generate_Id": "f7fad915-3b94-4559-9cba-f921fac8932e" | ||
| "generate_Id": "5c189b1b-32ae-4a21-a5fd-5a51fa68c5a1" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| # | ||
| # Generated by: Microsoft Corporation | ||
| # | ||
| # Generated on: 10/9/2025 | ||
| # Generated on: 2/4/2026 | ||
| # | ||
|
|
||
| @{ | ||
|
|
@@ -53,18 +53,18 @@ DotNetFrameworkVersion = '4.7.2' | |
| # ProcessorArchitecture = '' | ||
|
|
||
| # Modules that must be imported into the global environment prior to importing this module | ||
| RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }) | ||
| RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.2'; }) | ||
|
||
|
|
||
| # Assemblies that must be loaded prior to importing this module | ||
| RequiredAssemblies = 'Microsoft.Azure.Management.Websites.dll', | ||
| 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.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', | ||
|
|
@@ -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 = '' | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The preview-message text uses "to be released on May 2026" (month-only date). For consistency and correct grammar, change this to "to be released in May 2026" (or specify an exact date if you want to keep "on").