@gradientedge/cdk-utils-azure 2.37.2 → 2.38.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.
@@ -407,7 +407,7 @@ export class AzureFunctionApp extends CommonAzureConstruct {
407
407
  return;
408
408
  this.functionDashboard = this.portalManager.createDashBoard(`${this.id}-dsh`, this, {
409
409
  displayName: this.props.functionApp.dashboard.displayName,
410
- location: this.props.locationConfig?.[this.props.location].name,
410
+ location: this.props.location,
411
411
  dashboardName: this.id,
412
412
  resourceGroupName: this.resourceGroup.name,
413
413
  variables: this.dashboardVariables(),
@@ -138,7 +138,7 @@ export class AzureFunctionManager {
138
138
  mode: DeploymentMode.Incremental,
139
139
  template: {
140
140
  $schema: 'https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#',
141
- contentVersion: '1.0.0.0',
141
+ contentVersion: `1.0.${Date.now()}.0`,
142
142
  resources: [
143
143
  {
144
144
  type: 'Microsoft.Web/sites',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils-azure",
3
- "version": "2.37.2",
3
+ "version": "2.38.0",
4
4
  "description": "Azure Pulumi utilities for @gradientedge/cdk-utils",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -17,13 +17,13 @@
17
17
  "@pulumi/archive": "0.4.0",
18
18
  "@pulumi/azure-native": "3.18.0",
19
19
  "@pulumi/azuread": "6.9.0",
20
- "@pulumi/pulumi": "3.239.0",
20
+ "@pulumi/pulumi": "3.242.0",
21
21
  "@types/lodash": "4.17.24",
22
22
  "app-root-path": "3.1.0",
23
23
  "lodash": "4.18.1",
24
24
  "uuid": "14.0.0",
25
25
  "yaml": "2.9.0",
26
- "@gradientedge/cdk-utils-common": "2.4.0"
26
+ "@gradientedge/cdk-utils-common": "2.5.0"
27
27
  },
28
28
  "keywords": [
29
29
  "gradientedge",