@gradientedge/cdk-utils-azure 2.37.1 → 2.37.3

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(),
@@ -63,8 +63,8 @@ export class AzureRestApiFunction extends AzureFunctionApp {
63
63
  this.createApiManagement();
64
64
  this.createApiManagementNamespace();
65
65
  this.createApiManagementRoutes();
66
- this.createApiPolicy();
67
66
  this.createCorsPolicy();
67
+ this.createApiPolicy();
68
68
  this.createFunctionDashboard();
69
69
  }
70
70
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils-azure",
3
- "version": "2.37.1",
3
+ "version": "2.37.3",
4
4
  "description": "Azure Pulumi utilities for @gradientedge/cdk-utils",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -17,7 +17,7 @@
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",