diff --git a/README.md b/README.md index ff0b2a6..4aae478 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/naming/index.ts b/src/naming/index.ts index 312a55d..efd68dd 100644 --- a/src/naming/index.ts +++ b/src/naming/index.ts @@ -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', @@ -27,6 +30,7 @@ export enum Abbreviations { K8sSecret = 'k8sec', K8sService = 'k8svc', K8sStorageClass = 'k8sc', + LogAnalyticsWorkspace = 'log', ManagedCluster = 'aks', MySQLDatabase = 'mysqldb', MySQLServer = 'mysql',