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
/// Deserializes a <see cref="global::System.Collections.IDictionary" /> into an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.SystemData"
72
-
========
73
66
/// Deserializes a <see cref="global::System.Collections.IDictionary" /> into an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.SystemData"
/// an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.ISystemData" />.
81
-
/// </returns>
82
-
public static Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.ISystemData DeserializeFromDictionary(global::System.Collections.IDictionarycontent)
83
-
========
84
71
/// an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.ISystemData" />.
/// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.SystemData"
95
-
========
96
79
/// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.SystemData"
/// an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.ISystemData" />.
104
-
/// </returns>
105
-
public staticMicrosoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.ISystemData DeserializeFromPSObject(global::System.Management.Automation.PSObjectcontent)
106
-
========
107
84
/// an instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.ISystemData" />.
public staticMicrosoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.ISystemData FromJsonString(stringjsonText)=>FromJson(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Json.JsonNode.Parse(jsonText));
122
-
123
-
/// <summary>
124
-
/// Deserializes a <see cref="global::System.Collections.IDictionary" /> into a new instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.SystemData"
/// Deserializes a <see cref="global::System.Collections.IDictionary" /> into a new instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.SystemData"
/// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into a new instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.SystemData"
197
-
========
198
140
/// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into a new instance of <see cref="Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.SystemData"
Copy file name to clipboardExpand all lines: src/ApplicationInsights/ApplicationInsights/ChangeLog.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
-
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).
22
21
23
22
## Version 3.0.0
24
23
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).
Copy file name to clipboardExpand all lines: src/Monitor/Monitor/ChangeLog.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@
19
19
-->
20
20
21
21
## Upcoming Release
22
-
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).
23
22
24
23
## Version 7.0.0
25
24
* Parameters EmailSendToSubscriptionAdministrator and EmailSendToSubscriptionCoAdministrator of cmdlet `New-AzAutoscaleNotificationObject` was unavailable after April 3, 2024 due to Azure classic administrator retirement.
Copy file name to clipboardExpand all lines: src/NetworkCloud/NetworkCloud/ChangeLog.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,6 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
-
* Below commands to support for new Managed Identity setting.
22
-
* Cmdlet `New-AzNetworkCloudCluster`
23
-
* Cmdlet `New-AzNetworkCloudClusterManager`
24
-
* Cmdlet `Update-AzNetworkCloudCluster`
25
-
* Cmdlet `Update-AzNetworkCloudClusterManager`
26
-
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).).
27
21
28
22
## Version 2.0.0
29
23
* Below commands to support for new Managed Identity setting.
Copy file name to clipboardExpand all lines: src/Resources/Resources/ChangeLog.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,6 @@
19
19
-->
20
20
21
21
## Upcoming Release
22
-
* Removed unavailable variant Get-AzRoleEligibleChildResource cmdlet for InputObject parameter.
23
-
* Introduced various new features by upgrading code generator. Please see details [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).
24
-
* Aligned dependency versions with other modules
25
22
26
23
## Version 9.0.0
27
24
* Removed unavailable variant Get-AzRoleEligibleChildResource cmdlet for InputObject parameter.
0 commit comments