-
Notifications
You must be signed in to change notification settings - Fork 1.7k
cleanup: rename wsla -> wslc #14502
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
cleanup: rename wsla -> wslc #14502
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ parameters: | |
| default: | ||
| - wsl1 | ||
| - wsl2 | ||
| - wsla | ||
| - wslc | ||
|
|
||
| - name: test_images | ||
| type: object | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1908,39 +1908,39 @@ Usage: | |
| wslc --help</value> | ||
| <comment>{Locked="--help"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name="MessageWslaSessionNotFound" xml:space="preserve"> | ||
| <data name="MessageWslcSessionNotFound" xml:space="preserve"> | ||
| <value>Session not found: '{}'</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
|
Comment on lines
+1911
to
1914
|
||
| <data name="MessageInvalidIp" xml:space="preserve"> | ||
| <value>Invalid IP address '{}'</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name="MessageWslaOpenSessionFailed" xml:space="preserve"> | ||
| <data name="MessageWslcOpenSessionFailed" xml:space="preserve"> | ||
| <value>OpenSessionByName('{}') failed</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name="MessageWslaNoSessionsFound" xml:space="preserve"> | ||
| <value>No WSLA sessions found.</value> | ||
| <data name="MessageWslcNoSessionsFound" xml:space="preserve"> | ||
| <value>No WSLC sessions found.</value> | ||
| </data> | ||
| <data name="MessageWslaSessionsFound" xml:space="preserve"> | ||
| <value>Found {} WSLA session{}:</value> | ||
| <data name="MessageWslcSessionsFound" xml:space="preserve"> | ||
| <value>Found {} WSLC session{}:</value> | ||
| <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name="MessageWslaShellExited" xml:space="preserve"> | ||
| <data name="MessageWslcShellExited" xml:space="preserve"> | ||
| <value>{} exited with: {}</value> | ||
| <comment>{FixedPlaceholder="{}"}{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name="MessageWslaHeaderId" xml:space="preserve"> | ||
| <data name="MessageWslcHeaderId" xml:space="preserve"> | ||
| <value>ID</value> | ||
| </data> | ||
| <data name="MessageWslaHeaderCreatorPid" xml:space="preserve"> | ||
| <data name="MessageWslcHeaderCreatorPid" xml:space="preserve"> | ||
| <value>Creator PID</value> | ||
| </data> | ||
| <data name="MessageWslaHeaderDisplayName" xml:space="preserve"> | ||
| <data name="MessageWslcHeaderDisplayName" xml:space="preserve"> | ||
| <value>Display Name</value> | ||
| </data> | ||
| <data name="MessageWslaUnknownCommand" xml:space="preserve"> | ||
| <data name="MessageWslcUnknownCommand" xml:space="preserve"> | ||
| <value>Unknown command: '{}'</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
|
|
@@ -2070,31 +2070,31 @@ Usage: | |
| For privacy information about this product please visit https://aka.ms/privacy.</value> | ||
| <comment>Copyright notice and privacy link</comment> | ||
| </data> | ||
| <data name = "MessageWslaInvalidImage" xml:space = "preserve" > | ||
| <data name = "MessageWslcInvalidImage" xml:space = "preserve" > | ||
| <value>Invalid image: '{}'</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name = "MessageWslaInvalidName" xml:space = "preserve" > | ||
| <data name = "MessageWslcInvalidName" xml:space = "preserve" > | ||
| <value>Invalid name: '{}'</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name = "MessagePathNotAbsolute" xml:space = "preserve" > | ||
| <value>Path is not absolute: '{}'</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name = "MessageWslaVolumeNotFound" xml:space = "preserve" > | ||
| <data name = "MessageWslcVolumeNotFound" xml:space = "preserve" > | ||
| <value>Volume not found: '{}'</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name = "MessageWslaInvalidVolumeOptions" xml:space = "preserve" > | ||
| <data name = "MessageWslcInvalidVolumeOptions" xml:space = "preserve" > | ||
| <value>Invalid volume options: '{}'</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name = "MessageWslaInvalidVolumeType" xml:space = "preserve" > | ||
| <data name = "MessageWslcInvalidVolumeType" xml:space = "preserve" > | ||
| <value>Unsupported volume type: '{}'</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
| <data name = "MessageWslaVolumeInUse" xml:space = "preserve" > | ||
| <data name = "MessageWslcVolumeInUse" xml:space = "preserve" > | ||
| <value>Volume '{}' is in use.</value> | ||
| <comment>{FixedPlaceholder="{}"}Command line arguments, file names and string inserts should not be translated</comment> | ||
| </data> | ||
|
|
||
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.
Need to rename the team
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.
Going to approve it assuming wslc-team will be provisioned in microsoft org soon, otherwise the review enforcement will be broken
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'm just going to rename the existing team after I merge this.