@gradientedge/cdk-utils-azure 2.0.0 → 2.1.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.
Files changed (94) hide show
  1. package/README.md +30 -0
  2. package/dist/src/common/constants.d.ts +4 -0
  3. package/dist/src/common/constants.js +3 -0
  4. package/dist/src/common/construct.d.ts +2 -1
  5. package/dist/src/common/construct.js +2 -1
  6. package/dist/src/common/resource-name-formatter.d.ts +2 -1
  7. package/dist/src/common/resource-name-formatter.js +2 -1
  8. package/dist/src/common/stack.d.ts +2 -1
  9. package/dist/src/common/stack.js +2 -1
  10. package/dist/src/common/tagging.d.ts +3 -0
  11. package/dist/src/common/tagging.js +3 -0
  12. package/dist/src/common/types.d.ts +5 -1
  13. package/dist/src/construct/event-handler/main.d.ts +2 -1
  14. package/dist/src/construct/event-handler/main.js +2 -1
  15. package/dist/src/construct/event-handler/types.d.ts +6 -0
  16. package/dist/src/construct/function-app/main.d.ts +2 -1
  17. package/dist/src/construct/function-app/main.js +2 -1
  18. package/dist/src/construct/function-app/types.d.ts +3 -0
  19. package/dist/src/construct/rest-api/main.d.ts +2 -1
  20. package/dist/src/construct/rest-api/main.js +2 -1
  21. package/dist/src/construct/rest-api/types.d.ts +3 -0
  22. package/dist/src/construct/rest-api-function/main.d.ts +2 -1
  23. package/dist/src/construct/rest-api-function/main.js +2 -1
  24. package/dist/src/construct/rest-api-function/types.d.ts +4 -0
  25. package/dist/src/construct/rest-api-with-cache/main.d.ts +2 -1
  26. package/dist/src/construct/rest-api-with-cache/main.js +2 -1
  27. package/dist/src/construct/rest-api-with-cache/types.d.ts +2 -0
  28. package/dist/src/construct/site-with-webapp/main.d.ts +2 -1
  29. package/dist/src/construct/site-with-webapp/main.js +2 -1
  30. package/dist/src/construct/site-with-webapp/types.d.ts +3 -0
  31. package/dist/src/services/api-management/main.d.ts +3 -2
  32. package/dist/src/services/api-management/main.js +3 -2
  33. package/dist/src/services/api-management/types.d.ts +17 -0
  34. package/dist/src/services/app-configuration/main.d.ts +2 -1
  35. package/dist/src/services/app-configuration/main.js +2 -1
  36. package/dist/src/services/app-configuration/types.d.ts +1 -0
  37. package/dist/src/services/app-service/main.d.ts +2 -1
  38. package/dist/src/services/app-service/main.js +2 -1
  39. package/dist/src/services/app-service/types.d.ts +2 -0
  40. package/dist/src/services/application-insights/main.d.ts +2 -1
  41. package/dist/src/services/application-insights/main.js +2 -1
  42. package/dist/src/services/application-insights/types.d.ts +2 -0
  43. package/dist/src/services/authorisation/constants.d.ts +1 -0
  44. package/dist/src/services/authorisation/constants.js +1 -0
  45. package/dist/src/services/authorisation/main.d.ts +2 -1
  46. package/dist/src/services/authorisation/main.js +2 -1
  47. package/dist/src/services/authorisation/types.d.ts +1 -0
  48. package/dist/src/services/cosmosdb/constants.d.ts +2 -0
  49. package/dist/src/services/cosmosdb/constants.js +2 -0
  50. package/dist/src/services/cosmosdb/main.d.ts +2 -1
  51. package/dist/src/services/cosmosdb/main.js +2 -1
  52. package/dist/src/services/cosmosdb/types.d.ts +4 -0
  53. package/dist/src/services/dns/main.d.ts +2 -1
  54. package/dist/src/services/dns/main.js +2 -1
  55. package/dist/src/services/dns/types.d.ts +4 -0
  56. package/dist/src/services/eventgrid/main.d.ts +2 -1
  57. package/dist/src/services/eventgrid/main.js +2 -1
  58. package/dist/src/services/eventgrid/types.d.ts +5 -0
  59. package/dist/src/services/function/main.d.ts +3 -2
  60. package/dist/src/services/function/main.js +3 -2
  61. package/dist/src/services/function/types.d.ts +3 -0
  62. package/dist/src/services/key-vault/main.d.ts +2 -1
  63. package/dist/src/services/key-vault/main.js +2 -1
  64. package/dist/src/services/key-vault/types.d.ts +2 -0
  65. package/dist/src/services/monitor/main.d.ts +2 -1
  66. package/dist/src/services/monitor/main.js +2 -1
  67. package/dist/src/services/monitor/types.d.ts +1 -0
  68. package/dist/src/services/operational-insights/main.d.ts +2 -1
  69. package/dist/src/services/operational-insights/main.js +2 -1
  70. package/dist/src/services/operational-insights/types.d.ts +2 -0
  71. package/dist/src/services/portal/error.d.ts +1 -0
  72. package/dist/src/services/portal/error.js +1 -0
  73. package/dist/src/services/portal/main.d.ts +2 -1
  74. package/dist/src/services/portal/main.js +2 -1
  75. package/dist/src/services/portal/renderer.d.ts +1 -0
  76. package/dist/src/services/portal/renderer.js +1 -0
  77. package/dist/src/services/portal/types.d.ts +7 -0
  78. package/dist/src/services/redis/main.d.ts +2 -1
  79. package/dist/src/services/redis/main.js +2 -1
  80. package/dist/src/services/redis/types.d.ts +1 -0
  81. package/dist/src/services/resource-group/main.d.ts +2 -1
  82. package/dist/src/services/resource-group/main.js +2 -1
  83. package/dist/src/services/resource-group/types.d.ts +1 -0
  84. package/dist/src/services/security-center/main.d.ts +2 -1
  85. package/dist/src/services/security-center/main.js +2 -1
  86. package/dist/src/services/security-center/types.d.ts +1 -0
  87. package/dist/src/services/servicebus/main.d.ts +2 -1
  88. package/dist/src/services/servicebus/main.js +2 -1
  89. package/dist/src/services/servicebus/types.d.ts +5 -0
  90. package/dist/src/services/storage/main.d.ts +2 -2
  91. package/dist/src/services/storage/main.js +2 -2
  92. package/dist/src/services/storage/types.d.ts +6 -0
  93. package/dist/src/types/index.d.ts +1 -0
  94. package/package.json +14 -3
@@ -1,6 +1,6 @@
1
1
  import { Table, Workspace, WorkspaceSkuNameEnum } from '@pulumi/azure-native/operationalinsights/index.js';
2
2
  /**
3
- * @classdesc Provides operations on Azure Log Analytics Workspace using Pulumi
3
+ * Provides operations on Azure Log Analytics Workspace using Pulumi
4
4
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
5
5
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
6
6
  * @example
@@ -15,6 +15,7 @@ import { Table, Workspace, WorkspaceSkuNameEnum } from '@pulumi/azure-native/ope
15
15
  * }
16
16
  * }
17
17
  * ```
18
+ * @category Service
18
19
  */
19
20
  export class AzureOperationalInsightsManager {
20
21
  /**
@@ -1,5 +1,7 @@
1
1
  import { TableArgs, WorkspaceArgs } from '@pulumi/azure-native/operationalinsights/index.js';
2
+ /** @category Interface */
2
3
  export interface WorkspaceProps extends WorkspaceArgs {
3
4
  }
5
+ /** @category Interface */
4
6
  export interface WorkspaceTableProps extends TableArgs {
5
7
  }
@@ -1,3 +1,4 @@
1
+ /** @category Service */
1
2
  export declare class TemplateError extends Error {
2
3
  readonly isTemplateError = true;
3
4
  constructor(message: string);
@@ -1,3 +1,4 @@
1
+ /** @category Service */
1
2
  export class TemplateError extends Error {
2
3
  isTemplateError = true;
3
4
  constructor(message) {
@@ -3,7 +3,7 @@ import { CommonAzureConstruct } from '../../index.js';
3
3
  import { AzureDashboardRenderer } from './renderer.js';
4
4
  import { PortalDashboardProps } from './types.js';
5
5
  /**
6
- * @classdesc Provides operations on Azure Portal Dashboards using Pulumi
6
+ * Provides operations on Azure Portal Dashboards using Pulumi
7
7
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
8
8
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
9
9
  * @example
@@ -18,6 +18,7 @@ import { PortalDashboardProps } from './types.js';
18
18
  * }
19
19
  * }
20
20
  * ```
21
+ * @category Service
21
22
  */
22
23
  export declare class AzurePortalManager {
23
24
  /**
@@ -2,7 +2,7 @@ import fs from 'fs';
2
2
  import { Dashboard } from '@pulumi/azure-native/portal/index.js';
3
3
  import { AzureDashboardRenderer } from './renderer.js';
4
4
  /**
5
- * @classdesc Provides operations on Azure Portal Dashboards using Pulumi
5
+ * Provides operations on Azure Portal Dashboards using Pulumi
6
6
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
7
7
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
8
8
  * @example
@@ -17,6 +17,7 @@ import { AzureDashboardRenderer } from './renderer.js';
17
17
  * }
18
18
  * }
19
19
  * ```
20
+ * @category Service
20
21
  */
21
22
  export class AzurePortalManager {
22
23
  /**
@@ -1,4 +1,5 @@
1
1
  import { DashboardRenderer, MissingKeys, PaneTemplate, RenderParams } from './types.js';
2
+ /** @category Service */
2
3
  export declare class AzureDashboardRenderer implements DashboardRenderer {
3
4
  private readonly paneTemplatePath;
4
5
  private readonly outputDir;
@@ -4,6 +4,7 @@ import appRoot from 'app-root-path';
4
4
  import _ from 'lodash';
5
5
  import { parse } from 'yaml';
6
6
  import { TemplateError } from './error.js';
7
+ /** @category Service */
7
8
  export class AzureDashboardRenderer {
8
9
  paneTemplatePath;
9
10
  outputDir;
@@ -1,4 +1,5 @@
1
1
  import { DashboardArgs } from '@pulumi/azure-native/portal/index.js';
2
+ /** @category Interface */
2
3
  export type PaneTemplate = {
3
4
  dimensions: {
4
5
  height: number;
@@ -7,30 +8,36 @@ export type PaneTemplate = {
7
8
  variables: Record<string, string>;
8
9
  template: string;
9
10
  };
11
+ /** @category Interface */
10
12
  export type MissingKeys = {
11
13
  keys: Array<string>;
12
14
  hasMissingKeys: boolean;
13
15
  };
16
+ /** @category Interface */
14
17
  export type Pane = {
15
18
  id: string;
16
19
  properties?: Record<string, string | number | Array<string | number>>;
17
20
  };
21
+ /** @category Interface */
18
22
  export type Filter = {
19
23
  locale?: string;
20
24
  timeFormat?: string;
21
25
  timeGranularity?: string;
22
26
  timeRelative?: string;
23
27
  };
28
+ /** @category Interface */
24
29
  export type RenderParams = {
25
30
  panes: Array<Pane>;
26
31
  variables: Record<string, any>;
27
32
  properties?: Record<string, any>;
28
33
  filter?: Filter;
29
34
  };
35
+ /** @category Interface */
30
36
  export interface DashboardRenderer {
31
37
  render(params: RenderParams): string;
32
38
  renderToFile(filename: string, params: RenderParams): string;
33
39
  }
40
+ /** @category Interface */
34
41
  export interface PortalDashboardProps extends DashboardArgs {
35
42
  displayName: string;
36
43
  panes: Array<Pane>;
@@ -2,7 +2,7 @@ import { ResourceOptions } from '@pulumi/pulumi';
2
2
  import { CommonAzureConstruct } from '../../common/index.js';
3
3
  import { RedisProps } from './types.js';
4
4
  /**
5
- * @classdesc Provides operations on Azure Redis using Pulumi
5
+ * Provides operations on Azure Redis using Pulumi
6
6
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
7
7
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
8
8
  * @example
@@ -17,6 +17,7 @@ import { RedisProps } from './types.js';
17
17
  * }
18
18
  * }
19
19
  * ```
20
+ * @category Service
20
21
  */
21
22
  export declare class AzureRedisManager {
22
23
  /**
@@ -1,6 +1,6 @@
1
1
  import { Redis, SkuFamily, SkuName } from '@pulumi/azure-native/redis/index.js';
2
2
  /**
3
- * @classdesc Provides operations on Azure Redis using Pulumi
3
+ * Provides operations on Azure Redis using Pulumi
4
4
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
5
5
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
6
6
  * @example
@@ -15,6 +15,7 @@ import { Redis, SkuFamily, SkuName } from '@pulumi/azure-native/redis/index.js';
15
15
  * }
16
16
  * }
17
17
  * ```
18
+ * @category Service
18
19
  */
19
20
  export class AzureRedisManager {
20
21
  /**
@@ -1,3 +1,4 @@
1
1
  import { RedisArgs } from '@pulumi/azure-native/redis/index.js';
2
+ /** @category Interface */
2
3
  export interface RedisProps extends RedisArgs {
3
4
  }
@@ -2,7 +2,7 @@ import { ResourceOptions } from '@pulumi/pulumi';
2
2
  import { CommonAzureConstruct } from '../../common/index.js';
3
3
  import { ResourceGroupProps } from './types.js';
4
4
  /**
5
- * @classdesc Provides operations on Azure Resource Group using Pulumi
5
+ * Provides operations on Azure Resource Group using Pulumi
6
6
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
7
7
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
8
8
  * @example
@@ -17,6 +17,7 @@ import { ResourceGroupProps } from './types.js';
17
17
  * }
18
18
  * }
19
19
  * ```
20
+ * @category Service
20
21
  */
21
22
  export declare class AzureResourceGroupManager {
22
23
  /**
@@ -1,6 +1,6 @@
1
1
  import { getResourceGroupOutput, ResourceGroup } from '@pulumi/azure-native/resources/index.js';
2
2
  /**
3
- * @classdesc Provides operations on Azure Resource Group using Pulumi
3
+ * Provides operations on Azure Resource Group using Pulumi
4
4
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
5
5
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
6
6
  * @example
@@ -15,6 +15,7 @@ import { getResourceGroupOutput, ResourceGroup } from '@pulumi/azure-native/reso
15
15
  * }
16
16
  * }
17
17
  * ```
18
+ * @category Service
18
19
  */
19
20
  export class AzureResourceGroupManager {
20
21
  /**
@@ -1,3 +1,4 @@
1
1
  import { ResourceGroupArgs } from '@pulumi/azure-native/resources/index.js';
2
+ /** @category Interface */
2
3
  export interface ResourceGroupProps extends ResourceGroupArgs {
3
4
  }
@@ -2,7 +2,7 @@ import { ResourceOptions } from '@pulumi/pulumi';
2
2
  import { CommonAzureConstruct } from '../../common/index.js';
3
3
  import { DefenderForStorageProps } from './types.js';
4
4
  /**
5
- * @classdesc Provides operations on Azure Security Center using Pulumi
5
+ * Provides operations on Azure Security Center using Pulumi
6
6
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
7
7
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
8
8
  * @example
@@ -17,6 +17,7 @@ import { DefenderForStorageProps } from './types.js';
17
17
  * }
18
18
  * }
19
19
  * ```
20
+ * @category Service
20
21
  */
21
22
  export declare class AzureSecurityCentermanager {
22
23
  /**
@@ -1,6 +1,6 @@
1
1
  import { DefenderForStorage } from '@pulumi/azure-native/security/index.js';
2
2
  /**
3
- * @classdesc Provides operations on Azure Security Center using Pulumi
3
+ * Provides operations on Azure Security Center using Pulumi
4
4
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
5
5
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
6
6
  * @example
@@ -15,6 +15,7 @@ import { DefenderForStorage } from '@pulumi/azure-native/security/index.js';
15
15
  * }
16
16
  * }
17
17
  * ```
18
+ * @category Service
18
19
  */
19
20
  export class AzureSecurityCentermanager {
20
21
  /**
@@ -1,3 +1,4 @@
1
1
  import { DefenderForStorageArgs } from '@pulumi/azure-native/security/index.js';
2
+ /** @category Interface */
2
3
  export interface DefenderForStorageProps extends DefenderForStorageArgs {
3
4
  }
@@ -2,7 +2,7 @@ import { ResourceOptions } from '@pulumi/pulumi';
2
2
  import { CommonAzureConstruct } from '../../common/index.js';
3
3
  import { ResolveServicebusQueueProps, ServiceBusNamespaceProps, ServiceBusQueueProps, ServiceBusSubscriptionProps, ServiceBusTopicProps } from './types.js';
4
4
  /**
5
- * @classdesc Provides operations on Azure Servicebus using Pulumi
5
+ * Provides operations on Azure Servicebus using Pulumi
6
6
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
7
7
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
8
8
  * @example
@@ -17,6 +17,7 @@ import { ResolveServicebusQueueProps, ServiceBusNamespaceProps, ServiceBusQueueP
17
17
  * }
18
18
  * }
19
19
  * ```
20
+ * @category Service
20
21
  */
21
22
  export declare class AzureServiceBusManager {
22
23
  /**
@@ -1,6 +1,6 @@
1
1
  import { getQueueOutput, ManagedServiceIdentityType, Namespace, Queue, SkuName, Subscription, Topic, } from '@pulumi/azure-native/servicebus/index.js';
2
2
  /**
3
- * @classdesc Provides operations on Azure Servicebus using Pulumi
3
+ * Provides operations on Azure Servicebus using Pulumi
4
4
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
5
5
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
6
6
  * @example
@@ -15,6 +15,7 @@ import { getQueueOutput, ManagedServiceIdentityType, Namespace, Queue, SkuName,
15
15
  * }
16
16
  * }
17
17
  * ```
18
+ * @category Service
18
19
  */
19
20
  export class AzureServiceBusManager {
20
21
  /**
@@ -1,11 +1,16 @@
1
1
  import { GetQueueOutputArgs, NamespaceArgs, QueueArgs, SubscriptionArgs, TopicArgs } from '@pulumi/azure-native/servicebus/index.js';
2
+ /** @category Interface */
2
3
  export interface ServiceBusNamespaceProps extends NamespaceArgs {
3
4
  }
5
+ /** @category Interface */
4
6
  export interface ServiceBusTopicProps extends TopicArgs {
5
7
  }
8
+ /** @category Interface */
6
9
  export interface ServiceBusQueueProps extends QueueArgs {
7
10
  }
11
+ /** @category Interface */
8
12
  export interface ServiceBusSubscriptionProps extends SubscriptionArgs {
9
13
  }
14
+ /** @category Interface */
10
15
  export interface ResolveServicebusQueueProps extends GetQueueOutputArgs {
11
16
  }
@@ -4,7 +4,7 @@ import { ResourceOptions } from '@pulumi/pulumi';
4
4
  import { CommonAzureConstruct } from '../../common/index.js';
5
5
  import { ContainerSasTokenProps, ManagementPolicyProps, StorageAccountProps, StorageBlobProps, StorageContainerProps, StorageTableProps } from './types.js';
6
6
  /**
7
- * @classdesc Provides operations on Azure Storage using Pulumi
7
+ * Provides operations on Azure Storage using Pulumi
8
8
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
9
9
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
10
10
  * @example
@@ -19,6 +19,7 @@ import { ContainerSasTokenProps, ManagementPolicyProps, StorageAccountProps, Sto
19
19
  * }
20
20
  * }
21
21
  * ```
22
+ * @category Service
22
23
  */
23
24
  export declare class AzureStorageManager {
24
25
  /**
@@ -51,7 +52,6 @@ export declare class AzureStorageManager {
51
52
  /**
52
53
  * @summary Generates a container-level SAS token for an existing Azure Storage container.
53
54
  *
54
- * @description
55
55
  * This method generates a Shared Access Signature (SAS) token for secure container access.
56
56
  * The token is generated using Pulumi's listStorageAccountSAS function.
57
57
  *
@@ -1,7 +1,7 @@
1
1
  import { Blob, BlobContainer, BlobServiceProperties, HttpProtocol, Kind, listStorageAccountSAS, ManagementPolicy, Permissions, Services, SignedResourceTypes, SkuName, StorageAccount, Table, } from '@pulumi/azure-native/storage/index.js';
2
2
  import * as pulumi from '@pulumi/pulumi';
3
3
  /**
4
- * @classdesc Provides operations on Azure Storage using Pulumi
4
+ * Provides operations on Azure Storage using Pulumi
5
5
  * - A new instance of this class is injected into {@link CommonAzureConstruct} constructor.
6
6
  * - If a custom construct extends {@link CommonAzureConstruct}, an instance is available within the context.
7
7
  * @example
@@ -16,6 +16,7 @@ import * as pulumi from '@pulumi/pulumi';
16
16
  * }
17
17
  * }
18
18
  * ```
19
+ * @category Service
19
20
  */
20
21
  export class AzureStorageManager {
21
22
  /**
@@ -109,7 +110,6 @@ export class AzureStorageManager {
109
110
  /**
110
111
  * @summary Generates a container-level SAS token for an existing Azure Storage container.
111
112
  *
112
- * @description
113
113
  * This method generates a Shared Access Signature (SAS) token for secure container access.
114
114
  * The token is generated using Pulumi's listStorageAccountSAS function.
115
115
  *
@@ -1,16 +1,22 @@
1
1
  import { BlobArgs, BlobContainerArgs, BlobServicePropertiesArgs, ListStorageAccountSASArgs, ManagementPolicyArgs, StorageAccountArgs, TableArgs } from '@pulumi/azure-native/storage/index.js';
2
2
  import { BaseAzureConfigProps } from '../../types/index.js';
3
+ /** @category Interface */
3
4
  export interface StorageAccountProps extends StorageAccountArgs {
4
5
  blobProperties?: BlobServicePropertiesArgs;
5
6
  }
7
+ /** @category Interface */
6
8
  export interface StorageContainerProps extends BlobContainerArgs, BaseAzureConfigProps {
7
9
  }
10
+ /** @category Interface */
8
11
  export interface StorageBlobProps extends BaseAzureConfigProps, BlobArgs {
9
12
  }
13
+ /** @category Interface */
10
14
  export interface ManagementPolicyProps extends ManagementPolicyArgs {
11
15
  }
16
+ /** @category Interface */
12
17
  export interface StorageTableProps extends TableArgs {
13
18
  }
19
+ /** @category Interface */
14
20
  export interface ContainerSasTokenProps extends ListStorageAccountSASArgs {
15
21
  resourceGroupName: string;
16
22
  containerName?: string;
@@ -1,4 +1,5 @@
1
1
  import * as pulumi from '@pulumi/pulumi';
2
+ /** @category Interface */
2
3
  export interface BaseAzureConfigProps {
3
4
  resourceGroupName: pulumi.Input<string>;
4
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils-azure",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Azure Pulumi utilities for @gradientedge/cdk-utils",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -16,13 +16,20 @@
16
16
  "dependencies": {
17
17
  "@pulumi/archive": "0.3.7",
18
18
  "@pulumi/azure-native": "3.16.0",
19
- "@pulumi/pulumi": "3.228.0",
19
+ "@pulumi/pulumi": "3.229.0",
20
20
  "@types/lodash": "4.17.24",
21
21
  "app-root-path": "3.1.0",
22
22
  "lodash": "4.18.1",
23
23
  "yaml": "2.8.3",
24
- "@gradientedge/cdk-utils-common": "2.0.0"
24
+ "@gradientedge/cdk-utils-common": "2.1.0"
25
25
  },
26
+ "keywords": [
27
+ "gradientedge",
28
+ "azure",
29
+ "pulumi",
30
+ "iac",
31
+ "typescript"
32
+ ],
26
33
  "publishConfig": {
27
34
  "access": "public"
28
35
  },
@@ -32,6 +39,10 @@
32
39
  "url": "git+https://github.com/gradientedge/cdk-utils.git",
33
40
  "directory": "packages/azure"
34
41
  },
42
+ "typedocOptions": {
43
+ "gitRevision": "main",
44
+ "sourceLinkTemplate": "https://github.com/gradientedge/cdk-utils/blob/main/{path}#L{line}"
45
+ },
35
46
  "scripts": {
36
47
  "build": "tsc",
37
48
  "build:production": "tsc -p tsconfig.prd.json",