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] 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.