-
Notifications
You must be signed in to change notification settings - Fork 4k
Add Az.StorageSync Cmdlets supported by Microsoft.StorageSync RP - v5 version #8527
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
Add Az.StorageSync Cmdlets supported by Microsoft.StorageSync RP - v5 version #8527
Conversation
Old PR : #8465 |
Mark thinks that COM interaction should be in client SDK. [Won't Fix] |
[Mark] : would be good if we could get the signoff from another dev on the StorageSync team |
Remove Test code Add help content Add xml comments Re-Record
…azure-powershell into storage-sync2
Update StorageSync PR
…to Az-StorageSync-v5-Final
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.
I noted some places where resource strings were still needed, and a few places where the default parameters et needed to be changed. Also, there are a couple of depdnencies on test code in the cmdlets that should be removed.
build.proj
Outdated
@@ -49,19 +49,18 @@ | |||
<LibrarySourceFolder>$(LibraryRoot)src</LibrarySourceFolder> | |||
<LibraryToolsFolder>$(LibraryRoot)tools</LibraryToolsFolder> | |||
<LibraryArtifactsFolder>$(LibraryRoot)artifacts</LibraryArtifactsFolder> | |||
<LocalFeedFolder>$(LibraryToolsFolder)\LocalFeed</LocalFeedFolder> | |||
<Configuration Condition=" '$(Configuration)' != 'Release'">Debug</Configuration> | |||
<LocalFeedFolder>$(LibraryToolsFolder)/LocalFeed</LocalFeedFolder> <Configuration Condition=" '$(Configuration)' != 'Release'">Debug</Configuration> |
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.
fix line ending (note: this could be an issue with my PR, but please fix)
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.
This line still needs to be fixed
tools/StaticAnalysis/Exceptions/Az.StorageSync/SignatureIssues.csv
Outdated
Show resolved
Hide resolved
src/StorageSync/StorageSync.Test/Common/MockStorageSyncResourceManager.cs
Show resolved
Hide resolved
src/StorageSync/StorageSync.Test/Common/MockStorageSyncResourceManager.cs
Outdated
Show resolved
Hide resolved
src/StorageSync/StorageSync.Test/Common/MockStorageSyncResourceManager.cs
Show resolved
Hide resolved
src/StorageSync/StorageSync/ServerEndpoint/InvokeStorageSyncFileRecallCommand.cs
Outdated
Show resolved
Hide resolved
src/StorageSync/StorageSync/ServerEndpoint/RemoveServerEndpointCommand.cs
Show resolved
Hide resolved
src/StorageSync/StorageSync/StorageSyncService/RemoveStorageSyncServiceCommand.cs
Outdated
Show resolved
Hide resolved
src/StorageSync/StorageSync/Interfaces/IStorageSyncResourceManager.cs
Outdated
Show resolved
Hide resolved
Fixing issue with wildcard expansion with long paths
build.proj
Outdated
@@ -49,19 +49,18 @@ | |||
<LibrarySourceFolder>$(LibraryRoot)src</LibrarySourceFolder> | |||
<LibraryToolsFolder>$(LibraryRoot)tools</LibraryToolsFolder> | |||
<LibraryArtifactsFolder>$(LibraryRoot)artifacts</LibraryArtifactsFolder> | |||
<LocalFeedFolder>$(LibraryToolsFolder)\LocalFeed</LocalFeedFolder> | |||
<Configuration Condition=" '$(Configuration)' != 'Release'">Debug</Configuration> | |||
<LocalFeedFolder>$(LibraryToolsFolder)/LocalFeed</LocalFeedFolder> <Configuration Condition=" '$(Configuration)' != 'Release'">Debug</Configuration> |
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.
This line still needs to be fixed
Description
This is a change prepared against the design issue Az Powershell design issue
Checklist
CONTRIBUTING.md
platyPS
module