@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.
- package/README.md +30 -0
- package/dist/src/common/constants.d.ts +4 -0
- package/dist/src/common/constants.js +3 -0
- package/dist/src/common/construct.d.ts +2 -1
- package/dist/src/common/construct.js +2 -1
- package/dist/src/common/resource-name-formatter.d.ts +2 -1
- package/dist/src/common/resource-name-formatter.js +2 -1
- package/dist/src/common/stack.d.ts +2 -1
- package/dist/src/common/stack.js +2 -1
- package/dist/src/common/tagging.d.ts +3 -0
- package/dist/src/common/tagging.js +3 -0
- package/dist/src/common/types.d.ts +5 -1
- package/dist/src/construct/event-handler/main.d.ts +2 -1
- package/dist/src/construct/event-handler/main.js +2 -1
- package/dist/src/construct/event-handler/types.d.ts +6 -0
- package/dist/src/construct/function-app/main.d.ts +2 -1
- package/dist/src/construct/function-app/main.js +2 -1
- package/dist/src/construct/function-app/types.d.ts +3 -0
- package/dist/src/construct/rest-api/main.d.ts +2 -1
- package/dist/src/construct/rest-api/main.js +2 -1
- package/dist/src/construct/rest-api/types.d.ts +3 -0
- package/dist/src/construct/rest-api-function/main.d.ts +2 -1
- package/dist/src/construct/rest-api-function/main.js +2 -1
- package/dist/src/construct/rest-api-function/types.d.ts +4 -0
- package/dist/src/construct/rest-api-with-cache/main.d.ts +2 -1
- package/dist/src/construct/rest-api-with-cache/main.js +2 -1
- package/dist/src/construct/rest-api-with-cache/types.d.ts +2 -0
- package/dist/src/construct/site-with-webapp/main.d.ts +2 -1
- package/dist/src/construct/site-with-webapp/main.js +2 -1
- package/dist/src/construct/site-with-webapp/types.d.ts +3 -0
- package/dist/src/services/api-management/main.d.ts +3 -2
- package/dist/src/services/api-management/main.js +3 -2
- package/dist/src/services/api-management/types.d.ts +17 -0
- package/dist/src/services/app-configuration/main.d.ts +2 -1
- package/dist/src/services/app-configuration/main.js +2 -1
- package/dist/src/services/app-configuration/types.d.ts +1 -0
- package/dist/src/services/app-service/main.d.ts +2 -1
- package/dist/src/services/app-service/main.js +2 -1
- package/dist/src/services/app-service/types.d.ts +2 -0
- package/dist/src/services/application-insights/main.d.ts +2 -1
- package/dist/src/services/application-insights/main.js +2 -1
- package/dist/src/services/application-insights/types.d.ts +2 -0
- package/dist/src/services/authorisation/constants.d.ts +1 -0
- package/dist/src/services/authorisation/constants.js +1 -0
- package/dist/src/services/authorisation/main.d.ts +2 -1
- package/dist/src/services/authorisation/main.js +2 -1
- package/dist/src/services/authorisation/types.d.ts +1 -0
- package/dist/src/services/cosmosdb/constants.d.ts +2 -0
- package/dist/src/services/cosmosdb/constants.js +2 -0
- package/dist/src/services/cosmosdb/main.d.ts +2 -1
- package/dist/src/services/cosmosdb/main.js +2 -1
- package/dist/src/services/cosmosdb/types.d.ts +4 -0
- package/dist/src/services/dns/main.d.ts +2 -1
- package/dist/src/services/dns/main.js +2 -1
- package/dist/src/services/dns/types.d.ts +4 -0
- package/dist/src/services/eventgrid/main.d.ts +2 -1
- package/dist/src/services/eventgrid/main.js +2 -1
- package/dist/src/services/eventgrid/types.d.ts +5 -0
- package/dist/src/services/function/main.d.ts +3 -2
- package/dist/src/services/function/main.js +3 -2
- package/dist/src/services/function/types.d.ts +3 -0
- package/dist/src/services/key-vault/main.d.ts +2 -1
- package/dist/src/services/key-vault/main.js +2 -1
- package/dist/src/services/key-vault/types.d.ts +2 -0
- package/dist/src/services/monitor/main.d.ts +2 -1
- package/dist/src/services/monitor/main.js +2 -1
- package/dist/src/services/monitor/types.d.ts +1 -0
- package/dist/src/services/operational-insights/main.d.ts +2 -1
- package/dist/src/services/operational-insights/main.js +2 -1
- package/dist/src/services/operational-insights/types.d.ts +2 -0
- package/dist/src/services/portal/error.d.ts +1 -0
- package/dist/src/services/portal/error.js +1 -0
- package/dist/src/services/portal/main.d.ts +2 -1
- package/dist/src/services/portal/main.js +2 -1
- package/dist/src/services/portal/renderer.d.ts +1 -0
- package/dist/src/services/portal/renderer.js +1 -0
- package/dist/src/services/portal/types.d.ts +7 -0
- package/dist/src/services/redis/main.d.ts +2 -1
- package/dist/src/services/redis/main.js +2 -1
- package/dist/src/services/redis/types.d.ts +1 -0
- package/dist/src/services/resource-group/main.d.ts +2 -1
- package/dist/src/services/resource-group/main.js +2 -1
- package/dist/src/services/resource-group/types.d.ts +1 -0
- package/dist/src/services/security-center/main.d.ts +2 -1
- package/dist/src/services/security-center/main.js +2 -1
- package/dist/src/services/security-center/types.d.ts +1 -0
- package/dist/src/services/servicebus/main.d.ts +2 -1
- package/dist/src/services/servicebus/main.js +2 -1
- package/dist/src/services/servicebus/types.d.ts +5 -0
- package/dist/src/services/storage/main.d.ts +2 -2
- package/dist/src/services/storage/main.js +2 -2
- package/dist/src/services/storage/types.d.ts +6 -0
- package/dist/src/types/index.d.ts +1 -0
- 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
|
-
*
|
|
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
|
}
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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 { 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
|
-
*
|
|
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
|
-
*
|
|
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
|
/**
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
/**
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
/**
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/cdk-utils-azure",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
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.
|
|
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",
|