diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/AEM/GetAzureRmVMAEMExtension.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/AEM/GetAzureRmVMAEMExtension.cs index c20368454452..80ff808d035d 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Extension/AEM/GetAzureRmVMAEMExtension.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Extension/AEM/GetAzureRmVMAEMExtension.cs @@ -127,11 +127,6 @@ public override void ExecuteCmdlet() }); } - private void WriteInformation(string message, params string[] args) - { - base.WriteInformation(String.Format(message, args), new string[0]); - } - private void WriteVerbose(string message, params object[] args) { base.WriteVerbose(String.Format(message, args)); diff --git a/src/ResourceManager/Profile/Commands.Profile.Test/ProfileModuleTests.cs b/src/ResourceManager/Profile/Commands.Profile.Test/ProfileModuleTests.cs index 50a9b946e131..dd3202eb7114 100644 --- a/src/ResourceManager/Profile/Commands.Profile.Test/ProfileModuleTests.cs +++ b/src/ResourceManager/Profile/Commands.Profile.Test/ProfileModuleTests.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Profile.Test { public class ProfileModuleTests { - [Fact(Skip="Removed flaky test from CI.")] + [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] public void WarningOnIncompatibleVersions() {