diff --git a/extensions/arc/notebooks/arcDataServices/_data/toc.yml b/extensions/arc/notebooks/arcDataServices/_data/toc.yml index b44e0172ad..de1957b50c 100644 --- a/extensions/arc/notebooks/arcDataServices/_data/toc.yml +++ b/extensions/arc/notebooks/arcDataServices/_data/toc.yml @@ -6,5 +6,5 @@ url: /postgres/readme not_numbered: true sections: - - title: TSG100 - The Azure Arc enabled PostgreSQL Hyperscale troubleshooter + - title: TSG100 - The Azure Arc-enabled PostgreSQL Hyperscale troubleshooter url: postgres/tsg100-troubleshoot-postgres diff --git a/extensions/arc/notebooks/arcDataServices/content/postgres/readme.md b/extensions/arc/notebooks/arcDataServices/content/postgres/readme.md index 094951f261..1f31655b91 100644 --- a/extensions/arc/notebooks/arcDataServices/content/postgres/readme.md +++ b/extensions/arc/notebooks/arcDataServices/content/postgres/readme.md @@ -8,4 +8,4 @@ ## Notebooks in this Chapter - - [TSG100 - The Azure Arc enabled PostgreSQL Hyperscale troubleshooter](../postgres/tsg100-troubleshoot-postgres.ipynb) + - [TSG100 - The Azure Arc-enabled PostgreSQL Hyperscale troubleshooter](../postgres/tsg100-troubleshoot-postgres.ipynb) diff --git a/extensions/arc/notebooks/arcDataServices/content/postgres/tsg100-troubleshoot-postgres.ipynb b/extensions/arc/notebooks/arcDataServices/content/postgres/tsg100-troubleshoot-postgres.ipynb index 8e24ef715e..5397d8b8d6 100644 --- a/extensions/arc/notebooks/arcDataServices/content/postgres/tsg100-troubleshoot-postgres.ipynb +++ b/extensions/arc/notebooks/arcDataServices/content/postgres/tsg100-troubleshoot-postgres.ipynb @@ -8,13 +8,13 @@ }, "outputs": [], "source": [ - "TSG100 - The Azure Arc enabled PostgreSQL Hyperscale troubleshooter\n", + "TSG100 - The Azure Arc-enabled PostgreSQL Hyperscale troubleshooter\n", "===================================================================\n", "\n", "Description\n", "-----------\n", "\n", - "Follow these steps to troubleshoot an Azure Arc enabled PostgreSQL\n", + "Follow these steps to troubleshoot an Azure Arc-enabled PostgreSQL\n", "Hyperscale Server.\n", "\n", "Steps\n", diff --git a/extensions/arc/package.nls.json b/extensions/arc/package.nls.json index 4efc61c392..bb5ad23635 100644 --- a/extensions/arc/package.nls.json +++ b/extensions/arc/package.nls.json @@ -108,7 +108,7 @@ "arc.azure.subscription": "Azure subscription", "arc.azure.resource.group": "Azure resource group", "arc.azure.location": "Azure location", - "arc.postgres.wizard.title": "Deploy an Azure Arc enabled PostgreSQL Hyperscale server group (Preview)", + "arc.postgres.wizard.title": "Deploy an Azure Arc-enabled PostgreSQL Hyperscale server group (Preview)", "arc.postgres.wizard.page1.title": "Provide Azure enabled PostgreSQL Hyperscale server group parameters", "arc.postgres.settings.section.title": "General settings", "arc.postgres.settings.resource.title": "Resource settings", @@ -137,7 +137,7 @@ "arc.postgres.server.group.memory.limit.description": "The memory limit of the Postgres instance per node in GB.", "arc.agreement": "I accept {0} and {1}.", "arc.agreement.sql.terms.conditions": "Azure SQL managed instance - Azure Arc terms and conditions", - "arc.agreement.postgres.terms.conditions": "Azure Arc enabled PostgreSQL Hyperscale terms and conditions", + "arc.agreement.postgres.terms.conditions": "Azure Arc-enabled PostgreSQL Hyperscale terms and conditions", "should.be.integer": "Value must be an integer", "requested.cores.less.than.or.equal.to.cores.limit": "Requested cores must be less than or equal to cores limit", "cores.limit.greater.than.or.equal.to.requested.cores": "Cores limit must be greater than or equal to requested cores", diff --git a/extensions/arc/src/localizedConstants.ts b/extensions/arc/src/localizedConstants.ts index e48bc82238..195a8ffc33 100644 --- a/extensions/arc/src/localizedConstants.ts +++ b/extensions/arc/src/localizedConstants.ts @@ -147,11 +147,11 @@ export const confirmNewPassword = localize('arc.confirmNewPassword', "Confirm th export const learnAboutPostgresClients = localize('arc.learnAboutPostgresClients', "Learn more about Azure PostgreSQL Hyperscale client interfaces"); export const coordinatorNodeParametersDescription = localize('arc.coordinatorNodeParametersDescription', " These server parameters of the Coordinator node can be set to custom (non-default) values. Search to find parameters."); export const workerNodesParametersDescription = localize('arc.workerNodesParametersDescription', " These server parameters of the Worker nodes can be set to custom (non-default) values. Search to find parameters."); -export const learnAboutNodeParameters = localize('arc.learnAboutNodeParameters', "Learn more about database engine settings for Azure Arc enabled PostgreSQL Hyperscale"); +export const learnAboutNodeParameters = localize('arc.learnAboutNodeParameters', "Learn more about database engine settings for Azure Arc-enabled PostgreSQL Hyperscale"); export const noNodeParametersFound = localize('arc.noNodeParametersFound', "No worker server parameters found..."); export const searchToFilter = localize('arc.searchToFilter', "Search to filter items..."); export const scalingCompute = localize('arc.scalingCompute', "scaling compute vCores and memory."); -export const postgresComputeAndStorageDescriptionPartOne = localize('arc.postgresComputeAndStorageDescriptionPartOne', "You can scale your Azure Arc enabled"); +export const postgresComputeAndStorageDescriptionPartOne = localize('arc.postgresComputeAndStorageDescriptionPartOne', "You can scale your Azure Arc-enabled"); export const miaaComputeAndStorageDescriptionPartOne = localize('arc.miaaComputeAndStorageDescriptionPartOne', "You can scale your Azure SQL managed instance - Azure Arc by"); export const postgresComputeAndStorageDescriptionPartTwo = localize('arc.postgres.computeAndStorageDescriptionPartTwo', "PostgreSQL Hyperscale server group by"); export const computeAndStorageDescriptionPartThree = localize('arc.computeAndStorageDescriptionPartThree', "without downtime and by"); diff --git a/extensions/azurecore/src/localizedConstants.ts b/extensions/azurecore/src/localizedConstants.ts index e92267dc5b..6cfb13cea0 100644 --- a/extensions/azurecore/src/localizedConstants.ts +++ b/extensions/azurecore/src/localizedConstants.ts @@ -70,7 +70,7 @@ export const sqlManagedInstance = localize('azurecore.sqlManagedInstance', "SQL export const azureArcsqlManagedInstance = localize('azurecore.azureArcsqlManagedInstance', "SQL managed instance - Azure Arc"); 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 azureArcPostgresServer = localize('azurecore.azureArcPostgres', "Azure Arc-enabled PostgreSQL Hyperscale"); export const unableToOpenAzureLink = localize('azure.unableToOpenAzureLink', "Unable to open link, missing required values"); export const azureResourcesGridTitle = localize('azure.azureResourcesGridTitle', "Azure Resources (Preview)");