-
Notifications
You must be signed in to change notification settings - Fork 32
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
Setup for 'vscode-azurearcenabledmachines' extension #747
Setup for 'vscode-azurearcenabledmachines' extension #747
Conversation
3ba425c
to
e57e8ea
Compare
13fa13b
to
f0e7f28
Compare
f0e7f28
to
2892e39
Compare
The implementing repository: https://github.com/microsoft/vscode-azurearcenabledmachines |
Everything looks good. I will merge closer to when the extension is releasing (next week tentatively). |
@@ -89,6 +89,7 @@ const azExtDisplayInfo: Partial<Record<AzExtResourceType, AzExtResourceTypeDispl | |||
AppServiceKubernetesEnvironment: { displayName: localize('containerService', 'App Service Kubernetes Environment') }, | |||
AppServicePlans: { displayName: localize('serverFarms', 'App Service plans') }, | |||
AppServices: { displayName: localize('webApp', 'App Services') }, | |||
ArcEnabledMachines: { displayName: localize('arcEnabledMachines', 'Azure Arc-enabled machines') }, |
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.
@andyleejordan would it be okay to remove the Azure part from the display name? We are trying to be consistent about naming. #806
This isn't a release blocker at all.
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 asked about that and was told that "Arc is always prefaced by Azure because the trademark is the combo of the two words."
Now with a fresh marketing-approved name!
2892e39
to
a78c50d
Compare
When the extension is ready for publishing, this should do it (testing against this locally and figured I'd just draft PR it for awareness).