@gradientedge/cdk-utils-azure 2.13.0 → 2.14.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,7 +9,12 @@ export var AzureRemoteBackend;
|
|
|
9
9
|
* List of Azure resources that excludes tags
|
|
10
10
|
*/
|
|
11
11
|
/** @category Constant */
|
|
12
|
-
export const RESOURCES_TO_EXCLUDE_TAGS = new Set([
|
|
12
|
+
export const RESOURCES_TO_EXCLUDE_TAGS = new Set([
|
|
13
|
+
'ApiManagementNamedValue',
|
|
14
|
+
'Application',
|
|
15
|
+
'ServicePrincipal',
|
|
16
|
+
'StackReference',
|
|
17
|
+
]);
|
|
13
18
|
/**
|
|
14
19
|
* @see https://learn.microsoft.com/en-us/azure/reliability/regions-list?tabs=all
|
|
15
20
|
*/
|