You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Monitor/Monitor/MonitorCmdletBase.cs
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -93,16 +93,6 @@ public override void ExecuteCmdlet()
93
93
stringexName=null;
94
94
try
95
95
{
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.",
0 commit comments