Add arc deployment contributions to arc extension (#11032)

* Add arc deployment contributions to arc extension

* Add logo image

* update images

* Update strings
This commit is contained in:
Charles Gagnon
2020-06-22 12:54:56 -07:00
committed by GitHub
parent 637bc8d5ba
commit 681e5f5077
14 changed files with 1607 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ import * as nls from 'vscode-nls';
import { getErrorMessage } from './common/utils';
const localize = nls.loadMessageBundle();
export const arcDeploymentDeprecation = localize('arc.arcDeploymentDeprecation', "The Arc Deployment extension has been replaced by the Arc extension and has been uninstalled.");
export const arcControllerDashboard = localize('arc.controllerDashboard', "Azure Arc Controller Dashboard (Preview)");
export const miaaDashboard = localize('arc.miaaDashboard', "Managed Instance Dashboard (Preview)");
export const postgresDashboard = localize('arc.postgresDashboard', "Postgres Dashboard (Preview)");