Skip to content

Commit

Permalink
Update: add LogAnalyticsWorkspace
Browse files Browse the repository at this point in the history
  • Loading branch information
baartch committed May 13, 2024
1 parent ada69bc commit fbe1708
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This repository contains code helping to ensure a governance of the projects of

## Development

Do not manually bump the version in the `package.json` file.

### Automatic releases

Consider the [ESLint Convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#eslint-convention) when writing commit messages.
4 changes: 4 additions & 0 deletions src/naming/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* © 2023 cloudxs GmbH. All rights reserved. / Naming.ts */

// When creating new entries, please consider:
// https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations

export enum Abbreviations {
AzureContainerRegistry = 'cr',
AzureFirewallRuleCollection = 'afwrc',
Expand Down Expand Up @@ -27,6 +30,7 @@ export enum Abbreviations {
K8sSecret = 'k8sec',
K8sService = 'k8svc',
K8sStorageClass = 'k8sc',
LogAnalyticsWorkspace = 'log',
ManagedCluster = 'aks',
MySQLDatabase = 'mysqldb',
MySQLServer = 'mysql',
Expand Down

0 comments on commit fbe1708

Please sign in to comment.