Skip to content

Commit

Permalink
WIP: Setup for 'vscode-azurearcenabledservers' extension
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Nov 1, 2023
1 parent d32f940 commit e57e8ea
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
29 changes: 29 additions & 0 deletions resources/azureIcons/ArcEnabledServers.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-azurearcenabledservers',
label: 'Azure Arc-enabled Servers',
resourceTypes: [
AzExtResourceType.ArcEnabledServers
],
reportIssueCommandId: 'azureArcEnabledServers.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') },
ArcEnabledServers: { displayName: localize('arcEnabledServers', 'Arc-enabled Servers') },
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 e57e8ea

Please sign in to comment.