-
Notifications
You must be signed in to change notification settings - Fork 4k
Major refactoring: name changes, adding more cmdlets and fixins some bugs #1969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…o three. Removing the deprecation warning.
Last failure was in some other team's tests. Merging and checking in again to see if that resolves the issue. |
Still failing one test in another project. |
Failing this way: D:\workspace\powershell\AzurePowershell.test.targets(104,5): error : Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests.TestElasticPoolMetricGet [FAIL] [D:\workspace\powershell\build.proj] |
@gucalder this normally indicates an assembly load issue in the SQL cmdlets - does your PR update an assembly used by SQL? If so, have you updated the appropriate assembly reference? |
…d Get-AzureRmMetric.
I changes the name of the CmdLet called in the Sql test from Get-Metrics to Get-AzureRmMetric |
Another test is failing: Microsoft.Azure.Commands.AzureBackup.Test.ScenarioTests.AzureBackupPolicyTests.SetProtectionPolicyTests That call does not seem like related to us. I am merging from dev. |
The tests passed. |
No description provided.