Skip to content

Commit

Permalink
Setup for 'vscode-azurearcenabledmachines' extension (#747)
Browse files Browse the repository at this point in the history
Now with a fresh marketing-approved name!
  • Loading branch information
andyleejordan authored Feb 7, 2024
1 parent 75c8b5a commit fbef507
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
30 changes: 30 additions & 0 deletions resources/azureIcons/ArcEnabledMachines.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/azureExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ export const azureExtensions: IAzExtMetadata[] = [
},
reportIssueCommandId: 'appService.ReportIssue'
},
{
name: 'vscode-azurearcenabledmachines',
label: 'Azure Arc-enabled machines',
resourceTypes: [
AzExtResourceType.ArcEnabledMachines
],
reportIssueCommandId: 'azureArcEnabledMachines.ReportIssue'
},
{
name: 'vscode-azurestaticwebapps',
label: 'Static Web Apps',
Expand Down
1 change: 1 addition & 0 deletions src/utils/azureUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') },
AvailabilitySets: { displayName: localize('availabilitySets', 'Availability sets') },
AzureCosmosDb: { displayName: localize('documentDB', 'Azure Cosmos DB') },
BatchAccounts: { displayName: localize('batchAccounts', 'Batch accounts') },
Expand Down

0 comments on commit fbef507

Please sign in to comment.