@gradientedge/cdk-utils 9.68.0 → 9.69.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,4 +9,4 @@ var AzureRemoteBackend;
9
9
  /**
10
10
  * List of Azure resources that excludes tags
11
11
  */
12
- exports.RESOURCES_TO_EXCLUDE_TAGS = new Set(['ApiManagementNamedValue', 'Application']);
12
+ exports.RESOURCES_TO_EXCLUDE_TAGS = new Set(['ApiManagementNamedValue', 'Application', 'ServicePrincipal']);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "9.68.0",
3
+ "version": "9.69.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -6,4 +6,4 @@ export enum AzureRemoteBackend {
6
6
  /**
7
7
  * List of Azure resources that excludes tags
8
8
  */
9
- export const RESOURCES_TO_EXCLUDE_TAGS = new Set(['ApiManagementNamedValue', 'Application'])
9
+ export const RESOURCES_TO_EXCLUDE_TAGS = new Set(['ApiManagementNamedValue', 'Application', 'ServicePrincipal'])