@gradientedge/cdk-utils-azure 2.11.1 → 2.12.1

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.
@@ -166,7 +166,7 @@ export class AzureEventHandler extends AzureFunctionApp {
166
166
  endpointType: 'StorageBlob',
167
167
  resourceId: this.eventGridEventSubscription.dlqStorageAccount?.id,
168
168
  },
169
- }, { dependsOn: [this.eventGridTopic] });
169
+ });
170
170
  }
171
171
  /**
172
172
  * @summary Method to create diagnostic log settings for the Service Bus namespace
@@ -22,7 +22,7 @@ import { CommonAzureConstruct } from '../../common/index.js';
22
22
  export class SiteWithWebApp extends CommonAzureConstruct {
23
23
  props;
24
24
  applicationInsights;
25
- site;
25
+ site = {};
26
26
  constructor(id, props) {
27
27
  super(id, props);
28
28
  this.props = props;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils-azure",
3
- "version": "2.11.1",
3
+ "version": "2.12.1",
4
4
  "description": "Azure Pulumi utilities for @gradientedge/cdk-utils",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",