Skip to content

Commit 8937a7c

Browse files
authored
[PS] Update Relay breaking change message (#28182)
1 parent 05218dd commit 8937a7c

File tree

7 files changed

+32
-26
lines changed

7 files changed

+32
-26
lines changed

src/Relay/Relay.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Relay")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.1.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("2.1.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.1.1")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("2.1.1")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]
27-

src/Relay/Relay.Autorest/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ directive:
4949
subject: NameSpace
5050
set:
5151
breaking-change:
52-
change-description: "The type of property 'PrivateEndpointConnection' will be changed to 'List'."
52+
deprecated-output-properties:
53+
- PrivateEndpointConnection
54+
new-output-properties:
55+
- List[PrivateEndpointConnection]
5356
deprecated-by-version: 9.0.0
5457
deprecated-by-azversion: 15.0.0
5558
change-effective-date: 2025/11/03
@@ -58,7 +61,10 @@ directive:
5861
subject: NamespaceNetworkRuleSet
5962
set:
6063
breaking-change:
61-
change-description: "The type of property 'IPRule' will be changed to 'List'."
64+
deprecated-output-properties:
65+
- IPRule
66+
new-output-properties:
67+
- List[IPRule]
6268
deprecated-by-version: 9.0.0
6369
deprecated-by-azversion: 15.0.0
6470
change-effective-date: 2025/11/03

src/Relay/Relay.Autorest/docs/Az.Relay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Relay
3-
Module Guid: 8255faf9-3ba7-48f7-a2f5-bce38ad11823
3+
Module Guid: fc75e4f5-af4d-4046-b098-0c3dc2f5ed69
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.relay
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": "b611364a-a616-431f-a83e-8d9485996016"
2+
"generate_Id": "1f5ea776-6d31-4a43-ac09-590549947359"
33
}

src/Relay/Relay.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Relay", "Relay\Relay.csproj
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Relay.Autorest", "Relay.Autorest", "{9D215FAF-7D14-6451-E96F-6E7AE528381B}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Relay", "..\..\generated\Relay\Relay.Autorest\Az.Relay.csproj", "{C1B621E7-AC01-468A-96A1-03B4697C1386}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Relay", "..\..\generated\Relay\Relay.Autorest\Az.Relay.csproj", "{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -117,18 +117,18 @@ Global
117117
{593F4BB3-9D13-4F80-8675-CA743EE21871}.Release|x64.Build.0 = Release|Any CPU
118118
{593F4BB3-9D13-4F80-8675-CA743EE21871}.Release|x86.ActiveCfg = Release|Any CPU
119119
{593F4BB3-9D13-4F80-8675-CA743EE21871}.Release|x86.Build.0 = Release|Any CPU
120-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Debug|Any CPU.Build.0 = Debug|Any CPU
122-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Debug|x64.ActiveCfg = Debug|Any CPU
123-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Debug|x64.Build.0 = Debug|Any CPU
124-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Debug|x86.ActiveCfg = Debug|Any CPU
125-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Debug|x86.Build.0 = Debug|Any CPU
126-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Release|Any CPU.ActiveCfg = Release|Any CPU
127-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Release|Any CPU.Build.0 = Release|Any CPU
128-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Release|x64.ActiveCfg = Release|Any CPU
129-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Release|x64.Build.0 = Release|Any CPU
130-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Release|x86.ActiveCfg = Release|Any CPU
131-
{C1B621E7-AC01-468A-96A1-03B4697C1386}.Release|x86.Build.0 = Release|Any CPU
120+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Debug|x64.Build.0 = Debug|Any CPU
124+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Debug|x86.Build.0 = Debug|Any CPU
126+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Release|x64.ActiveCfg = Release|Any CPU
129+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Release|x64.Build.0 = Release|Any CPU
130+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Release|x86.ActiveCfg = Release|Any CPU
131+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6}.Release|x86.Build.0 = Release|Any CPU
132132
EndGlobalSection
133133
GlobalSection(SolutionProperties) = preSolution
134134
HideSolutionNode = FALSE
@@ -140,6 +140,6 @@ Global
140140
{BA05F2C8-5170-4F86-AE1B-A88DAE56988D} = {45C54B75-8193-420A-B7C7-7BABF9F75392}
141141
{F2E03A1B-B189-4313-9023-F39096EEC358} = {45C54B75-8193-420A-B7C7-7BABF9F75392}
142142
{0E445E1F-87B3-42A4-A8C6-93A2E5E97E25} = {45C54B75-8193-420A-B7C7-7BABF9F75392}
143-
{C1B621E7-AC01-468A-96A1-03B4697C1386} = {9D215FAF-7D14-6451-E96F-6E7AE528381B}
143+
{6EDD6F3E-D4AE-44E1-B244-4660E17263B6} = {9D215FAF-7D14-6451-E96F-6E7AE528381B}
144144
EndGlobalSection
145145
EndGlobal

src/Relay/Relay/Az.Relay.psd1

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

99
@{
@@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; })
5757
RequiredAssemblies = 'Relay.Autorest/bin/Az.Relay.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
6666
FormatsToProcess = 'Relay.Autorest/Az.Relay.format.ps1xml'
@@ -105,7 +105,7 @@ PrivateData = @{
105105
PSData = @{
106106

107107
# Tags applied to this module. These help with module discovery in online galleries.
108-
Tags = 'Azure','ResourceManager','ARM','PSModule','Relay'
108+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Relay'
109109

110110
# A URL to the license for this module.
111111
LicenseUri = 'https://aka.ms/azps-license'
@@ -133,7 +133,7 @@ PrivateData = @{
133133

134134
} # End of PSData hashtable
135135

136-
} # End of PrivateData hashtable
136+
} # End of PrivateData hashtable
137137

138138
# HelpInfo URI of this module
139139
# HelpInfoURI = ''

src/Relay/Relay/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+
* Update the outputs of breaking change announcements.
2122

2223
## Version 2.1.1
2324
* Added breaking change announcement for below commands.

0 commit comments

Comments
 (0)