pulumi-django-azure 1.0.7__py3-none-any.whl → 1.0.8__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-django-azure might be problematic. Click here for more details.

@@ -484,7 +484,7 @@ class DjangoDeployment(pulumi.ComponentResource):
484
484
  if comms_data_location:
485
485
  comms = self._add_webapp_comms(comms_data_location, comms_domains, f"{name}-{self._name}")
486
486
  # Add the domains as environment variable
487
- environment_variables["AZURE_COMMUNICATION_SERVICE"] = comms.name
487
+ environment_variables["AZURE_COMMUNICATION_SERVICE_ENDPOINT"] = comms.host_name.apply(lambda host: f"https://{host}")
488
488
  else:
489
489
  comms = None
490
490
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi-django-azure
3
- Version: 1.0.7
3
+ Version: 1.0.8
4
4
  Summary: Simply deployment of Django on Azure with Pulumi
5
5
  Author-email: Maarten Ureel <maarten@youreal.eu>
6
6
  License: MIT License
@@ -0,0 +1,7 @@
1
+ pulumi_django_azure/__init__.py,sha256=tXTvPfr8-Nll5cjMyY9yj_0z_PQ0XAcxihzHRCES-hU,63
2
+ pulumi_django_azure/django_deployment.py,sha256=nNf6dt9Zp8IXMf9n63lxpkRNfogyb1VXx3aPm2Vzln4,26659
3
+ pulumi_django_azure-1.0.8.dist-info/LICENSE,sha256=NX2LN3U319Zaac8b7ZgfNOco_nTBbN531X_M_13niSg,1087
4
+ pulumi_django_azure-1.0.8.dist-info/METADATA,sha256=Y6pp3unBOMUFApTjglKm6fgbXcHk0Uz1gC-xN_Srl9o,8113
5
+ pulumi_django_azure-1.0.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
6
+ pulumi_django_azure-1.0.8.dist-info/top_level.txt,sha256=MNPRJhq-_G8EMCHRkjdcb_xrqzOkmKogXUGV7Ysz3g0,20
7
+ pulumi_django_azure-1.0.8.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- pulumi_django_azure/__init__.py,sha256=tXTvPfr8-Nll5cjMyY9yj_0z_PQ0XAcxihzHRCES-hU,63
2
- pulumi_django_azure/django_deployment.py,sha256=jqDh1K1OnSvfxiSW0ZTJNGfwZ620C8y5KvPSF4vrCDg,26607
3
- pulumi_django_azure-1.0.7.dist-info/LICENSE,sha256=NX2LN3U319Zaac8b7ZgfNOco_nTBbN531X_M_13niSg,1087
4
- pulumi_django_azure-1.0.7.dist-info/METADATA,sha256=TYfdQP5kCTUpLibHrNu2rcEOwCBSlZ2BrLVRsI35eQo,8113
5
- pulumi_django_azure-1.0.7.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
6
- pulumi_django_azure-1.0.7.dist-info/top_level.txt,sha256=MNPRJhq-_G8EMCHRkjdcb_xrqzOkmKogXUGV7Ysz3g0,20
7
- pulumi_django_azure-1.0.7.dist-info/RECORD,,