Skip to content

Commit 5a8467b

Browse files
committed
remove warning message in Get-AzureRmLocation.
1 parent f341de8 commit 5a8467b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Locations/GetAzureLocationCmdlet.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public class GetAzureLocationCmdlet: ResourceManagerCmdletBase
3434
/// </summary>
3535
public override void ExecuteCmdlet()
3636
{
37-
WriteWarning("The output object type of this cmdlet will be modified in a future release.");
38-
3937
var allLocations = this.SubscriptionSdkClient.ListLocations(DefaultContext.Subscription.Id.ToString());
4038
var providers = this.ResourceManagerSdkClient.ListResourceProviders(providerName: null, listAvailable: true);
4139
var providerLocations = ConstructResourceProviderLocations(allLocations, providers);

0 commit comments

Comments
 (0)