Skip to content

Commit 6e80600

Browse files
authored
Remove preview message of -FederatedToken (#27218)
1 parent 5a521f5 commit 6e80600

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Accounts/Accounts/Account/ConnectAzureRmAccount.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -372,15 +372,6 @@ public override void ExecuteCmdlet()
372372
}
373373
}
374374

375-
if (ClientAssertionParameterSet.Equals(ParameterSetName, StringComparison.OrdinalIgnoreCase))
376-
{
377-
bool suppressWarningOrError = AzureSession.Instance.TryGetComponent<IConfigManager>(nameof(IConfigManager), out var configManager) && configManager.GetConfigValue<bool>(ConfigKeys.DisplayBreakingChangeWarning);
378-
if (!suppressWarningOrError)
379-
{
380-
WriteWarning("The feature related to parameter name 'FederatedToken' is under preview.");
381-
}
382-
}
383-
384375
var azureAccount = new AzureAccount();
385376

386377
switch (ParameterSetName)

0 commit comments

Comments
 (0)