-
Notifications
You must be signed in to change notification settings - Fork 4k
Microsoft.StorageSync - Adding Cmdlets to Az.StorageSync module #8465
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
Microsoft.StorageSync - Adding Cmdlets to Az.StorageSync module #8465
Conversation
…ase. Remove tests deriving of test controller base. Used updated test controller from master with slight modifications.
StorageSync test runner fix
…quired clients to test controller.
Removed multi SDK dependency, added required clients to test controller
…to Az-StorageSync-v5-try1
…to Az-StorageSync-v5-try1
…to Az-StorageSync-v5-try1
…to Az-StorageSync-v5-try1
�[?1h�=�[39;49m�[31m/home/travis/build/Azure/azure-powershell/build.proj(405,5): error MSB3030: Could not copy the file "/home/travis/build/Azure/azure-powershell/src/**/TestResults/*.trx" because it was not found. �[39;49m�[39;49m�[31m/home/travis/build/Azure/azure-powershell/build.proj(411,5): error : Test failures occured, check the files in artifacts/Test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is quite a bit of code, and looks like soem native code in this PR that should really be part of a .Net client-side SDK. It would be good if we could get the signoff from another dev on the StorageSync team for the partf of this code that perform native api calls.
Other comments inline.
src/StorageSync/StorageSync/help/Unregister-AzStorageSyncServer.md
Outdated
Show resolved
Hide resolved
src/StorageSync/StorageSync/ServerEndpoint/InvokeStorageSyncFileRecallCommand.cs
Show resolved
Hide resolved
src/StorageSync/StorageSync/RegisteredServer/RegisterServerCommand.cs
Outdated
Show resolved
Hide resolved
src/StorageSync/StorageSync/Common/ArgumentCompleters/StorageSyncServiceCompleterAttribute.cs
Outdated
Show resolved
Hide resolved
## Upcoming Release | ||
|
||
## Version 0.7.1 | ||
## Current Release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please bring this up to date - your changes should just be under Current Release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…to Az-StorageSync-v5-try1
…dlish2/azure-powershell into Az-StorageSync-v5-try1
dlets... :USERPROFILE : The term ':USERPROFILE' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:31 + Remove-Item -Path (Join-Path (:USERPROFILE) .nuget packages) -Recurse ... + ~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (:USERPROFILE:String) [], CommandNotFoundException mandNotFoundException Remove-Item : Cannot convert 'System.String' to the type 'System.Management.Automation.SwitchParameter' required by parameter 'Confirm'. At line:1 char:97 + ... re-powershell/artifacts -Recurse -Force -Confirm: -ErrorAction Ignore + ~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Remove-Item], ParameterBindingException + FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Commands.RemoveItemCommand ove-Item : Cannot convert 'System.String' to the type 'System.Management.Automation.SwitchParameter' required by parameter 'Confirm'. At line:1 char:148 + ... tResults' | Remove-Item -Recurse -Force -Confirm: -ErrorAction Ignore + ~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Remove-Item], ParameterBindingException + FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Commands.RemoveItemCommand
Moved to new PR with less commit history : #8527 |
Description
This is a change prepared against the design issue Az Powershell design issue
Checklist
CONTRIBUTING.md
platyPS
module