Skip to content

Commit e476553

Browse files
authored
LoadTesting module breaking change announcement (#28481)
1 parent ad3db57 commit e476553

File tree

10 files changed

+142
-18
lines changed

10 files changed

+142
-18
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - LoadTesting")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/LoadTesting/LoadTesting.Autorest/custom/Get-AzLoad.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResou
3030
https://learn.microsoft.com/powershell/module/az.loadtesting/get-azload
3131
#>
3232
function Get-AzLoad {
33+
[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.PreviewMessage("**********************************************************************************************`n
34+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *`n
35+
* At least one change applies to this cmdlet. *`n
36+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n
37+
***************************************************************************************************")]
3338
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource])]
3439
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
3540
param(

src/LoadTesting/LoadTesting.Autorest/custom/New-AzLoad.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResou
3030
https://learn.microsoft.com/powershell/module/az.loadtesting/new-azload
3131
#>
3232
function New-AzLoad {
33+
[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.PreviewMessage("**********************************************************************************************`n
34+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *`n
35+
* At least one change applies to this cmdlet. *`n
36+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n
37+
***************************************************************************************************")]
3338
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource])]
3439
[CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
3540
param(

src/LoadTesting/LoadTesting.Autorest/custom/Update-AzLoad.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResou
3030
https://learn.microsoft.com/powershell/module/az.loadtesting/update-azload
3131
#>
3232
function Update-AzLoad {
33+
[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.PreviewMessage("**********************************************************************************************`n
34+
* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *`n
35+
* At least one change applies to this cmdlet. *`n
36+
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n
37+
***************************************************************************************************")]
3338
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.Api20221201.ILoadTestResource])]
3439
[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
3540
param(

src/LoadTesting/LoadTesting.Autorest/docs/Az.LoadTesting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.LoadTesting
3-
Module Guid: 739ddedf-3d49-40e0-bc84-00bedfe6b2ec
3+
Module Guid: ff12ec77-2eea-44bd-a3f0-1076cb249c14
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.loadtesting
55
Help Version: 1.0.0.0
66
Locale: en-US
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "cdffb374-400d-44cf-9472-614c31d97b60"
2+
"generate_Id": "4d81aa0f-2ed1-4c4b-859b-c10a57b473a3"
33
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Resources
2+
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.
3+
4+
## Info
5+
- Modifiable: yes
6+
- Generated: no
7+
- Committed: yes
8+
- Packaged: no
9+
10+
## Purpose
11+
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.

src/LoadTesting/LoadTesting.sln

Lines changed: 80 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
@@ -21,49 +21,119 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{7837D7A0-A
2121
EndProject
2222
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadTesting", "LoadTesting\LoadTesting.csproj", "{0A6C6017-0802-4D1A-A23D-269EF81E8B60}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.LoadTesting", "..\..\generated\LoadTesting\LoadTesting.Autorest\Az.LoadTesting.csproj", "{2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}"
24+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LoadTesting.Autorest", "LoadTesting.Autorest", "{B95622F7-8CCF-3676-EE42-4A741F41DE56}"
25+
EndProject
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.LoadTesting", "..\..\generated\LoadTesting\LoadTesting.Autorest\Az.LoadTesting.csproj", "{E0D4FA34-F1EA-4616-A517-28C700DB1654}"
2527
EndProject
2628
Global
2729
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2830
Debug|Any CPU = Debug|Any CPU
31+
Debug|x64 = Debug|x64
32+
Debug|x86 = Debug|x86
2933
Release|Any CPU = Release|Any CPU
30-
EndGlobalSection
31-
GlobalSection(SolutionProperties) = preSolution
32-
HideSolutionNode = FALSE
34+
Release|x64 = Release|x64
35+
Release|x86 = Release|x86
3336
EndGlobalSection
3437
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3538
{08F46032-BC80-4DC3-8883-F499250FB414}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3639
{08F46032-BC80-4DC3-8883-F499250FB414}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{08F46032-BC80-4DC3-8883-F499250FB414}.Debug|x64.ActiveCfg = Debug|Any CPU
41+
{08F46032-BC80-4DC3-8883-F499250FB414}.Debug|x64.Build.0 = Debug|Any CPU
42+
{08F46032-BC80-4DC3-8883-F499250FB414}.Debug|x86.ActiveCfg = Debug|Any CPU
43+
{08F46032-BC80-4DC3-8883-F499250FB414}.Debug|x86.Build.0 = Debug|Any CPU
3744
{08F46032-BC80-4DC3-8883-F499250FB414}.Release|Any CPU.ActiveCfg = Release|Any CPU
3845
{08F46032-BC80-4DC3-8883-F499250FB414}.Release|Any CPU.Build.0 = Release|Any CPU
46+
{08F46032-BC80-4DC3-8883-F499250FB414}.Release|x64.ActiveCfg = Release|Any CPU
47+
{08F46032-BC80-4DC3-8883-F499250FB414}.Release|x64.Build.0 = Release|Any CPU
48+
{08F46032-BC80-4DC3-8883-F499250FB414}.Release|x86.ActiveCfg = Release|Any CPU
49+
{08F46032-BC80-4DC3-8883-F499250FB414}.Release|x86.Build.0 = Release|Any CPU
3950
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4051
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|Any CPU.Build.0 = Debug|Any CPU
52+
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|x64.ActiveCfg = Debug|Any CPU
53+
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|x64.Build.0 = Debug|Any CPU
54+
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|x86.ActiveCfg = Debug|Any CPU
55+
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Debug|x86.Build.0 = Debug|Any CPU
4156
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|Any CPU.ActiveCfg = Release|Any CPU
4257
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|Any CPU.Build.0 = Release|Any CPU
58+
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|x64.ActiveCfg = Release|Any CPU
59+
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|x64.Build.0 = Release|Any CPU
60+
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|x86.ActiveCfg = Release|Any CPU
61+
{94AAB9C7-409E-430D-9AE8-4C2375085382}.Release|x86.Build.0 = Release|Any CPU
4362
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4463
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
64+
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|x64.ActiveCfg = Debug|Any CPU
65+
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|x64.Build.0 = Debug|Any CPU
66+
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|x86.ActiveCfg = Debug|Any CPU
67+
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Debug|x86.Build.0 = Debug|Any CPU
4568
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
4669
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|Any CPU.Build.0 = Release|Any CPU
70+
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|x64.ActiveCfg = Release|Any CPU
71+
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|x64.Build.0 = Release|Any CPU
72+
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|x86.ActiveCfg = Release|Any CPU
73+
{DD4F7DF5-B594-495A-8E22-8DC96FF7EFE6}.Release|x86.Build.0 = Release|Any CPU
4774
{47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4875
{47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
76+
{47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|x64.ActiveCfg = Debug|Any CPU
77+
{47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|x64.Build.0 = Debug|Any CPU
78+
{47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|x86.ActiveCfg = Debug|Any CPU
79+
{47603959-1C4D-4853-A175-83AE1410B7B5}.Debug|x86.Build.0 = Debug|Any CPU
4980
{47603959-1C4D-4853-A175-83AE1410B7B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
5081
{47603959-1C4D-4853-A175-83AE1410B7B5}.Release|Any CPU.Build.0 = Release|Any CPU
82+
{47603959-1C4D-4853-A175-83AE1410B7B5}.Release|x64.ActiveCfg = Release|Any CPU
83+
{47603959-1C4D-4853-A175-83AE1410B7B5}.Release|x64.Build.0 = Release|Any CPU
84+
{47603959-1C4D-4853-A175-83AE1410B7B5}.Release|x86.ActiveCfg = Release|Any CPU
85+
{47603959-1C4D-4853-A175-83AE1410B7B5}.Release|x86.Build.0 = Release|Any CPU
5186
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5287
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|Any CPU.Build.0 = Debug|Any CPU
88+
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|x64.ActiveCfg = Debug|Any CPU
89+
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|x64.Build.0 = Debug|Any CPU
90+
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|x86.ActiveCfg = Debug|Any CPU
91+
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Debug|x86.Build.0 = Debug|Any CPU
5392
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|Any CPU.ActiveCfg = Release|Any CPU
5493
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|Any CPU.Build.0 = Release|Any CPU
94+
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|x64.ActiveCfg = Release|Any CPU
95+
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|x64.Build.0 = Release|Any CPU
96+
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|x86.ActiveCfg = Release|Any CPU
97+
{F99E356D-3135-4444-ABC6-7A5DC4FC5734}.Release|x86.Build.0 = Release|Any CPU
5598
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5699
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
100+
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|x64.ActiveCfg = Debug|Any CPU
101+
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|x64.Build.0 = Debug|Any CPU
102+
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|x86.ActiveCfg = Debug|Any CPU
103+
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Debug|x86.Build.0 = Debug|Any CPU
57104
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
58105
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|Any CPU.Build.0 = Release|Any CPU
106+
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|x64.ActiveCfg = Release|Any CPU
107+
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|x64.Build.0 = Release|Any CPU
108+
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|x86.ActiveCfg = Release|Any CPU
109+
{9C942A00-3CBF-4288-99C5-A96B832DA2AE}.Release|x86.Build.0 = Release|Any CPU
59110
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60111
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|Any CPU.Build.0 = Debug|Any CPU
112+
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|x64.ActiveCfg = Debug|Any CPU
113+
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|x64.Build.0 = Debug|Any CPU
114+
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|x86.ActiveCfg = Debug|Any CPU
115+
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Debug|x86.Build.0 = Debug|Any CPU
61116
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|Any CPU.ActiveCfg = Release|Any CPU
62117
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|Any CPU.Build.0 = Release|Any CPU
63-
{2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
64-
{2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}.Debug|Any CPU.Build.0 = Debug|Any CPU
65-
{2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}.Release|Any CPU.ActiveCfg = Release|Any CPU
66-
{2C6CFD8B-4950-4EA8-A97B-D874B9B49A26}.Release|Any CPU.Build.0 = Release|Any CPU
118+
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|x64.ActiveCfg = Release|Any CPU
119+
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|x64.Build.0 = Release|Any CPU
120+
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|x86.ActiveCfg = Release|Any CPU
121+
{0A6C6017-0802-4D1A-A23D-269EF81E8B60}.Release|x86.Build.0 = Release|Any CPU
122+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
123+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|Any CPU.Build.0 = Debug|Any CPU
124+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|x64.ActiveCfg = Debug|Any CPU
125+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|x64.Build.0 = Debug|Any CPU
126+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|x86.ActiveCfg = Debug|Any CPU
127+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Debug|x86.Build.0 = Debug|Any CPU
128+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|Any CPU.ActiveCfg = Release|Any CPU
129+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|Any CPU.Build.0 = Release|Any CPU
130+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|x64.ActiveCfg = Release|Any CPU
131+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|x64.Build.0 = Release|Any CPU
132+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|x86.ActiveCfg = Release|Any CPU
133+
{E0D4FA34-F1EA-4616-A517-28C700DB1654}.Release|x86.Build.0 = Release|Any CPU
134+
EndGlobalSection
135+
GlobalSection(SolutionProperties) = preSolution
136+
HideSolutionNode = FALSE
67137
EndGlobalSection
68138
GlobalSection(NestedProjects) = preSolution
69139
{08F46032-BC80-4DC3-8883-F499250FB414} = {75FD1C50-BACE-452E-8DF6-A875780E3BA0}
@@ -73,5 +143,6 @@ Global
73143
{F99E356D-3135-4444-ABC6-7A5DC4FC5734} = {75FD1C50-BACE-452E-8DF6-A875780E3BA0}
74144
{9C942A00-3CBF-4288-99C5-A96B832DA2AE} = {75FD1C50-BACE-452E-8DF6-A875780E3BA0}
75145
{0A6C6017-0802-4D1A-A23D-269EF81E8B60} = {7837D7A0-A561-47B6-AF6F-7D0487673C43}
146+
{E0D4FA34-F1EA-4616-A517-28C700DB1654} = {B95622F7-8CCF-3676-EE42-4A741F41DE56}
76147
EndGlobalSection
77148
EndGlobal

src/LoadTesting/LoadTesting/Az.LoadTesting.psd1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/9/2025
6+
# Generated on: 10/1/2025
77
#
88

99
@{
@@ -51,19 +51,19 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.2.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'LoadTesting.Autorest/bin/Az.LoadTesting.private.dll'
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
# ScriptsToProcess = @()
60+
ScriptsToProcess = @()
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
63-
# TypesToProcess = @()
63+
TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
66-
FormatsToProcess = 'LoadTesting.Autorest\Az.LoadTesting.format.ps1xml'
66+
FormatsToProcess = 'LoadTesting.Autorest/Az.LoadTesting.format.ps1xml'
6767

6868
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
6969
NestedModules = @('LoadTesting.Autorest/Az.LoadTesting.psm1')
@@ -95,7 +95,7 @@ PrivateData = @{
9595
PSData = @{
9696

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags = 'Azure','ResourceManager','ARM','PSModule','LoadTesting'
98+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'LoadTesting'
9999

100100
# A URL to the license for this module.
101101
LicenseUri = 'https://aka.ms/azps-license'
@@ -120,7 +120,7 @@ PrivateData = @{
120120

121121
} # End of PSData hashtable
122122

123-
} # End of PrivateData hashtable
123+
} # End of PrivateData hashtable
124124

125125
# HelpInfo URI of this module
126126
# HelpInfoURI = ''

src/LoadTesting/LoadTesting/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
2122

2223
## Version 1.1.0
2324
* Upgraded nuget package to signed package.

0 commit comments

Comments
 (0)