Implement open in portal link for Azure resource viewer (#13139)

* Implement open in portal link for Azure resource viewer

* localize
This commit is contained in:
Charles Gagnon
2020-10-29 14:49:02 -07:00
committed by GitHub
parent 7819d25c95
commit e31d563f61
3 changed files with 17 additions and 1 deletions

View File

@@ -71,3 +71,5 @@ export const azureArcsqlManagedInstance = localize('azurecore.azureArcsqlManaged
export const azureArcService = localize('azurecore.azureArcService', "Data Service - Azure Arc");
export const sqlServerArc = localize('azurecore.sqlServerArc', "SQL Server - Azure Arc");
export const azureArcPostgresServer = localize('azurecore.azureArcPostgres', "Azure Arc enabled PostgreSQL Hyperscale");
export const unableToOpenAzureLink = localize('azure.unableToOpenAzureLink', "Unable to open link, missing required values");