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/ChangeLog.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
-->
20
20
21
21
## Upcoming Release
22
+
* Fixed an issue where users could not correctly ignore warning messages after setting environment variables [#17013]
22
23
23
24
## Version 3.0.0
24
25
* Added new properties EventName, Category, ResourceProviderName, OperationName, Status, SubStatus with type string as output for command Get-AzLog [#15833]
WriteWarningWithTimestamp("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.");
98
-
WriteWarningWithTimestamp("The namespace for output classes will be uniform for all classes in future releases to make it independent of modifications in the model classes.");
99
-
}
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