From d77b5fcd9f813b0b82422d136ee71907ee47f53f Mon Sep 17 00:00:00 2001 From: Qi Pan <43341456+Pan-Qi@users.noreply.github.com> Date: Fri, 29 Aug 2025 18:03:14 +1000 Subject: [PATCH 1/2] LoadTesting module breaking change announcement --- .../Properties/AssemblyInfo.cs | 26 +++++++++++++++++++ .../LoadTesting.Autorest/README.md | 22 ++++++++++++++++ .../docs/Az.LoadTesting.md | 2 +- .../LoadTesting.Autorest/generate-info.json | 3 --- .../LoadTesting.Autorest/resources/README.md | 11 ++++++++ src/LoadTesting/LoadTesting/ChangeLog.md | 1 + 6 files changed, 61 insertions(+), 4 deletions(-) create mode 100644 src/LoadTesting/LoadTesting.Autorest/Properties/AssemblyInfo.cs delete mode 100644 src/LoadTesting/LoadTesting.Autorest/generate-info.json create mode 100644 src/LoadTesting/LoadTesting.Autorest/resources/README.md diff --git a/src/LoadTesting/LoadTesting.Autorest/Properties/AssemblyInfo.cs b/src/LoadTesting/LoadTesting.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..a9ff65b9f614 --- /dev/null +++ b/src/LoadTesting/LoadTesting.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 - LoadTesting")] +[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/LoadTesting/LoadTesting.Autorest/README.md b/src/LoadTesting/LoadTesting.Autorest/README.md index 77c91a1c5422..59cc1ac62036 100644 --- a/src/LoadTesting/LoadTesting.Autorest/README.md +++ b/src/LoadTesting/LoadTesting.Autorest/README.md @@ -268,4 +268,26 @@ directive: verb: Remove subject: Load hide: true + + - where: + verb: New + subject: Load + set: + breaking-change: + replacement-cmdlet: New-AzLoad + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11 + change-description: "***********************************************************************\\r\\n* This cmdlet will undergo a breaking change in a future release. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at: https://learn.microsoft.com/powershell/azure/breaking-changes-generated-modules *\\r\\n***********************************************************************" + + # - where: + # verb: New|Update + # subject: Load + # set: + # breaking-change: + # deprecated-by-version: 2.0.0 + # deprecated-by-azversion: 15.0.0 + # change-effective-date: 2025/11 + # change-description: this is a message + ``` diff --git a/src/LoadTesting/LoadTesting.Autorest/docs/Az.LoadTesting.md b/src/LoadTesting/LoadTesting.Autorest/docs/Az.LoadTesting.md index d0aae2514b32..f7b137160a56 100644 --- a/src/LoadTesting/LoadTesting.Autorest/docs/Az.LoadTesting.md +++ b/src/LoadTesting/LoadTesting.Autorest/docs/Az.LoadTesting.md @@ -1,6 +1,6 @@ --- Module Name: Az.LoadTesting -Module Guid: 739ddedf-3d49-40e0-bc84-00bedfe6b2ec +Module Guid: ff12ec77-2eea-44bd-a3f0-1076cb249c14 Download Help Link: https://learn.microsoft.com/powershell/module/az.loadtesting Help Version: 1.0.0.0 Locale: en-US diff --git a/src/LoadTesting/LoadTesting.Autorest/generate-info.json b/src/LoadTesting/LoadTesting.Autorest/generate-info.json deleted file mode 100644 index e490220c7fb1..000000000000 --- a/src/LoadTesting/LoadTesting.Autorest/generate-info.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "generate_Id": "cdffb374-400d-44cf-9472-614c31d97b60" -} diff --git a/src/LoadTesting/LoadTesting.Autorest/resources/README.md b/src/LoadTesting/LoadTesting.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/LoadTesting/LoadTesting.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/LoadTesting/LoadTesting/ChangeLog.md b/src/LoadTesting/LoadTesting/ChangeLog.md index 0da9a2c72a66..8a472cfd690a 100644 --- a/src/LoadTesting/LoadTesting/ChangeLog.md +++ b/src/LoadTesting/LoadTesting/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 ## Version 1.1.0 * Upgraded nuget package to signed package. From ef075eb8c2062b63c5cfe9cb2e824b4013434c4a Mon Sep 17 00:00:00 2001 From: Qi Pan <43341456+Pan-Qi@users.noreply.github.com> Date: Wed, 1 Oct 2025 17:12:34 +1000 Subject: [PATCH 2/2] Custom code announcement --- .../Properties/AssemblyInfo.cs | 6 +- .../LoadTesting.Autorest/README.md | 22 ----- .../custom/Get-AzLoad.ps1 | 5 ++ .../custom/New-AzLoad.ps1 | 5 ++ .../custom/Update-AzLoad.ps1 | 5 ++ .../LoadTesting.Autorest/generate-info.json | 3 + src/LoadTesting/LoadTesting.sln | 89 +++++++++++++++++-- .../LoadTesting/Az.LoadTesting.psd1 | 14 +-- 8 files changed, 108 insertions(+), 41 deletions(-) create mode 100644 src/LoadTesting/LoadTesting.Autorest/generate-info.json diff --git a/src/LoadTesting/LoadTesting.Autorest/Properties/AssemblyInfo.cs b/src/LoadTesting/LoadTesting.Autorest/Properties/AssemblyInfo.cs index a9ff65b9f614..3d33bcc5524b 100644 --- a/src/LoadTesting/LoadTesting.Autorest/Properties/AssemblyInfo.cs +++ b/src/LoadTesting/LoadTesting.Autorest/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] [assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] [assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - LoadTesting")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0.0")] -[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] -[assembly: System.CLSCompliantAttribute(false)] \ No newline at end of file +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/LoadTesting/LoadTesting.Autorest/README.md b/src/LoadTesting/LoadTesting.Autorest/README.md index 59cc1ac62036..77c91a1c5422 100644 --- a/src/LoadTesting/LoadTesting.Autorest/README.md +++ b/src/LoadTesting/LoadTesting.Autorest/README.md @@ -268,26 +268,4 @@ directive: verb: Remove subject: Load hide: true - - - where: - verb: New - subject: Load - set: - breaking-change: - replacement-cmdlet: New-AzLoad - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 15.0.0 - change-effective-date: 2025/11 - change-description: "***********************************************************************\\r\\n* This cmdlet will undergo a breaking change in a future release. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at: https://learn.microsoft.com/powershell/azure/breaking-changes-generated-modules *\\r\\n***********************************************************************" - - # - where: - # verb: New|Update - # subject: Load - # set: - # breaking-change: - # deprecated-by-version: 2.0.0 - # deprecated-by-azversion: 15.0.0 - # change-effective-date: 2025/11 - # change-description: this is a message - ``` diff --git a/src/LoadTesting/LoadTesting.Autorest/custom/Get-AzLoad.ps1 b/src/LoadTesting/LoadTesting.Autorest/custom/Get-AzLoad.ps1 index a07695efadf8..269052050039 100644 --- a/src/LoadTesting/LoadTesting.Autorest/custom/Get-AzLoad.ps1 +++ b/src/LoadTesting/LoadTesting.Autorest/custom/Get-AzLoad.ps1 @@ -30,6 +30,11 @@ Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResou https://learn.microsoft.com/powershell/module/az.loadtesting/get-azload #> function Get-AzLoad { + [Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.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.LoadTesting.Models.Api20221201.ILoadTestResource])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( diff --git a/src/LoadTesting/LoadTesting.Autorest/custom/New-AzLoad.ps1 b/src/LoadTesting/LoadTesting.Autorest/custom/New-AzLoad.ps1 index 5ca28dc0cf8e..9f33cb14a3ae 100644 --- a/src/LoadTesting/LoadTesting.Autorest/custom/New-AzLoad.ps1 +++ b/src/LoadTesting/LoadTesting.Autorest/custom/New-AzLoad.ps1 @@ -30,6 +30,11 @@ Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResou https://learn.microsoft.com/powershell/module/az.loadtesting/new-azload #> function New-AzLoad { + [Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.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.LoadTesting.Models.Api20221201.ILoadTestResource])] [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( diff --git a/src/LoadTesting/LoadTesting.Autorest/custom/Update-AzLoad.ps1 b/src/LoadTesting/LoadTesting.Autorest/custom/Update-AzLoad.ps1 index 18a1ef3a2d0a..50dacc1701b9 100644 --- a/src/LoadTesting/LoadTesting.Autorest/custom/Update-AzLoad.ps1 +++ b/src/LoadTesting/LoadTesting.Autorest/custom/Update-AzLoad.ps1 @@ -30,6 +30,11 @@ Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResou https://learn.microsoft.com/powershell/module/az.loadtesting/update-azload #> function Update-AzLoad { + [Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.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.LoadTesting.Models.Api20221201.ILoadTestResource])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( diff --git a/src/LoadTesting/LoadTesting.Autorest/generate-info.json b/src/LoadTesting/LoadTesting.Autorest/generate-info.json new file mode 100644 index 000000000000..069ee8209553 --- /dev/null +++ b/src/LoadTesting/LoadTesting.Autorest/generate-info.json @@ -0,0 +1,3 @@ +{ + "generate_Id": "4d81aa0f-2ed1-4c4b-859b-c10a57b473a3" +} diff --git a/src/LoadTesting/LoadTesting.sln b/src/LoadTesting/LoadTesting.sln index b264849c2fa8..60a0c78aeccf 100644 --- a/src/LoadTesting/LoadTesting.sln +++ b/src/LoadTesting/LoadTesting.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -21,49 +21,119 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{7837D7A0-A EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadTesting", "LoadTesting\LoadTesting.csproj", "{0A6C6017-0802-4D1A-A23D-269EF81E8B60}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.LoadTesting", "..\..\generated\LoadTesting\LoadTesting.Autorest\Az.LoadTesting.csproj", "{2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LoadTesting.Autorest", "LoadTesting.Autorest", "{B95622F7-8CCF-3676-EE42-4A741F41DE56}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.LoadTesting", "..\..\generated\LoadTesting\LoadTesting.Autorest\Az.LoadTesting.csproj", "{E0D4FA34-F1EA-4616-A517-28C700DB1654}" 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 {08F46032-BC80-4DC3-8883-F499250FB414}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {08F46032-BC80-4DC3-8883-F499250FB414}.Debug|Any CPU.Build.0 = Debug|Any CPU + {08F46032-BC80-4DC3-8883-F499250FB414}.Debug|x64.ActiveCfg = Debug|Any CPU + {08F46032-BC80-4DC3-8883-F499250FB414}.Debug|x64.Build.0 = Debug|Any CPU + {08F46032-BC80-4DC3-8883-F499250FB414}.Debug|x86.ActiveCfg = Debug|Any CPU + {08F46032-BC80-4DC3-8883-F499250FB414}.Debug|x86.Build.0 = Debug|Any CPU {08F46032-BC80-4DC3-8883-F499250FB414}.Release|Any CPU.ActiveCfg = Release|Any CPU {08F46032-BC80-4DC3-8883-F499250FB414}.Release|Any CPU.Build.0 = Release|Any CPU + {08F46032-BC80-4DC3-8883-F499250FB414}.Release|x64.ActiveCfg = Release|Any CPU + {08F46032-BC80-4DC3-8883-F499250FB414}.Release|x64.Build.0 = Release|Any CPU + {08F46032-BC80-4DC3-8883-F499250FB414}.Release|x86.ActiveCfg = Release|Any CPU + {08F46032-BC80-4DC3-8883-F499250FB414}.Release|x86.Build.0 = Release|Any CPU {94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|Any CPU.Build.0 = Debug|Any CPU + {94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|x64.ActiveCfg = Debug|Any CPU + {94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|x64.Build.0 = Debug|Any CPU + {94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|x86.ActiveCfg = Debug|Any CPU + {94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|x86.Build.0 = Debug|Any CPU {94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|Any CPU.ActiveCfg = Release|Any CPU {94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|Any CPU.Build.0 = Release|Any CPU + {94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|x64.ActiveCfg = Release|Any CPU + {94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|x64.Build.0 = Release|Any CPU + {94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|x86.ActiveCfg = Release|Any CPU + {94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|x86.Build.0 = Release|Any CPU {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|x64.ActiveCfg = Debug|Any CPU + {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|x64.Build.0 = Debug|Any CPU + {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|x86.ActiveCfg = Debug|Any CPU + {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|x86.Build.0 = Debug|Any CPU {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|Any CPU.ActiveCfg = Release|Any CPU {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|Any CPU.Build.0 = Release|Any CPU + {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|x64.ActiveCfg = Release|Any CPU + {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|x64.Build.0 = Release|Any CPU + {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|x86.ActiveCfg = Release|Any CPU + {DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|x86.Build.0 = Release|Any CPU {47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|x64.ActiveCfg = Debug|Any CPU + {47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|x64.Build.0 = Debug|Any CPU + {47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|x86.ActiveCfg = Debug|Any CPU + {47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|x86.Build.0 = Debug|Any CPU {47603959-1C4D-4853-A175-83AE1410B7B5}.Release|Any CPU.ActiveCfg = Release|Any CPU {47603959-1C4D-4853-A175-83AE1410B7B5}.Release|Any CPU.Build.0 = Release|Any CPU + {47603959-1C4D-4853-A175-83AE1410B7B5}.Release|x64.ActiveCfg = Release|Any CPU + {47603959-1C4D-4853-A175-83AE1410B7B5}.Release|x64.Build.0 = Release|Any CPU + {47603959-1C4D-4853-A175-83AE1410B7B5}.Release|x86.ActiveCfg = Release|Any CPU + {47603959-1C4D-4853-A175-83AE1410B7B5}.Release|x86.Build.0 = Release|Any CPU {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|x64.ActiveCfg = Debug|Any CPU + {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|x64.Build.0 = Debug|Any CPU + {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|x86.ActiveCfg = Debug|Any CPU + {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|x86.Build.0 = Debug|Any CPU {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|Any CPU.ActiveCfg = Release|Any CPU {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|Any CPU.Build.0 = Release|Any CPU + {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|x64.ActiveCfg = Release|Any CPU + {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|x64.Build.0 = Release|Any CPU + {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|x86.ActiveCfg = Release|Any CPU + {F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|x86.Build.0 = Release|Any CPU {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|x64.ActiveCfg = Debug|Any CPU + {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|x64.Build.0 = Debug|Any CPU + {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|x86.ActiveCfg = Debug|Any CPU + {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|x86.Build.0 = Debug|Any CPU {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|Any CPU.ActiveCfg = Release|Any CPU {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|Any CPU.Build.0 = Release|Any CPU + {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|x64.ActiveCfg = Release|Any CPU + {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|x64.Build.0 = Release|Any CPU + {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|x86.ActiveCfg = Release|Any CPU + {9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|x86.Build.0 = Release|Any CPU {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|x64.ActiveCfg = Debug|Any CPU + {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|x64.Build.0 = Debug|Any CPU + {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|x86.ActiveCfg = Debug|Any CPU + {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|x86.Build.0 = Debug|Any CPU {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|Any CPU.ActiveCfg = Release|Any CPU {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|Any CPU.Build.0 = Release|Any CPU - {2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}.Release|Any CPU.Build.0 = Release|Any CPU + {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|x64.ActiveCfg = Release|Any CPU + {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|x64.Build.0 = Release|Any CPU + {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|x86.ActiveCfg = Release|Any CPU + {0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|x86.Build.0 = Release|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|x64.ActiveCfg = Debug|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|x64.Build.0 = Debug|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|x86.ActiveCfg = Debug|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|x86.Build.0 = Debug|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|Any CPU.Build.0 = Release|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|x64.ActiveCfg = Release|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|x64.Build.0 = Release|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|x86.ActiveCfg = Release|Any CPU + {E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {08F46032-BC80-4DC3-8883-F499250FB414} = {75FD1C50-BACE-452E-8DF6-A875780E3BA0} @@ -73,5 +143,6 @@ Global {F99E356D-3135-4444-ABC6-7A5DC4FC5734} = {75FD1C50-BACE-452E-8DF6-A875780E3BA0} {9C942A00-3CBF-4288-99C5-A96B832DA2AE} = {75FD1C50-BACE-452E-8DF6-A875780E3BA0} {0A6C6017-0802-4D1A-A23D-269EF81E8B60} = {7837D7A0-A561-47B6-AF6F-7D0487673C43} + {E0D4FA34-F1EA-4616-A517-28C700DB1654} = {B95622F7-8CCF-3676-EE42-4A741F41DE56} EndGlobalSection EndGlobal diff --git a/src/LoadTesting/LoadTesting/Az.LoadTesting.psd1 b/src/LoadTesting/LoadTesting/Az.LoadTesting.psd1 index eed0647e36ad..2ab67cc0b0f9 100644 --- a/src/LoadTesting/LoadTesting/Az.LoadTesting.psd1 +++ b/src/LoadTesting/LoadTesting/Az.LoadTesting.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 10/1/2025 # @{ @@ -51,19 +51,19 @@ 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.0.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'LoadTesting.Autorest/bin/Az.LoadTesting.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 = 'LoadTesting.Autorest\Az.LoadTesting.format.ps1xml' +FormatsToProcess = 'LoadTesting.Autorest/Az.LoadTesting.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess NestedModules = @('LoadTesting.Autorest/Az.LoadTesting.psm1') @@ -95,7 +95,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','LoadTesting' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'LoadTesting' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -120,7 +120,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = ''