Skip to content

Commit 4542a6c

Browse files
authored
delete outdated breaking warning messages (#24058)
1 parent 858a3c9 commit 4542a6c

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/Monitor/Monitor/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Remove outdated breaking change warning [#24033]
2223

2324
## Version 5.0.0
2425
* [Breaking Change] Action Group upgraded API version to stable 2023-01-01

src/Monitor/Monitor/MonitorCmdletBase.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,6 @@ public override void ExecuteCmdlet()
9393
string exName = null;
9494
try
9595
{
96-
this.WriteIdentifiedWarning(
97-
cmdletName: "",
98-
topic: "",
99-
message: "*** The namespace for all the model classes will change from Microsoft.Azure.Management.Monitor.Management.Models to Microsoft.Azure.Management.Monitor.Models in future releases.",
100-
withTimeStamp: true);
101-
this.WriteIdentifiedWarning(
102-
cmdletName: "",
103-
topic: "",
104-
message: "*** The namespace for output classes will be uniform for all classes in future releases to make it independent of modifications in the model classes.",
105-
withTimeStamp: true);
10696
this.ProcessRecordInternal();
10797
}
10898
catch (AggregateException ex)

0 commit comments

Comments
 (0)