Skip to content

Commit

Permalink
Updated the resource display name for vCore ahead of the upcoming rel…
Browse files Browse the repository at this point in the history
…ease (#947)
  • Loading branch information
tnaum-ms authored Oct 29, 2024
1 parent 502bf2e commit 6d7d590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/azureUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const azExtDisplayInfo: Partial<Record<AzExtResourceType, AzExtResourceTypeDispl
Images: { displayName: localize('images', 'Images') },
LoadBalancers: { displayName: localize('loadBalancers', 'Load balancers') },
LogicApp: { displayName: localize('logicApp', 'Logic App') },
MongoClusters: { displayName: localize('mongoclusters', 'Azure Cosmos DB for MongoDB vCore') },
MongoClusters: { displayName: localize('mongoclusters', 'Azure Cosmos DB for MongoDB (vCore)') },
MysqlServers: { displayName: localize('mysqlServers', 'MySql servers') },
NetworkInterfaces: { displayName: localize('networkInterfaces', 'Network interfaces') },
NetworkSecurityGroups: { displayName: localize('networkSecurityGroups', 'Network security groups') },
Expand Down

0 comments on commit 6d7d590

Please sign in to comment.