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/Resources/ResourceManager/Implementation/CmdletBase/ResourceManagerCmdletBaseWithAPiVersion.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public abstract class ResourceManagerCmdletBaseWithApiVersion : ResourceManagerC
25
25
/// </summary>
26
26
[Parameter(Mandatory=false,HelpMessage="When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.")]
@@ -95,32 +96,90 @@ public class ExportAzureResourceGroupCmdlet : ResourceManagerCmdletBaseWithApiVe
95
96
[Parameter(Mandatory=false,HelpMessage="Do not ask for confirmation.")]
96
97
publicSwitchParameterForce{get;set;}
97
98
99
+
/// <summary>
100
+
/// Gets or sets the API version.
101
+
/// </summary>
102
+
[CmdletParameterBreakingChange("ApiVersion",ChangeDescription="Parameter is being deprecated without being replaced")]
103
+
[Parameter(Mandatory=false,HelpMessage="When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the latest available.")]
0 commit comments