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
@@ -99,7 +98,7 @@ public class ExportAzureResourceGroupCmdlet : ResourceManagerCmdletBaseWithApiVe
99
98
/// <summary>
100
99
/// Gets or sets the API version.
101
100
/// </summary>
102
-
[CmdletParameterBreakingChange("ApiVersion",ChangeDescription="Parameter is being deprecated without being replaced")]
101
+
[CmdletParameterBreakingChange("ApiVersion",ChangeDescription="Parameter is being deprecated without being replaced. Using the lastest possible API version will become the default behavior.")]
103
102
[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.")]
104
103
[ValidateNotNullOrEmpty]
105
104
publicoverridestringApiVersion{get;set;}
@@ -110,14 +109,14 @@ public class ExportAzureResourceGroupCmdlet : ResourceManagerCmdletBaseWithApiVe
0 commit comments