pulumi-azure-native 2.54.0a1723136521__py3-none-any.whl → 2.55.0a1723186763__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-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +50 -6
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/web/__init__.py +6 -0
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +186 -0
- pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +144 -0
- pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +144 -0
- pulumi_azure_native/web/v20160801/__init__.py +2 -0
- pulumi_azure_native/web/v20160801/_enums.py +12 -0
- pulumi_azure_native/web/v20160801/_inputs.py +529 -0
- pulumi_azure_native/web/v20160801/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20160801/outputs.py +443 -0
- pulumi_azure_native/web/v20160801/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20180201/__init__.py +4 -0
- pulumi_azure_native/web/v20180201/_enums.py +20 -0
- pulumi_azure_native/web/v20180201/_inputs.py +551 -0
- pulumi_azure_native/web/v20180201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20180201/outputs.py +445 -0
- pulumi_azure_native/web/v20180201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20181101/__init__.py +2 -0
- pulumi_azure_native/web/v20181101/_enums.py +12 -0
- pulumi_azure_native/web/v20181101/_inputs.py +529 -0
- pulumi_azure_native/web/v20181101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20181101/outputs.py +443 -0
- pulumi_azure_native/web/v20181101/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20190801/__init__.py +2 -0
- pulumi_azure_native/web/v20190801/_enums.py +12 -0
- pulumi_azure_native/web/v20190801/_inputs.py +529 -0
- pulumi_azure_native/web/v20190801/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20190801/outputs.py +444 -0
- pulumi_azure_native/web/v20190801/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20200601/__init__.py +4 -0
- pulumi_azure_native/web/v20200601/_enums.py +20 -0
- pulumi_azure_native/web/v20200601/_inputs.py +551 -0
- pulumi_azure_native/web/v20200601/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20200601/outputs.py +445 -0
- pulumi_azure_native/web/v20200601/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20200901/__init__.py +4 -0
- pulumi_azure_native/web/v20200901/_enums.py +20 -0
- pulumi_azure_native/web/v20200901/_inputs.py +551 -0
- pulumi_azure_native/web/v20200901/get_web_app_diagnostic_logs_configuration_slot.py +193 -0
- pulumi_azure_native/web/v20200901/outputs.py +444 -0
- pulumi_azure_native/web/v20200901/web_app_diagnostic_logs_configuration_slot.py +337 -0
- pulumi_azure_native/web/v20201001/__init__.py +2 -0
- pulumi_azure_native/web/v20201001/get_web_app_diagnostic_logs_configuration_slot.py +193 -0
- pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration_slot.py +337 -0
- pulumi_azure_native/web/v20201201/__init__.py +8 -0
- pulumi_azure_native/web/v20201201/_enums.py +20 -0
- pulumi_azure_native/web/v20201201/_inputs.py +551 -0
- pulumi_azure_native/web/v20201201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20201201/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20201201/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20201201/outputs.py +445 -0
- pulumi_azure_native/web/v20201201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20201201/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20201201/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210101/__init__.py +8 -0
- pulumi_azure_native/web/v20210101/_enums.py +20 -0
- pulumi_azure_native/web/v20210101/_inputs.py +551 -0
- pulumi_azure_native/web/v20210101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210101/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210101/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210101/outputs.py +445 -0
- pulumi_azure_native/web/v20210101/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210101/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210101/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210115/__init__.py +6 -0
- pulumi_azure_native/web/v20210115/_enums.py +12 -0
- pulumi_azure_native/web/v20210115/_inputs.py +529 -0
- pulumi_azure_native/web/v20210115/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210115/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210115/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210115/outputs.py +444 -0
- pulumi_azure_native/web/v20210115/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210115/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210115/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210201/__init__.py +6 -0
- pulumi_azure_native/web/v20210201/_enums.py +12 -0
- pulumi_azure_native/web/v20210201/_inputs.py +529 -0
- pulumi_azure_native/web/v20210201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210201/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210201/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210201/outputs.py +443 -0
- pulumi_azure_native/web/v20210201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210201/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210201/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210301/__init__.py +8 -0
- pulumi_azure_native/web/v20210301/_enums.py +20 -0
- pulumi_azure_native/web/v20210301/_inputs.py +551 -0
- pulumi_azure_native/web/v20210301/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210301/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210301/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210301/outputs.py +445 -0
- pulumi_azure_native/web/v20210301/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210301/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210301/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220301/__init__.py +8 -0
- pulumi_azure_native/web/v20220301/_enums.py +20 -0
- pulumi_azure_native/web/v20220301/_inputs.py +551 -0
- pulumi_azure_native/web/v20220301/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20220301/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220301/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220301/outputs.py +445 -0
- pulumi_azure_native/web/v20220301/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20220301/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220301/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220901/__init__.py +6 -0
- pulumi_azure_native/web/v20220901/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20220901/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220901/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20220901/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220901/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20230101/__init__.py +6 -0
- pulumi_azure_native/web/v20230101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20230101/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20230101/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20230101/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20230101/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20231201/__init__.py +6 -0
- pulumi_azure_native/web/v20231201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20231201/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20231201/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20231201/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20231201/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +333 -0
- pulumi_azure_native/web/web_app_ftp_allowed_slot.py +239 -0
- pulumi_azure_native/web/web_app_scm_allowed_slot.py +239 -0
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/RECORD +133 -45
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
pulumi_azure_native/__init__.py,sha256=
|
|
1
|
+
pulumi_azure_native/__init__.py,sha256=stCmWBnFPvwPgiZ3Q_Hkm2BSvXn1DeoiUaDauoUPzLA,963878
|
|
2
2
|
pulumi_azure_native/_utilities.py,sha256=TZWmMJOOzIbeJ63eFk5Tkx9TRUBUL4deSG05KQZyUug,10488
|
|
3
3
|
pulumi_azure_native/provider.py,sha256=mOnH2uCwSyegLsgr4VPTAlbmq8zsPCQi9l4J6rtLEVI,23296
|
|
4
|
-
pulumi_azure_native/pulumi-plugin.json,sha256=
|
|
4
|
+
pulumi_azure_native/pulumi-plugin.json,sha256=ehrIaUn-S210mJEMfXATp2hqdxkgkg6rs_6ZK5XiNaI,89
|
|
5
5
|
pulumi_azure_native/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
pulumi_azure_native/aad/__init__.py,sha256=O2XPJyft-EiRyZdbKAbADw_hWhoH_Yn8KOwWpJprjs0,669
|
|
7
7
|
pulumi_azure_native/aad/_enums.py,sha256=nEE4b-gxeGR_DXhJA6WTIznl4AA5UmVTKpvu2PV66RE,3419
|
|
@@ -24326,7 +24326,7 @@ pulumi_azure_native/voiceservices/v20230901/get_communications_gateway.py,sha256
|
|
|
24326
24326
|
pulumi_azure_native/voiceservices/v20230901/get_test_line.py,sha256=cmyjCnhug-GCRWY517oj5FrIEirp9rQ2oRga32d0EdU,7111
|
|
24327
24327
|
pulumi_azure_native/voiceservices/v20230901/outputs.py,sha256=gfFF_TUtBMRjKVwzGbWGv8K6H7n8Wfs56ntccWSMTu0,25796
|
|
24328
24328
|
pulumi_azure_native/voiceservices/v20230901/test_line.py,sha256=z2ixKTW0XBUeTbSDd_n0yUal--N2Cj5NeQQNYKBYjkM,13336
|
|
24329
|
-
pulumi_azure_native/web/__init__.py,sha256=
|
|
24329
|
+
pulumi_azure_native/web/__init__.py,sha256=nXPmiF-1YFSDxy7EUJxHMT8SUfLPgBihBKf-cTdC4Vg,11959
|
|
24330
24330
|
pulumi_azure_native/web/_enums.py,sha256=xyQpbFj-jWvtwtySp35VyydMMisUSAwdkRvSc2056Bs,11248
|
|
24331
24331
|
pulumi_azure_native/web/_inputs.py,sha256=ZFvFr2X4Y7PsEkLbi27JePLl8n95162Ts5kGkUOGEuQ,525237
|
|
24332
24332
|
pulumi_azure_native/web/app_service_environment.py,sha256=3CHHLd9ndV04kZDPm-ZwEXohswGbWuy7c2Qxigz7nAA,33883
|
|
@@ -24362,9 +24362,11 @@ pulumi_azure_native/web/get_web_app.py,sha256=8G29611VZC4U_YYVbQp2i3aIR14SwZ5zuR
|
|
|
24362
24362
|
pulumi_azure_native/web/get_web_app_deployment.py,sha256=e6SVRPl1LXCk5AegmXWNJVE0z6plf9fVCDPaSo1oim4,8585
|
|
24363
24363
|
pulumi_azure_native/web/get_web_app_deployment_slot.py,sha256=mB5SupEJkDpyhsKCpQQ0KUcqkHyNOnf8rAXyrr3jIs4,9111
|
|
24364
24364
|
pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py,sha256=Jo-r9fz-rgPtRcCrcGG4mXLcSwj7_pb_1jDGQ0Cq_fk,7097
|
|
24365
|
+
pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py,sha256=ehSCCYnWO-HxTyStg2e6lTcPn6KJ_DBQYL4lemCNocs,7973
|
|
24365
24366
|
pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py,sha256=OmTunfxXp0r02W3fBE_PrREthxBpyQKD79-c1sjYAnY,5418
|
|
24366
24367
|
pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py,sha256=b4HIVNwWm-_7tTBkjsC0m98s9vRBl-mSHnxjiOZkjfI,5990
|
|
24367
24368
|
pulumi_azure_native/web/get_web_app_ftp_allowed.py,sha256=20vEnOGCrgyRm6qwx6iJBye46NrfVQRlKmHQ21ZPO5Q,4887
|
|
24369
|
+
pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py,sha256=FHE0mFAs7UrvVYrAr4bZgo85hQeUI8jRNoTIk1ccCIg,5051
|
|
24368
24370
|
pulumi_azure_native/web/get_web_app_function.py,sha256=9S_UyQI5ftKAsMuAGNQ17LUZ3bUv8mM3HAnik-qyNpk,11122
|
|
24369
24371
|
pulumi_azure_native/web/get_web_app_host_name_binding.py,sha256=JTnYtRZ3jR9gcDz3CcJtkcHkk43bEbo_BwLQ4_UKpto,9651
|
|
24370
24372
|
pulumi_azure_native/web/get_web_app_host_name_binding_slot.py,sha256=YXc9uJv5JmPNMA4InLDCa-uTPW-RvUFyWt8UDKItlIw,10191
|
|
@@ -24380,6 +24382,7 @@ pulumi_azure_native/web/get_web_app_public_certificate_slot.py,sha256=gTqRPmfA6n
|
|
|
24380
24382
|
pulumi_azure_native/web/get_web_app_relay_service_connection.py,sha256=BlEj5RPJhcyvPSkjR25BXHJ_PC7GFGFfaH1M3oOfsq8,8177
|
|
24381
24383
|
pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py,sha256=ySfYhW55loxGbCM_ZPTHMwtbWqafgnM3aSBbuF4P71o,8753
|
|
24382
24384
|
pulumi_azure_native/web/get_web_app_scm_allowed.py,sha256=PBRb1KASpfsdU3rAKFII5_WJJzPH9TndxBiykVLhpZM,4909
|
|
24385
|
+
pulumi_azure_native/web/get_web_app_scm_allowed_slot.py,sha256=om4UQ06fsztCJV1FgTcmusQxIoIswU7sLKyebwAcc6Q,5073
|
|
24383
24386
|
pulumi_azure_native/web/get_web_app_site_container.py,sha256=mMJswhp1VaVGjHXaEljOi7ZKZ0LkiD_marVi_aevczg,10910
|
|
24384
24387
|
pulumi_azure_native/web/get_web_app_site_container_slot.py,sha256=bV9WXHaJwDyAPXZsZ5sbREjO7q4P8Xd6vu7dCwv3nes,11464
|
|
24385
24388
|
pulumi_azure_native/web/get_web_app_site_extension.py,sha256=GHecpJzBRnWFXSA_lvrEhQK5kZPyi6Vp-h0EGpjTBx8,15075
|
|
@@ -24467,9 +24470,11 @@ pulumi_azure_native/web/web_app_connection_strings_slot.py,sha256=MFGSQ7RpXMnpgq
|
|
|
24467
24470
|
pulumi_azure_native/web/web_app_deployment.py,sha256=tTkfcWRNmyLTsqLjBAsdbz0yCg3gTD398z3SfpoJNnc,18682
|
|
24468
24471
|
pulumi_azure_native/web/web_app_deployment_slot.py,sha256=EiLz-W2L1qwFoRQrZGEi6k4C6V2hoG2m1L7NRu-fnFk,19843
|
|
24469
24472
|
pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py,sha256=RI5smBnpo6kZR0u0rSV4D4KufjTHBKn_Haqmc5_0jJE,15396
|
|
24473
|
+
pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py,sha256=uCaGcCncKyJ3x5sJTiT8mmsAcH7EwR8riAx5hJP714s,16794
|
|
24470
24474
|
pulumi_azure_native/web/web_app_domain_ownership_identifier.py,sha256=m6Mij6a77vTWS9SUp6M8smgucZrUsuTcI3kdpXhE0Bs,11273
|
|
24471
24475
|
pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py,sha256=FNWSetnuZF3yhHriORut2EUd_pX4FEUY30GLYZgubHk,12439
|
|
24472
24476
|
pulumi_azure_native/web/web_app_ftp_allowed.py,sha256=Msgd5TyMF4k22TOn3Aw6eBrUghNmc6DdERwklfFdeE4,9703
|
|
24477
|
+
pulumi_azure_native/web/web_app_ftp_allowed_slot.py,sha256=QvczGtAGJkQRne8Zs9QjlekdP6oiRpCWiH6yb6crSaU,10025
|
|
24473
24478
|
pulumi_azure_native/web/web_app_function.py,sha256=ugIi8slJCbsYU2z1DMmIpz4J7eRQSlSVE0iAiFXR9pA,23772
|
|
24474
24479
|
pulumi_azure_native/web/web_app_host_name_binding.py,sha256=1_8FvwraZdM5b9Aw43ByZbP9OYtsv9Y77BVmf1VhA64,19788
|
|
24475
24480
|
pulumi_azure_native/web/web_app_host_name_binding_slot.py,sha256=4_Rsi8tF1sfcieP5S7ab2YN7i2sjbgF-plTT_HW0E78,20952
|
|
@@ -24487,6 +24492,7 @@ pulumi_azure_native/web/web_app_public_certificate_slot.py,sha256=NIUPj2KuJLi_eR
|
|
|
24487
24492
|
pulumi_azure_native/web/web_app_relay_service_connection.py,sha256=b9MNTEn07eDCJrOsv6QlQJYqCTyqA5sZqPN8CfvDFwU,15288
|
|
24488
24493
|
pulumi_azure_native/web/web_app_relay_service_connection_slot.py,sha256=fzikxhMJIPV81Aq-bgOt8RU07Q0fJSv9lSWcjjKkqlQ,16512
|
|
24489
24494
|
pulumi_azure_native/web/web_app_scm_allowed.py,sha256=daYxUls1HLMb66p5PRBq0CfSdpV2IzYRkde5F9Z9Sgk,9703
|
|
24495
|
+
pulumi_azure_native/web/web_app_scm_allowed_slot.py,sha256=_KInLlrt-mV_ovLpob33X1-pALo3taWKrYAtnbRg3jE,10025
|
|
24490
24496
|
pulumi_azure_native/web/web_app_site_container.py,sha256=4wBrTZiMRInrMmyjB3hUYjVKuW7Okhn6ZkA5TtRRID0,21481
|
|
24491
24497
|
pulumi_azure_native/web/web_app_site_container_slot.py,sha256=yQuLdCZd-1IdZ0ZFw4VoZ68s2jjAav6W_hkgMu5gOfs,22593
|
|
24492
24498
|
pulumi_azure_native/web/web_app_site_extension.py,sha256=Na-La6X1o-6BcXugn3VWpZ7vTQp8B0zFfM17xPAPBP0,15205
|
|
@@ -24526,10 +24532,11 @@ pulumi_azure_native/web/v20160601/get_custom_api.py,sha256=xU0trDVvl02hSWkTL2mZ4
|
|
|
24526
24532
|
pulumi_azure_native/web/v20160601/list_connection_consent_links.py,sha256=uuQZQ30Xzr-lNU6_sm3DqM0rfe4J0lidCqeHxa-vAAE,3973
|
|
24527
24533
|
pulumi_azure_native/web/v20160601/list_custom_api_wsdl_interfaces.py,sha256=iLI4UqWRnObrhiiWQggc147m1ZAeGTLuYlHYHZPmYzE,4451
|
|
24528
24534
|
pulumi_azure_native/web/v20160601/outputs.py,sha256=fivIxcSwU8zX5tEYNKUwxlDhvsv4JLkrA0GnZz9e5NM,45561
|
|
24529
|
-
pulumi_azure_native/web/v20160801/__init__.py,sha256=
|
|
24530
|
-
pulumi_azure_native/web/v20160801/_enums.py,sha256=
|
|
24531
|
-
pulumi_azure_native/web/v20160801/_inputs.py,sha256=
|
|
24535
|
+
pulumi_azure_native/web/v20160801/__init__.py,sha256=b2MnR24sxMcKfVY3qtSUOWQDJs3SFq5AOAy3_Xpfptc,1663
|
|
24536
|
+
pulumi_azure_native/web/v20160801/_enums.py,sha256=SrAZHDygMxgrnhjMEEmDWhRivfG8X8hTiF0QsB0eAOc,3443
|
|
24537
|
+
pulumi_azure_native/web/v20160801/_inputs.py,sha256=AkSIXlJeyP0UvAZs_Ox_8efm1ZOxAVtZRoLCiOpgv44,160546
|
|
24532
24538
|
pulumi_azure_native/web/v20160801/get_web_app.py,sha256=_oiztGZ8nCbJBzD24ReiEBulyAY-TGaYRgHDK930z5Y,24661
|
|
24539
|
+
pulumi_azure_native/web/v20160801/get_web_app_diagnostic_logs_configuration_slot.py,sha256=oWh9WpLBEWYBzGSP52b5V2wYq2ipT5-ItTQEibKvRO8,7442
|
|
24533
24540
|
pulumi_azure_native/web/v20160801/get_web_app_function.py,sha256=kxMPdsO-_-Q8KNcJdhiua-IGVCxk-Pr4apfHDqm55u0,8694
|
|
24534
24541
|
pulumi_azure_native/web/v20160801/get_web_app_instance_function_slot.py,sha256=QHyahkIq61IHbQjPku-xyJE1wAhCRpPFjy-u8nRIB8o,9427
|
|
24535
24542
|
pulumi_azure_native/web/v20160801/get_web_app_premier_add_on.py,sha256=QckoVeNX-OWTWi29_v-l_XHefFFItPOr5xC8KRDxNwk,8226
|
|
@@ -24547,10 +24554,11 @@ pulumi_azure_native/web/v20160801/list_web_app_publishing_credentials.py,sha256=
|
|
|
24547
24554
|
pulumi_azure_native/web/v20160801/list_web_app_publishing_credentials_slot.py,sha256=KUyi5jrc4qNtJ-3i4D-z2-mFhC33nm0QJ8rUQgQsRMA,7926
|
|
24548
24555
|
pulumi_azure_native/web/v20160801/list_web_app_sync_function_triggers.py,sha256=94h_maeymg3NTtq4h904EktgeLnE14SlX54sdYZsvoE,5049
|
|
24549
24556
|
pulumi_azure_native/web/v20160801/list_web_app_sync_function_triggers_slot.py,sha256=pc9ELUAKfOGqld-1-gUoo6WwZ8YWeGAecN05pYRTW_g,5597
|
|
24550
|
-
pulumi_azure_native/web/v20160801/outputs.py,sha256=
|
|
24557
|
+
pulumi_azure_native/web/v20160801/outputs.py,sha256=RJwcHO1pCvQ81sfta-LInnWOTFsZ_fzaoRXnZc-g1w0,107883
|
|
24551
24558
|
pulumi_azure_native/web/v20160801/web_app.py,sha256=BppSlGEZBG0qlFEEM_CehUtON49Tn4oekpJquu_L1to,42450
|
|
24552
24559
|
pulumi_azure_native/web/v20160801/web_app_backup_configuration.py,sha256=ktfq2AuYx6ITM4O-dFJrLszkfi-42JzWSL1recMmoXA,16628
|
|
24553
24560
|
pulumi_azure_native/web/v20160801/web_app_backup_configuration_slot.py,sha256=yD1jnV92E_jqdB8JsYNqDNCsy6fkDsHTZ7sn3-Ys75A,17837
|
|
24561
|
+
pulumi_azure_native/web/v20160801/web_app_diagnostic_logs_configuration_slot.py,sha256=QZH3rJaINVYLvW7b-jET1WpmncIhZgQesbWoG9BKKUY,16269
|
|
24554
24562
|
pulumi_azure_native/web/v20160801/web_app_function.py,sha256=AnvB9EaeaigUkpBiXbxfRy9EYsBcjEbaM3C3NEwoQGw,17904
|
|
24555
24563
|
pulumi_azure_native/web/v20160801/web_app_instance_function_slot.py,sha256=3XfWpe6zRDjQmplH2jnAfykvnTA-5azmuIOAQSX2JmA,19325
|
|
24556
24564
|
pulumi_azure_native/web/v20160801/web_app_premier_add_on.py,sha256=guHh9gSr6WgLi1gzgwjk1NacoRvAHzXgPSSVn1dPTKk,17137
|
|
@@ -24566,13 +24574,18 @@ pulumi_azure_native/web/v20160901/app_service_plan_route_for_vnet.py,sha256=TH8g
|
|
|
24566
24574
|
pulumi_azure_native/web/v20160901/get_app_service_plan.py,sha256=-n76IIPVn8oV0c-lSaOT0OM-ERozMEw3BdV0mvweEv4,14757
|
|
24567
24575
|
pulumi_azure_native/web/v20160901/list_app_service_plan_hybrid_connection_keys.py,sha256=RYrF7eNz0Xf_E-O0bCJBqByhHm0xR5U0KA240me710s,6234
|
|
24568
24576
|
pulumi_azure_native/web/v20160901/outputs.py,sha256=MbbHa-PNYDOZ3B3_NaOwuKixStkNNJYwxcyrOR4qAUc,10002
|
|
24569
|
-
pulumi_azure_native/web/v20180201/__init__.py,sha256=
|
|
24577
|
+
pulumi_azure_native/web/v20180201/__init__.py,sha256=J3v_U-WCpT6LelSpxoeSjPGsiNPjW9qj6LbhsUN1cKE,498
|
|
24578
|
+
pulumi_azure_native/web/v20180201/_enums.py,sha256=8wEyHgBYnZuL4eDJC8yNGPTgutGIyhsO_uiPAlxXENM,396
|
|
24579
|
+
pulumi_azure_native/web/v20180201/_inputs.py,sha256=IQYRVwJrk9vSDA0H_JBfASxpKXfGPWFt7V-VmM7CC3I,20106
|
|
24580
|
+
pulumi_azure_native/web/v20180201/get_web_app_diagnostic_logs_configuration_slot.py,sha256=MWpd4ZuZsf2UdPQyGG8rIoxNnqQjZdDKeedRjNY5o2A,7442
|
|
24570
24581
|
pulumi_azure_native/web/v20180201/list_site_identifiers_assigned_to_host_name.py,sha256=vrJ41Vas0I3I-YT7azJPjBiFygul24hM3AKUJvQl3fY,3288
|
|
24571
|
-
pulumi_azure_native/web/v20180201/outputs.py,sha256=
|
|
24572
|
-
pulumi_azure_native/web/
|
|
24573
|
-
pulumi_azure_native/web/v20181101/
|
|
24574
|
-
pulumi_azure_native/web/v20181101/
|
|
24582
|
+
pulumi_azure_native/web/v20180201/outputs.py,sha256=oC0VYmZfup8bfvMcINXYei72OOGN6AIZcdtLKGRhNHc,17873
|
|
24583
|
+
pulumi_azure_native/web/v20180201/web_app_diagnostic_logs_configuration_slot.py,sha256=avIKwYly8a74ALDBTO8GGapVySrwatVyTenB2PuhUu8,16269
|
|
24584
|
+
pulumi_azure_native/web/v20181101/__init__.py,sha256=7TVNDO4uVN1NyKv21D3fZk-PUtut2kqHpOFnJ3keqGg,1197
|
|
24585
|
+
pulumi_azure_native/web/v20181101/_enums.py,sha256=u9ASBTw6TWL4tWnI7IJ3XMC5x008vIToetZ3DJ4cTog,4125
|
|
24586
|
+
pulumi_azure_native/web/v20181101/_inputs.py,sha256=RWBQrM0rIXSUmRS53ZW6PaeSgVyTmuYz8zt3jz5fjLM,165466
|
|
24575
24587
|
pulumi_azure_native/web/v20181101/get_web_app.py,sha256=fzopm7W-EBZdNBbVlyaEQuPpG-eL0kVWFY-7q-AL2h0,28247
|
|
24588
|
+
pulumi_azure_native/web/v20181101/get_web_app_diagnostic_logs_configuration_slot.py,sha256=GHQ9RHpntw0mT_hRCUaXIDBjvU6XWvluFd-JDkAkQL8,7442
|
|
24576
24589
|
pulumi_azure_native/web/v20181101/get_web_app_domain_ownership_identifier.py,sha256=jQB7MXqPrxWgmfc8yGpaQ08ydUDF0aRLm8Lpu6IYa10,4718
|
|
24577
24590
|
pulumi_azure_native/web/v20181101/get_web_app_domain_ownership_identifier_slot.py,sha256=mF1VhaeDth2paBu-tkPhwRPhMiBtNoqQ9lxODTNFayc,5290
|
|
24578
24591
|
pulumi_azure_native/web/v20181101/get_web_app_slot.py,sha256=3twfMa6nzRFJfvgOsgZLbaATiTgtGKG4nAsgft-2v18,28683
|
|
@@ -24584,37 +24597,48 @@ pulumi_azure_native/web/v20181101/list_web_app_publishing_credentials.py,sha256=
|
|
|
24584
24597
|
pulumi_azure_native/web/v20181101/list_web_app_publishing_credentials_slot.py,sha256=RDfJmo3u12Lx213EuA_Dngp-HdNgLJo9FAU2AArKFD8,7908
|
|
24585
24598
|
pulumi_azure_native/web/v20181101/list_web_app_sync_function_triggers.py,sha256=5GN93GbjxJSyyw-B9r86-J5hwxR3qjjT-3pzMszMnlg,5049
|
|
24586
24599
|
pulumi_azure_native/web/v20181101/list_web_app_sync_function_triggers_slot.py,sha256=fM_7Z3T8wjsnJJ4hGZBV5RSTtwuAGEiE0Ddeb2ePFq0,5597
|
|
24587
|
-
pulumi_azure_native/web/v20181101/outputs.py,sha256=
|
|
24600
|
+
pulumi_azure_native/web/v20181101/outputs.py,sha256=yBUwCLTUeHEvqkmCBVuQ5niqjnQk_3w-R11pnhgaZgk,120719
|
|
24588
24601
|
pulumi_azure_native/web/v20181101/web_app.py,sha256=KuP6N4TMafMV5W5GwA7zbyG_xbc4cv8QYohx2YhYHhE,48382
|
|
24602
|
+
pulumi_azure_native/web/v20181101/web_app_diagnostic_logs_configuration_slot.py,sha256=VVhpbx1bErwqjfQrR38HBhbrU_b1fzyvSeRtgXjQOxU,16269
|
|
24589
24603
|
pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier.py,sha256=pxBLroBQaekqWfJY7L1JzEjc4wYcVF2dPv7RSG2gMJA,10623
|
|
24590
24604
|
pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier_slot.py,sha256=paSOOcOKNzD1sLq4CGm6kZvfjlldWLUqQJ5jh4MLEWI,11789
|
|
24591
24605
|
pulumi_azure_native/web/v20181101/web_app_slot.py,sha256=Q7dJfOZ7oHq2WKP6ZXKy6sCLZUpgjGZjidg-F0g1mAA,49462
|
|
24592
|
-
pulumi_azure_native/web/v20190801/__init__.py,sha256=
|
|
24593
|
-
pulumi_azure_native/web/v20190801/_enums.py,sha256=
|
|
24594
|
-
pulumi_azure_native/web/v20190801/_inputs.py,sha256=
|
|
24606
|
+
pulumi_azure_native/web/v20190801/__init__.py,sha256=VVWjS_0CfDqZJCeixIIbJz8NCJ5N1jVU8OlAClPbh6c,728
|
|
24607
|
+
pulumi_azure_native/web/v20190801/_enums.py,sha256=xJWzb509tIRO8T-w7PsG-dMO74rOPNZUmYiE3qPH7YI,1005
|
|
24608
|
+
pulumi_azure_native/web/v20190801/_inputs.py,sha256=KGHOmT9pZzA6M_Tf9MPvPoVPPOsezDs89YkLBlZ55kc,29943
|
|
24595
24609
|
pulumi_azure_native/web/v20190801/app_service_environment.py,sha256=-UkXWsgR2QZ189chClW5XA-xJmvLs42IKtIybUiwxzw,48548
|
|
24596
24610
|
pulumi_azure_native/web/v20190801/get_app_service_environment.py,sha256=80znb7RfbSZHRnHaxSXH0m7racADl5-6vdUSYhEb6_k,29076
|
|
24611
|
+
pulumi_azure_native/web/v20190801/get_web_app_diagnostic_logs_configuration_slot.py,sha256=Yk-cwNySK_II9gm8huqgVBZd3XhJ755OWLG4Ar-KAWI,7442
|
|
24597
24612
|
pulumi_azure_native/web/v20190801/get_web_app_ftp_allowed.py,sha256=0P3hD9YGic3egpIfvU207Ym_bsGQ32LzDjbBgDCJ6bM,4428
|
|
24598
24613
|
pulumi_azure_native/web/v20190801/get_web_app_scm_allowed.py,sha256=vdHyEh8VeUvUaMTJh45Ld04Whvp2Vg_0g-sFQQhl3pE,4450
|
|
24599
24614
|
pulumi_azure_native/web/v20190801/list_site_identifiers_assigned_to_host_name.py,sha256=MOoxMIEQxCUOK44wIqLUoMzpHwM_WC234-vi_KrVsa4,3288
|
|
24600
|
-
pulumi_azure_native/web/v20190801/outputs.py,sha256=
|
|
24615
|
+
pulumi_azure_native/web/v20190801/outputs.py,sha256=QitNZMrIls6muhacuGqS2jZcpqy61kfp8pMr4y9G9Y0,36483
|
|
24616
|
+
pulumi_azure_native/web/v20190801/web_app_diagnostic_logs_configuration_slot.py,sha256=n3rtyKoNP0WXQiaboADv034XQTaCDhKK9RI283MHZnY,16269
|
|
24601
24617
|
pulumi_azure_native/web/v20190801/web_app_ftp_allowed.py,sha256=r_4j7z0C1-_JTs17mJftoNYI6TV3YAA43iVnA3_vATs,9250
|
|
24602
24618
|
pulumi_azure_native/web/v20190801/web_app_scm_allowed.py,sha256=JPSsrEo35aCB6SiACeFhH-kkz7B1qc8Al2snA72fMko,9250
|
|
24603
|
-
pulumi_azure_native/web/v20200601/__init__.py,sha256=
|
|
24619
|
+
pulumi_azure_native/web/v20200601/__init__.py,sha256=fkwrucOb7csiLsytZ1kad7E6WgDKg1fWayoHeQ1rPVY,646
|
|
24620
|
+
pulumi_azure_native/web/v20200601/_enums.py,sha256=8wEyHgBYnZuL4eDJC8yNGPTgutGIyhsO_uiPAlxXENM,396
|
|
24621
|
+
pulumi_azure_native/web/v20200601/_inputs.py,sha256=IQYRVwJrk9vSDA0H_JBfASxpKXfGPWFt7V-VmM7CC3I,20106
|
|
24622
|
+
pulumi_azure_native/web/v20200601/get_web_app_diagnostic_logs_configuration_slot.py,sha256=O7-YaAiuRdTuBgWL31WetrKxfsUlAHPeCGSVLBi5hi4,7442
|
|
24604
24623
|
pulumi_azure_native/web/v20200601/get_web_app_ftp_allowed.py,sha256=rEUCgcB5cR98CXTlAfKt_COklnl06NMmvIpPtULFfCA,4428
|
|
24605
24624
|
pulumi_azure_native/web/v20200601/get_web_app_scm_allowed.py,sha256=SPfK0LbR8ZcIuKxdQLPz5UDbNhwJJ_TDWN2aEdfeRrk,4450
|
|
24606
24625
|
pulumi_azure_native/web/v20200601/list_site_identifiers_assigned_to_host_name.py,sha256=Vtnfonwky6ujT_8avKknGPofQcx4dwcSzXONXrHtQkk,3288
|
|
24607
|
-
pulumi_azure_native/web/v20200601/outputs.py,sha256=
|
|
24626
|
+
pulumi_azure_native/web/v20200601/outputs.py,sha256=4P5PIgZHKPu08RYVO2hC0nY1UOy_kU--mBL8nN4BMR0,18247
|
|
24627
|
+
pulumi_azure_native/web/v20200601/web_app_diagnostic_logs_configuration_slot.py,sha256=Dzq802VZrgBKEhoNZr8T7n-a3J0NFVvW4gx9_U-pItE,16269
|
|
24608
24628
|
pulumi_azure_native/web/v20200601/web_app_ftp_allowed.py,sha256=7muZ9RwuirkeDTDH58T_gCTNGuetpVW5jL4LlDd_68Y,9250
|
|
24609
24629
|
pulumi_azure_native/web/v20200601/web_app_scm_allowed.py,sha256=CIdKqXaxqoqwl_Cu68GQaR6pXrtOndrNUT48nMASumM,9250
|
|
24610
|
-
pulumi_azure_native/web/v20200901/__init__.py,sha256=
|
|
24630
|
+
pulumi_azure_native/web/v20200901/__init__.py,sha256=fkwrucOb7csiLsytZ1kad7E6WgDKg1fWayoHeQ1rPVY,646
|
|
24631
|
+
pulumi_azure_native/web/v20200901/_enums.py,sha256=8wEyHgBYnZuL4eDJC8yNGPTgutGIyhsO_uiPAlxXENM,396
|
|
24632
|
+
pulumi_azure_native/web/v20200901/_inputs.py,sha256=IQYRVwJrk9vSDA0H_JBfASxpKXfGPWFt7V-VmM7CC3I,20106
|
|
24633
|
+
pulumi_azure_native/web/v20200901/get_web_app_diagnostic_logs_configuration_slot.py,sha256=h7FCv5TppggpYmVaiDk7Wif5GkxG7hospcfiXGN7JeU,7991
|
|
24611
24634
|
pulumi_azure_native/web/v20200901/get_web_app_ftp_allowed.py,sha256=RDlLbv7_p9aXtbZBfEafYe5ENg3U69OcisdE0uSrau8,4999
|
|
24612
24635
|
pulumi_azure_native/web/v20200901/get_web_app_scm_allowed.py,sha256=dH9XECGDVG1XrjwdrrEtaqplFUEzqax_VZl9drffj94,5021
|
|
24613
24636
|
pulumi_azure_native/web/v20200901/list_site_identifiers_assigned_to_host_name.py,sha256=0b9VWeM91g-GVB_RUM1egb780LHUY9lsuv8g_twL_kg,3288
|
|
24614
|
-
pulumi_azure_native/web/v20200901/outputs.py,sha256=
|
|
24637
|
+
pulumi_azure_native/web/v20200901/outputs.py,sha256=kYrJK-X-3OZmN3IKM_Gx3Jz57C3glgbjl-uxjttggYs,22839
|
|
24638
|
+
pulumi_azure_native/web/v20200901/web_app_diagnostic_logs_configuration_slot.py,sha256=VY8BQydhJVzpZ3uHelRGCzhVKV8WHa38cVD-9u2eDB4,16624
|
|
24615
24639
|
pulumi_azure_native/web/v20200901/web_app_ftp_allowed.py,sha256=bx9EOKt9Bf6Kpt-mg6eI3qukLwwKiR43dgu_O9n-MfA,9627
|
|
24616
24640
|
pulumi_azure_native/web/v20200901/web_app_scm_allowed.py,sha256=O2X_ipKqBVYA5hU4aie-_QeNRA4PgPL54kInkT1f2yQ,9627
|
|
24617
|
-
pulumi_azure_native/web/v20201001/__init__.py,sha256=
|
|
24641
|
+
pulumi_azure_native/web/v20201001/__init__.py,sha256=7a4RGt4nfJvlC1BI-qpwB3p8FBb94847DvIHSd6YsnU,5907
|
|
24618
24642
|
pulumi_azure_native/web/v20201001/_enums.py,sha256=5NUsywlGJ-PexxkUYpgu2yxTb2UFGVmc-DRxFe0Wt4k,7876
|
|
24619
24643
|
pulumi_azure_native/web/v20201001/_inputs.py,sha256=tXrfXv4p70_PG1M1Ij5RmkNr5JGu4AajN3-IboJNhrA,292720
|
|
24620
24644
|
pulumi_azure_native/web/v20201001/app_service_environment.py,sha256=Tp_TgOOn0U2p6WA68d4jsGMXP6e-ZP-8hBPc4b0dnIA,48931
|
|
@@ -24629,6 +24653,7 @@ pulumi_azure_native/web/v20201001/get_web_app.py,sha256=YxQKMtG-OgmoFHZxwqBDJS_c
|
|
|
24629
24653
|
pulumi_azure_native/web/v20201001/get_web_app_deployment.py,sha256=SBxOh4wafmbw9EUpsljD6OvpizT2Rfqzuy6LIK9vPA0,8913
|
|
24630
24654
|
pulumi_azure_native/web/v20201001/get_web_app_deployment_slot.py,sha256=H9GJbdYlim5_5QomEGhdpwk1bvSfsxIZeBygABg2_hc,9439
|
|
24631
24655
|
pulumi_azure_native/web/v20201001/get_web_app_diagnostic_logs_configuration.py,sha256=FgHi-uOOcttE5SpZ3dh8DRBp9FDx6LFIsK37f7UmDm4,7403
|
|
24656
|
+
pulumi_azure_native/web/v20201001/get_web_app_diagnostic_logs_configuration_slot.py,sha256=Xx3Wjiq3jcjvZGIZDAHMrJ32xJMysZyRGbq8UwP1t0A,7991
|
|
24632
24657
|
pulumi_azure_native/web/v20201001/get_web_app_domain_ownership_identifier.py,sha256=x41pySRTuKbz2wt6uHU123rwjprD5SrL0DEgfwqvqso,5722
|
|
24633
24658
|
pulumi_azure_native/web/v20201001/get_web_app_domain_ownership_identifier_slot.py,sha256=pPcM1uwcaZ7tqlyg_2H0i8W0-vjCxxbYG73Z5uXbhkI,6294
|
|
24634
24659
|
pulumi_azure_native/web/v20201001/get_web_app_ftp_allowed.py,sha256=TiAj_CeBwSYMpBL85NX6UTy8B6P4Ui97gW-kbKEXTWE,4999
|
|
@@ -24708,6 +24733,7 @@ pulumi_azure_native/web/v20201001/web_app_connection_strings_slot.py,sha256=W4RO
|
|
|
24708
24733
|
pulumi_azure_native/web/v20201001/web_app_deployment.py,sha256=o0xc2q6zV1zH9D-Fl5FG89cBIOt0dLwS7JAcS45hQ24,18720
|
|
24709
24734
|
pulumi_azure_native/web/v20201001/web_app_deployment_slot.py,sha256=r-BEsgv8nVZ0d2GqG1hqDBOjxlT07PR02uu-R7gmliw,19881
|
|
24710
24735
|
pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration.py,sha256=uFZ649FhhMV3zZDobZE1DyleVhotThhkX-BoC73vYoI,15412
|
|
24736
|
+
pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration_slot.py,sha256=ihucuPjGC7Ph5y4pNqTc6_00w5POgjg1pYIqPBUW7vE,16624
|
|
24711
24737
|
pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier.py,sha256=fEqwdO8YIog2iBFKkLLz-0xe9h4UnIo37l_OljPpwmE,11287
|
|
24712
24738
|
pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier_slot.py,sha256=-rb7I7lnX9-zzu9qu5KrSF116N8QKZKovNWZkKEwxao,12453
|
|
24713
24739
|
pulumi_azure_native/web/v20201001/web_app_ftp_allowed.py,sha256=hSRdHOqKNWo4x2IrE7sd3NPQdIAxXTq1eYevMxYdOAM,9627
|
|
@@ -24739,37 +24765,62 @@ pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection.py,sh
|
|
|
24739
24765
|
pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection_slot.py,sha256=R3xv_u6ywXEiXpWXkn6l8lX0O81dcswMtjY92RIqLWA,13515
|
|
24740
24766
|
pulumi_azure_native/web/v20201001/web_app_vnet_connection.py,sha256=8ncNkMNw951qpE6ZDPVUGevOCV2xybVFJjZ0h0YN5GE,16041
|
|
24741
24767
|
pulumi_azure_native/web/v20201001/web_app_vnet_connection_slot.py,sha256=mGbyM0zKozHQk2qldGkazfc76joKTIS3yZ_oGgfOwzg,17232
|
|
24742
|
-
pulumi_azure_native/web/v20201201/__init__.py,sha256=
|
|
24768
|
+
pulumi_azure_native/web/v20201201/__init__.py,sha256=xLKAY7SExqVz1CR_1MrWzwuGo3Xk37aTX557GIwchIM,814
|
|
24769
|
+
pulumi_azure_native/web/v20201201/_enums.py,sha256=8wEyHgBYnZuL4eDJC8yNGPTgutGIyhsO_uiPAlxXENM,396
|
|
24770
|
+
pulumi_azure_native/web/v20201201/_inputs.py,sha256=IQYRVwJrk9vSDA0H_JBfASxpKXfGPWFt7V-VmM7CC3I,20106
|
|
24771
|
+
pulumi_azure_native/web/v20201201/get_web_app_diagnostic_logs_configuration_slot.py,sha256=QzCva9LASmNMrxyzs863dhItWDRUwolx3WGa2dgM7ps,7442
|
|
24743
24772
|
pulumi_azure_native/web/v20201201/get_web_app_ftp_allowed.py,sha256=duBFoU5JFQz4qG7_Lk_3AxC8R-lu3PwAX4-lvDIVCEU,4428
|
|
24773
|
+
pulumi_azure_native/web/v20201201/get_web_app_ftp_allowed_slot.py,sha256=LR2beAkoMlNa0escxUrOsaqQAldvHoZ6wHbgkaqZEgk,4688
|
|
24744
24774
|
pulumi_azure_native/web/v20201201/get_web_app_scm_allowed.py,sha256=jUKHZEPKSAY9OhB8q4Uds3l4XLaC0VNOqSsgihB2UPw,4450
|
|
24775
|
+
pulumi_azure_native/web/v20201201/get_web_app_scm_allowed_slot.py,sha256=m9ABu8H5Ksf2gLjGpqBF0B4htVv-ORtTYHPvFHykmZA,4710
|
|
24745
24776
|
pulumi_azure_native/web/v20201201/list_site_identifiers_assigned_to_host_name.py,sha256=BHFq5f7J9bCFHlKpfePy28LZs8aw99nhr6XFbbujym0,3288
|
|
24746
|
-
pulumi_azure_native/web/v20201201/outputs.py,sha256=
|
|
24777
|
+
pulumi_azure_native/web/v20201201/outputs.py,sha256=4P5PIgZHKPu08RYVO2hC0nY1UOy_kU--mBL8nN4BMR0,18247
|
|
24778
|
+
pulumi_azure_native/web/v20201201/web_app_diagnostic_logs_configuration_slot.py,sha256=t6xmJUVlOFBY5Ztr_h66zsHwK2xpM5uKMJb0F9LWOLo,16269
|
|
24747
24779
|
pulumi_azure_native/web/v20201201/web_app_ftp_allowed.py,sha256=hsyiC-GOC6qbH06K-du4FJeRuWX2pdnhc1mvOoOP5Ig,9250
|
|
24780
|
+
pulumi_azure_native/web/v20201201/web_app_ftp_allowed_slot.py,sha256=BIdG7AU_T4t0IaJO_R8k7GfEgFgYe8Xk-yoJDJJCm0o,9668
|
|
24748
24781
|
pulumi_azure_native/web/v20201201/web_app_scm_allowed.py,sha256=xSRa64_QHbcl3BRvu5PiUZNdRTXMqZwgU8aI34wO9TI,9250
|
|
24749
|
-
pulumi_azure_native/web/
|
|
24782
|
+
pulumi_azure_native/web/v20201201/web_app_scm_allowed_slot.py,sha256=590vqzxZ4xzuKGRupIGzbk6XoymQP3lSGCipZsQywMU,9668
|
|
24783
|
+
pulumi_azure_native/web/v20210101/__init__.py,sha256=xLKAY7SExqVz1CR_1MrWzwuGo3Xk37aTX557GIwchIM,814
|
|
24784
|
+
pulumi_azure_native/web/v20210101/_enums.py,sha256=8wEyHgBYnZuL4eDJC8yNGPTgutGIyhsO_uiPAlxXENM,396
|
|
24785
|
+
pulumi_azure_native/web/v20210101/_inputs.py,sha256=IQYRVwJrk9vSDA0H_JBfASxpKXfGPWFt7V-VmM7CC3I,20106
|
|
24786
|
+
pulumi_azure_native/web/v20210101/get_web_app_diagnostic_logs_configuration_slot.py,sha256=yoEERHX8yg6I_YaMWOKR7COidwxliFa3oBPZr8q6aMs,7442
|
|
24750
24787
|
pulumi_azure_native/web/v20210101/get_web_app_ftp_allowed.py,sha256=ggWk7Bbg1V6zEE3c3ByHiV7CL-KX9yjfw329QGU37oM,4428
|
|
24788
|
+
pulumi_azure_native/web/v20210101/get_web_app_ftp_allowed_slot.py,sha256=aAo508bqF8TMRQPTy7hs-QbmuDV69K3DlwZKx0T6WMo,4688
|
|
24751
24789
|
pulumi_azure_native/web/v20210101/get_web_app_scm_allowed.py,sha256=QbIjfGQDFZHXtRzLe7FIIj_qAzGJhvfnIZ8emYXhuzs,4450
|
|
24790
|
+
pulumi_azure_native/web/v20210101/get_web_app_scm_allowed_slot.py,sha256=v0hjMjfYHoHjqheGbBlxt-OIjojjbniIsQtQ7h1tIlY,4710
|
|
24752
24791
|
pulumi_azure_native/web/v20210101/list_site_identifiers_assigned_to_host_name.py,sha256=-S0aoxrDrSqy_impPneNT-WScfMUVsg0u7t7tLzN1Bw,3288
|
|
24753
|
-
pulumi_azure_native/web/v20210101/outputs.py,sha256=
|
|
24792
|
+
pulumi_azure_native/web/v20210101/outputs.py,sha256=4P5PIgZHKPu08RYVO2hC0nY1UOy_kU--mBL8nN4BMR0,18247
|
|
24793
|
+
pulumi_azure_native/web/v20210101/web_app_diagnostic_logs_configuration_slot.py,sha256=DbBw_uMz_sxmEUbfwJ5yBoFFhuE7B1hGkTA72bfAfEE,16269
|
|
24754
24794
|
pulumi_azure_native/web/v20210101/web_app_ftp_allowed.py,sha256=HlpQxIQ3TmZ86GHwlO1tvDD9H1ZZHVDuRDbE9jbx7cY,9250
|
|
24795
|
+
pulumi_azure_native/web/v20210101/web_app_ftp_allowed_slot.py,sha256=YRsEkc9iN1lYpLwe8fUSg0xQx4PY-9eqfBLLMku99sM,9668
|
|
24755
24796
|
pulumi_azure_native/web/v20210101/web_app_scm_allowed.py,sha256=oSoK5iNNX4TNIwtzBeELtULl4QMqqikwHxzdyIlxYXU,9250
|
|
24756
|
-
pulumi_azure_native/web/
|
|
24757
|
-
pulumi_azure_native/web/v20210115/
|
|
24758
|
-
pulumi_azure_native/web/v20210115/
|
|
24797
|
+
pulumi_azure_native/web/v20210101/web_app_scm_allowed_slot.py,sha256=n6_Gl6DZSB2kiFL79qh1eWc30ncYTix4Kcr6-3NrYLk,9668
|
|
24798
|
+
pulumi_azure_native/web/v20210115/__init__.py,sha256=mqjmFZVDKxK9TiGHtO8U_IUiugqORgooUOxJiA9QfaU,896
|
|
24799
|
+
pulumi_azure_native/web/v20210115/_enums.py,sha256=WSqGjjSmc4hFpPLXC7nU_Y4SQP3doAhoBIBnZaszlo8,684
|
|
24800
|
+
pulumi_azure_native/web/v20210115/_inputs.py,sha256=0Juq9bR6pihyQ9A1M-SY-BHn2-RwAuOVc9wHXUKp7NA,23210
|
|
24759
24801
|
pulumi_azure_native/web/v20210115/app_service_environment.py,sha256=7t0xCAuIjHixUL4qoEZFy62CwOffoxDCztMfDJDJm4I,25332
|
|
24760
24802
|
pulumi_azure_native/web/v20210115/get_app_service_environment.py,sha256=k2UgJmcTED0iWHMof3RDxz614TZ-0fXJJiwzme67v4M,14362
|
|
24803
|
+
pulumi_azure_native/web/v20210115/get_web_app_diagnostic_logs_configuration_slot.py,sha256=O6s0cbi0cUQ48_pJSjUzR1Hu_K8daZc5PQsFbnu5XBQ,7442
|
|
24761
24804
|
pulumi_azure_native/web/v20210115/get_web_app_ftp_allowed.py,sha256=mv8nV9TLZCBPZ1TPelQe7BxysHRUTla14RY_r5JP0bU,4428
|
|
24805
|
+
pulumi_azure_native/web/v20210115/get_web_app_ftp_allowed_slot.py,sha256=Vg-h6XEKBpBT6CcuGs471O35ksGLWGDbN_9AkMQsuvY,4688
|
|
24762
24806
|
pulumi_azure_native/web/v20210115/get_web_app_scm_allowed.py,sha256=Y0Nz5REUKfXNmpoXgoqkAW0xPZVC5lekqmT_wxukIDY,4450
|
|
24807
|
+
pulumi_azure_native/web/v20210115/get_web_app_scm_allowed_slot.py,sha256=Zo5DycCpjRNLkkyVFaNvCfTtKIInrJtC7HFFtW6Unao,4710
|
|
24763
24808
|
pulumi_azure_native/web/v20210115/list_site_identifiers_assigned_to_host_name.py,sha256=qzsxZICjmf_VyCzy9aAllu5cE31UcDxr9X8guGD6r4o,3288
|
|
24764
|
-
pulumi_azure_native/web/v20210115/outputs.py,sha256=
|
|
24809
|
+
pulumi_azure_native/web/v20210115/outputs.py,sha256=PhrWFqwwHQC_rb4ZDz_3f-TqGmwNX_VhYQvHi5rlto4,20654
|
|
24810
|
+
pulumi_azure_native/web/v20210115/web_app_diagnostic_logs_configuration_slot.py,sha256=y1GLeyJkUbetHYXd9cQQwN4II6sCQyyQ67sp_iIRUx0,16269
|
|
24765
24811
|
pulumi_azure_native/web/v20210115/web_app_ftp_allowed.py,sha256=PzDsaI8tyT7NY53gY83qD6XmyIU9hSBo_j6LtY82p60,9250
|
|
24812
|
+
pulumi_azure_native/web/v20210115/web_app_ftp_allowed_slot.py,sha256=5KzqmXHrWg2Ip8SqyLCG3abGHY10WyHZqP0eNC1z_LQ,9668
|
|
24766
24813
|
pulumi_azure_native/web/v20210115/web_app_scm_allowed.py,sha256=GiAemIslpHHIhpkIk5k2zCLM6MDJ5VZVThtBplklLYM,9250
|
|
24767
|
-
pulumi_azure_native/web/
|
|
24768
|
-
pulumi_azure_native/web/v20210201/
|
|
24769
|
-
pulumi_azure_native/web/v20210201/
|
|
24814
|
+
pulumi_azure_native/web/v20210115/web_app_scm_allowed_slot.py,sha256=ZJ1XtNuMYkOEY4nAJ0Tc35R2yxXiyjlxcTY2dv5V9io,9668
|
|
24815
|
+
pulumi_azure_native/web/v20210201/__init__.py,sha256=ylu8QmUPNePVgsP5c-eofOjWWeNVVQ23R8NgukePJy8,1294
|
|
24816
|
+
pulumi_azure_native/web/v20210201/_enums.py,sha256=0MfHREFIp1WGlICTfQ0x2J1aKSUA2O1RProNUWyy8uU,1943
|
|
24817
|
+
pulumi_azure_native/web/v20210201/_inputs.py,sha256=eO0HJDnrKLI5rt9d0PbHMPu3VZBfNkN0QNVOuxsyi9o,178234
|
|
24770
24818
|
pulumi_azure_native/web/v20210201/get_static_site.py,sha256=7DKlqpY2_W-hUz0ydMeC1TUViDeng7BVnCXyruUCgck,14934
|
|
24819
|
+
pulumi_azure_native/web/v20210201/get_web_app_diagnostic_logs_configuration_slot.py,sha256=yGGl4RkKPfWvVjJR6wj0FkA9ZlyJ_CPnM9mvp6ugqfw,7442
|
|
24771
24820
|
pulumi_azure_native/web/v20210201/get_web_app_ftp_allowed.py,sha256=veayi1ZCDPXI9YCUXqO6EfwPjuEa87NxYmk6SPekTdg,4428
|
|
24821
|
+
pulumi_azure_native/web/v20210201/get_web_app_ftp_allowed_slot.py,sha256=i9BClLX3HUzGr4XCANaGvp7E48Xi0rwtC_ehw5ame1U,4688
|
|
24772
24822
|
pulumi_azure_native/web/v20210201/get_web_app_scm_allowed.py,sha256=E0kDCNACkIuaP6OiXKgbcJzSuryl_WTtIACqBqHDQoo,4450
|
|
24823
|
+
pulumi_azure_native/web/v20210201/get_web_app_scm_allowed_slot.py,sha256=pBC_zP2hk7b4Y31u9Q47zSI3MqyEVstKS5cuW6cAvHE,4710
|
|
24773
24824
|
pulumi_azure_native/web/v20210201/list_site_identifiers_assigned_to_host_name.py,sha256=eVueBdcTqubQFp05iVQeMKuqPovN4KFpLu3x6gzUouo,3288
|
|
24774
24825
|
pulumi_azure_native/web/v20210201/list_static_site_app_settings.py,sha256=Y-8cy_JKy20AlFnufk6XOJqfPhVqlixTplyc9YVUW9k,4536
|
|
24775
24826
|
pulumi_azure_native/web/v20210201/list_static_site_build_app_settings.py,sha256=zI06z1blyY5uPBJ-TZ-xQi9vwoa8TjShZCRAySMiVqE,5009
|
|
@@ -24778,27 +24829,46 @@ pulumi_azure_native/web/v20210201/list_static_site_configured_roles.py,sha256=s6
|
|
|
24778
24829
|
pulumi_azure_native/web/v20210201/list_static_site_function_app_settings.py,sha256=Qf90lUP1Zvc2CNc2Ub4Athyk_xL9z_hMURdh_lMWgaw,4705
|
|
24779
24830
|
pulumi_azure_native/web/v20210201/list_static_site_secrets.py,sha256=gaJlPBjxtkJrrjEJNdpBeaJeiWokPTEVdcupBpccHBA,4445
|
|
24780
24831
|
pulumi_azure_native/web/v20210201/list_static_site_users.py,sha256=Pp7cbPqT86hq0fHnqifqgTiefiRYyPMt_Z0yNnHDMd4,3679
|
|
24781
|
-
pulumi_azure_native/web/v20210201/outputs.py,sha256=
|
|
24832
|
+
pulumi_azure_native/web/v20210201/outputs.py,sha256=n-DUC8OKaT4raXU3NGkLyoItSQoE0YpFn5Y5bIgHuUc,168938
|
|
24782
24833
|
pulumi_azure_native/web/v20210201/static_site.py,sha256=H-2PE7tTnKY1iET0HS-oJ1KQfCBEcyula4nMvZLs-Ho,26246
|
|
24783
24834
|
pulumi_azure_native/web/v20210201/web_app_auth_settings_v2.py,sha256=Zh6EPtAgBNJsEPUn7f38S8OcRjx72jS2idpWrpJAugA,16431
|
|
24784
24835
|
pulumi_azure_native/web/v20210201/web_app_auth_settings_v2_slot.py,sha256=MZRN31JzLon9CMRyR1kzDdjNs5L2ULaJ2uOxK8502dw,17450
|
|
24836
|
+
pulumi_azure_native/web/v20210201/web_app_diagnostic_logs_configuration_slot.py,sha256=S7Jq8AWFFyaRZqBJLcbr24swzGdCW4sJN3aOoWyl49c,16269
|
|
24785
24837
|
pulumi_azure_native/web/v20210201/web_app_ftp_allowed.py,sha256=wvgkwYiUWffapVvVtj0Jesp2nx7gmbnECLBJctWHjh8,9250
|
|
24838
|
+
pulumi_azure_native/web/v20210201/web_app_ftp_allowed_slot.py,sha256=PRR6733oSU1t9IliUeP47dCPcCZ9d83x8grjZfRPmPI,9668
|
|
24786
24839
|
pulumi_azure_native/web/v20210201/web_app_scm_allowed.py,sha256=mavWeGV32LpqsdnAyLEo31rr_qYpRetxH3yzb08kY5o,9250
|
|
24787
|
-
pulumi_azure_native/web/
|
|
24840
|
+
pulumi_azure_native/web/v20210201/web_app_scm_allowed_slot.py,sha256=ZsLdq45Nlr_VQsvuPHz4rwnC7lLHChMBzWqWAcjZO6g,9668
|
|
24841
|
+
pulumi_azure_native/web/v20210301/__init__.py,sha256=xLKAY7SExqVz1CR_1MrWzwuGo3Xk37aTX557GIwchIM,814
|
|
24842
|
+
pulumi_azure_native/web/v20210301/_enums.py,sha256=8wEyHgBYnZuL4eDJC8yNGPTgutGIyhsO_uiPAlxXENM,396
|
|
24843
|
+
pulumi_azure_native/web/v20210301/_inputs.py,sha256=IQYRVwJrk9vSDA0H_JBfASxpKXfGPWFt7V-VmM7CC3I,20106
|
|
24844
|
+
pulumi_azure_native/web/v20210301/get_web_app_diagnostic_logs_configuration_slot.py,sha256=IizjmKLRKGi_sd0tnIDYrPSoO0E0RxW3QWOTMnMhvqI,7442
|
|
24788
24845
|
pulumi_azure_native/web/v20210301/get_web_app_ftp_allowed.py,sha256=u9qVn0b9yNpeS9t7cRO2U0vDyxj23eFIktu-Odq8kcs,4428
|
|
24846
|
+
pulumi_azure_native/web/v20210301/get_web_app_ftp_allowed_slot.py,sha256=qnG_yI0iI83Djv4GK3OQbSzHcUWo8I-wZfDsXZ3oYAU,4688
|
|
24789
24847
|
pulumi_azure_native/web/v20210301/get_web_app_scm_allowed.py,sha256=35By-3Zld_kB26Gc04zG8WkQ7lLgBKB5qxQb8bkv1z0,4450
|
|
24848
|
+
pulumi_azure_native/web/v20210301/get_web_app_scm_allowed_slot.py,sha256=2lBE2izeFHwbYjw5ZKbgI6wGH64Hbzo86NL4cfMpKF0,4710
|
|
24790
24849
|
pulumi_azure_native/web/v20210301/list_site_identifiers_assigned_to_host_name.py,sha256=Iu2xfkXA4I3Ds_SgVoyLErAC6L43qL2w1G4oh_GtoHE,3288
|
|
24791
|
-
pulumi_azure_native/web/v20210301/outputs.py,sha256=
|
|
24850
|
+
pulumi_azure_native/web/v20210301/outputs.py,sha256=4P5PIgZHKPu08RYVO2hC0nY1UOy_kU--mBL8nN4BMR0,18247
|
|
24851
|
+
pulumi_azure_native/web/v20210301/web_app_diagnostic_logs_configuration_slot.py,sha256=VdjvIKryWBLQtruCA-s3vwq4iac0G2CHXH9fdPJ_F_g,16269
|
|
24792
24852
|
pulumi_azure_native/web/v20210301/web_app_ftp_allowed.py,sha256=f2U3U2SwG1YwIopa4dnHNfucXr35NQL8NDpzrIkyYTk,9250
|
|
24853
|
+
pulumi_azure_native/web/v20210301/web_app_ftp_allowed_slot.py,sha256=wb2msT6AuZQq3UroTw9hgsHfLN_sJdqvl2OOjr4GVhc,9668
|
|
24793
24854
|
pulumi_azure_native/web/v20210301/web_app_scm_allowed.py,sha256=8Mm4E5eOmITrKtRu_Y7q8fxUqFJOPMq8ZWI0Vn2XoE0,9250
|
|
24794
|
-
pulumi_azure_native/web/
|
|
24855
|
+
pulumi_azure_native/web/v20210301/web_app_scm_allowed_slot.py,sha256=yZ4Hf-4BOHOVuvfNLt_00DG9JCgfoDkHr-SlxINCufw,9668
|
|
24856
|
+
pulumi_azure_native/web/v20220301/__init__.py,sha256=xLKAY7SExqVz1CR_1MrWzwuGo3Xk37aTX557GIwchIM,814
|
|
24857
|
+
pulumi_azure_native/web/v20220301/_enums.py,sha256=8wEyHgBYnZuL4eDJC8yNGPTgutGIyhsO_uiPAlxXENM,396
|
|
24858
|
+
pulumi_azure_native/web/v20220301/_inputs.py,sha256=IQYRVwJrk9vSDA0H_JBfASxpKXfGPWFt7V-VmM7CC3I,20106
|
|
24859
|
+
pulumi_azure_native/web/v20220301/get_web_app_diagnostic_logs_configuration_slot.py,sha256=Giaimw9hhW3UkbpFrQ5GxBW1KnJIeSiHnN7pTZCY_Ys,7474
|
|
24795
24860
|
pulumi_azure_native/web/v20220301/get_web_app_ftp_allowed.py,sha256=3NpSBSbXVZKqMXinY1Mt6XE5OS0Q_5-XFQHCZIH-59w,4460
|
|
24861
|
+
pulumi_azure_native/web/v20220301/get_web_app_ftp_allowed_slot.py,sha256=2pMPTDshvpc5HtL2zEPkU6byGFg_eFAAZNh_I3r_2OI,4720
|
|
24796
24862
|
pulumi_azure_native/web/v20220301/get_web_app_scm_allowed.py,sha256=7n2tqPX8H8NHrj0u1b0_0qUyPYBLnjfsv0O3OKCUf2s,4482
|
|
24863
|
+
pulumi_azure_native/web/v20220301/get_web_app_scm_allowed_slot.py,sha256=1Foe6zdOBNjh167mpAZlFYlWLJyEGgthvRgDKHzrazc,4742
|
|
24797
24864
|
pulumi_azure_native/web/v20220301/list_site_identifiers_assigned_to_host_name.py,sha256=XHFlelV2GqTxnXKiVf53YXL6Upi7rF8O-6uPrn6lHv0,3320
|
|
24798
|
-
pulumi_azure_native/web/v20220301/outputs.py,sha256=
|
|
24865
|
+
pulumi_azure_native/web/v20220301/outputs.py,sha256=4P5PIgZHKPu08RYVO2hC0nY1UOy_kU--mBL8nN4BMR0,18247
|
|
24866
|
+
pulumi_azure_native/web/v20220301/web_app_diagnostic_logs_configuration_slot.py,sha256=4H1rY_PtPZ0o8FHGcxwzHlx7k4zbg5jLoITsEHgilRg,16269
|
|
24799
24867
|
pulumi_azure_native/web/v20220301/web_app_ftp_allowed.py,sha256=E-rh35jDzIPH8oJPJs3GyN0tQrx_rY5LLz0UJex2lvY,9250
|
|
24868
|
+
pulumi_azure_native/web/v20220301/web_app_ftp_allowed_slot.py,sha256=BLpxAaa406tYW03-nY36dUeBj057ikzu_xdPVU79Fk8,9668
|
|
24800
24869
|
pulumi_azure_native/web/v20220301/web_app_scm_allowed.py,sha256=sNpJXOFYORb6GrVYsOMz03ZN3ny0PNqgLX64Z9s6PHU,9250
|
|
24801
|
-
pulumi_azure_native/web/
|
|
24870
|
+
pulumi_azure_native/web/v20220301/web_app_scm_allowed_slot.py,sha256=eUYcRcxlW8rh8cXdkL8Mrq3Ox4manXRI6w-YalaEtvE,9668
|
|
24871
|
+
pulumi_azure_native/web/v20220901/__init__.py,sha256=Kgme-YpEz8PcEdKUjggQcHJGVRVCHHrTNqvtvvmVI6I,7797
|
|
24802
24872
|
pulumi_azure_native/web/v20220901/_enums.py,sha256=3tdNiuh7TXORY0OILwgVD7qv6VKXATZiT-5YJBjS-Uo,8687
|
|
24803
24873
|
pulumi_azure_native/web/v20220901/_inputs.py,sha256=dL15T0Ag8Uig7szGzkDOh430n_hO5IynmfVSuVLYvgw,275064
|
|
24804
24874
|
pulumi_azure_native/web/v20220901/app_service_environment.py,sha256=nC9jHPqrXe6N2qtWZBli6VXiiU8Id9C9H7hdNtQAoFQ,33496
|
|
@@ -24826,9 +24896,11 @@ pulumi_azure_native/web/v20220901/get_web_app.py,sha256=QJ5yNKKm6qm5I2etTe2gTxZx
|
|
|
24826
24896
|
pulumi_azure_native/web/v20220901/get_web_app_deployment.py,sha256=qkk175PKO5CozgK-PpR9OazLY8dlnUIW07ln6seC6-8,8374
|
|
24827
24897
|
pulumi_azure_native/web/v20220901/get_web_app_deployment_slot.py,sha256=M-xJRvT1gotanrtE9WUfDQZI128lyTyt2kgTfbNYGq4,8900
|
|
24828
24898
|
pulumi_azure_native/web/v20220901/get_web_app_diagnostic_logs_configuration.py,sha256=p8xztMXj9rwINaeIKITtqycX2pbRnTj8QcWvjidLAew,6886
|
|
24899
|
+
pulumi_azure_native/web/v20220901/get_web_app_diagnostic_logs_configuration_slot.py,sha256=QCwwKsMCWtMReSvWxruTjE5GhrxkOUA-f2mFHOjx6Qc,7474
|
|
24829
24900
|
pulumi_azure_native/web/v20220901/get_web_app_domain_ownership_identifier.py,sha256=_RxveEyG3Jr9Lknr9LofBnTafMBt2nVNpZK-5OSJwRU,5183
|
|
24830
24901
|
pulumi_azure_native/web/v20220901/get_web_app_domain_ownership_identifier_slot.py,sha256=mfHqgMW8HzTbAE7Z0EkwRP-EbXEEzNxZ63PR3Fz0wAc,5755
|
|
24831
24902
|
pulumi_azure_native/web/v20220901/get_web_app_ftp_allowed.py,sha256=FdD2mio2_6EnUJY-I_SLMJRz_3qk-HEzMMehf6mkwl4,4460
|
|
24903
|
+
pulumi_azure_native/web/v20220901/get_web_app_ftp_allowed_slot.py,sha256=E2CMs41xsxDmmBc3qpRuuH3-vW9t9eiJIjYVhu6znR0,4720
|
|
24832
24904
|
pulumi_azure_native/web/v20220901/get_web_app_function.py,sha256=PpDJOsdU69wcnVI7WuZm8JPS_Fp8q1xGAe6fPfipyB8,10887
|
|
24833
24905
|
pulumi_azure_native/web/v20220901/get_web_app_host_name_binding.py,sha256=devnJnwzErTCk6idvi3vWjvMaNjAVSzu38hIIB61nd0,9440
|
|
24834
24906
|
pulumi_azure_native/web/v20220901/get_web_app_host_name_binding_slot.py,sha256=tjqj_D2CBw5OS62m3F7QLb7nV5RZjlKyH8rLL6ssVn8,9980
|
|
@@ -24844,6 +24916,7 @@ pulumi_azure_native/web/v20220901/get_web_app_public_certificate_slot.py,sha256=
|
|
|
24844
24916
|
pulumi_azure_native/web/v20220901/get_web_app_relay_service_connection.py,sha256=5hOAPdrJZ6QN-oyR2IVVqko5lXBx5FF4s9GxAyy1AhU,7966
|
|
24845
24917
|
pulumi_azure_native/web/v20220901/get_web_app_relay_service_connection_slot.py,sha256=FWWM8bsJh1TVlUBtDc7cC7nG56ygKgFEzDwedg_50o0,8542
|
|
24846
24918
|
pulumi_azure_native/web/v20220901/get_web_app_scm_allowed.py,sha256=ugtRKddV1n5nMwS7EbNRgmtkeC8r2WWVcH9qJoX1U20,4482
|
|
24919
|
+
pulumi_azure_native/web/v20220901/get_web_app_scm_allowed_slot.py,sha256=r-D9x92VBGjHlV0FKiOlTtPCL40oFKH8e9_zdRutppY,4742
|
|
24847
24920
|
pulumi_azure_native/web/v20220901/get_web_app_site_extension.py,sha256=r7H8xd9Z9v0rOHF-DJQbP-omFjAWL_7wq75Ugf2IsOo,14840
|
|
24848
24921
|
pulumi_azure_native/web/v20220901/get_web_app_site_extension_slot.py,sha256=b3VFCWgX-dA4-M8mqUcvOQDCew5uhcuz9TfqSbx-3y0,15340
|
|
24849
24922
|
pulumi_azure_native/web/v20220901/get_web_app_slot.py,sha256=lo-nollDFaORfEuVGfjg4cwMiypU32VOhjOQ6rEoyHE,36629
|
|
@@ -24921,9 +24994,11 @@ pulumi_azure_native/web/v20220901/web_app_connection_strings_slot.py,sha256=L4UQ
|
|
|
24921
24994
|
pulumi_azure_native/web/v20220901/web_app_deployment.py,sha256=vohIbqafGdRYxgFJQCFwa1wU1ozrxwUVWVjoM-CHKCs,18343
|
|
24922
24995
|
pulumi_azure_native/web/v20220901/web_app_deployment_slot.py,sha256=c5bymFkw9O61gEb-HehMyLW2S09ekLJvdtkTRyHPv1Y,19504
|
|
24923
24996
|
pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration.py,sha256=7zrejHaQHszQDP-5zVCXitYxpEYq7c5TzIVqE-vYh0w,15057
|
|
24997
|
+
pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration_slot.py,sha256=ibtwcnYuCY9mh9s1XKNMioOvyxvLOcSvAdrDHeAiMAs,16269
|
|
24924
24998
|
pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier.py,sha256=aXFCEvl6b5yQNwj676dVmfoGXoAc7fLPzUCaywe2ss4,10910
|
|
24925
24999
|
pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier_slot.py,sha256=gfkHi-krJ75dMWhE5IOzzXAZPUjU6YVefH13iH8GfCw,12076
|
|
24926
25000
|
pulumi_azure_native/web/v20220901/web_app_ftp_allowed.py,sha256=-QH8lKtYzguNt4rjP1llSTwKilypmTB6OAPUC8-edrs,9250
|
|
25001
|
+
pulumi_azure_native/web/v20220901/web_app_ftp_allowed_slot.py,sha256=LMcKSbloryA45q30oGZgztHM1gnxhZHobJLwKxWBv4M,9668
|
|
24927
25002
|
pulumi_azure_native/web/v20220901/web_app_function.py,sha256=4zi_UEbU_n3lzbOHjUi6kBn2_b8FSsdpK8QtKhILQio,23409
|
|
24928
25003
|
pulumi_azure_native/web/v20220901/web_app_host_name_binding.py,sha256=ssgGfx-tMfNIfeJtN1ie5GgdjYYELb7UCtPT81Zef_4,19449
|
|
24929
25004
|
pulumi_azure_native/web/v20220901/web_app_host_name_binding_slot.py,sha256=aAF6vAIMjlWsvyjzxlmiZXcQXKQuS5knGfFCrVg-P0g,20613
|
|
@@ -24941,6 +25016,7 @@ pulumi_azure_native/web/v20220901/web_app_public_certificate_slot.py,sha256=Lpul
|
|
|
24941
25016
|
pulumi_azure_native/web/v20220901/web_app_relay_service_connection.py,sha256=fRuWcesQ7EtAdzmtokMutlhEpob7X-5OEAt7RaRLMG8,14949
|
|
24942
25017
|
pulumi_azure_native/web/v20220901/web_app_relay_service_connection_slot.py,sha256=ZFxJRy8p-0xPAgieuo1pZnpjQt2CtN0PB-9W-GndNJA,16173
|
|
24943
25018
|
pulumi_azure_native/web/v20220901/web_app_scm_allowed.py,sha256=6sty7SAu8pgqzc18qdb15p3CyzpmVVDH1N19fIA6P2o,9250
|
|
25019
|
+
pulumi_azure_native/web/v20220901/web_app_scm_allowed_slot.py,sha256=HFf_XZjlYhscQSq7cQEfPdaV_U5KsCiqiqGgwlNu368,9668
|
|
24944
25020
|
pulumi_azure_native/web/v20220901/web_app_site_extension.py,sha256=fLC0098v847sB1zQh77r1fkMreNMoT3Nn1cSkuQjw3A,14842
|
|
24945
25021
|
pulumi_azure_native/web/v20220901/web_app_site_extension_slot.py,sha256=ISEyZ9J8Wg_kw8kjRHoGUndVI6aA-hpfXQPv68FSCdY,15939
|
|
24946
25022
|
pulumi_azure_native/web/v20220901/web_app_site_push_settings.py,sha256=T0jaMHVCBVmjWUPXfsp8vFAk0fiWo03x_jP1mz89eN8,15505
|
|
@@ -24953,7 +25029,7 @@ pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection.py,sh
|
|
|
24953
25029
|
pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection_slot.py,sha256=wrEDX1xmzNi7s-BNHa9G4hMDZcidW6bIX8Wx3qZ2-9c,13138
|
|
24954
25030
|
pulumi_azure_native/web/v20220901/web_app_vnet_connection.py,sha256=gmYArvKC5_orVogawEAn8kRrQlX8Xdztp0GEN0a1_V0,15694
|
|
24955
25031
|
pulumi_azure_native/web/v20220901/web_app_vnet_connection_slot.py,sha256=M_55V5DDkd1Hz6VW1ug07IEIzmcjBCV45gwcdQqktHw,16885
|
|
24956
|
-
pulumi_azure_native/web/v20230101/__init__.py,sha256=
|
|
25032
|
+
pulumi_azure_native/web/v20230101/__init__.py,sha256=tmlEhylR51YP98kDBZ_WzElCy9gi43lMPaMHCAhZEZs,7901
|
|
24957
25033
|
pulumi_azure_native/web/v20230101/_enums.py,sha256=Yiq_6XrrrNt05ftZEmdGlLaDs2k7OWOWFwj-UWlmVQ4,11081
|
|
24958
25034
|
pulumi_azure_native/web/v20230101/_inputs.py,sha256=ClF8LmXZgtdqE_YWIkwa0aCFWnoghcnW17K81nDRilk,337416
|
|
24959
25035
|
pulumi_azure_native/web/v20230101/app_service_environment.py,sha256=h-V4GCtsr1_G8GLBuzHMdArS2Sy-rFjrgw2JwH7CkbA,33496
|
|
@@ -24983,9 +25059,11 @@ pulumi_azure_native/web/v20230101/get_web_app.py,sha256=Vle1lSLQ6om-QiszVtURRt8W
|
|
|
24983
25059
|
pulumi_azure_native/web/v20230101/get_web_app_deployment.py,sha256=7GgrUQAg8WHrTXmhM9hAU114xWhW1Qkm79UyeTECH6I,8374
|
|
24984
25060
|
pulumi_azure_native/web/v20230101/get_web_app_deployment_slot.py,sha256=IMyQm4iCtvVngyeE1tJOeCy_dno8EaSyFz09V5rE8K0,8900
|
|
24985
25061
|
pulumi_azure_native/web/v20230101/get_web_app_diagnostic_logs_configuration.py,sha256=G7b12rNdo_mu6mfHdkgLJSb_lOdt9nTx2C8a8jQVIvY,6886
|
|
25062
|
+
pulumi_azure_native/web/v20230101/get_web_app_diagnostic_logs_configuration_slot.py,sha256=_YJWmVxv1xNm6oHaI9Os2NYc1FngY0bzxZHZyYix2To,7474
|
|
24986
25063
|
pulumi_azure_native/web/v20230101/get_web_app_domain_ownership_identifier.py,sha256=TD0yYGWOqINtwpO5_iwSzwrDD2xLpvx-H98fVbxzOUM,5183
|
|
24987
25064
|
pulumi_azure_native/web/v20230101/get_web_app_domain_ownership_identifier_slot.py,sha256=W4XRtQw7tWcUA5lb3iVylUXv-eDQQ7uvJyyJFM5740w,5755
|
|
24988
25065
|
pulumi_azure_native/web/v20230101/get_web_app_ftp_allowed.py,sha256=vyMVVWe1ViO4p_5Y3fhKv77qIh9Vm1NwPbI_zANGgeM,4460
|
|
25066
|
+
pulumi_azure_native/web/v20230101/get_web_app_ftp_allowed_slot.py,sha256=JhZuiRhE-qZiez0NJPGYGBnMco7dcptQimSKAcj4UCI,4720
|
|
24989
25067
|
pulumi_azure_native/web/v20230101/get_web_app_function.py,sha256=T91qUHHoADTuR3TdkknaZcjaKJN7S4O6yTKkDqmhJxo,10887
|
|
24990
25068
|
pulumi_azure_native/web/v20230101/get_web_app_host_name_binding.py,sha256=XU6Y-x8os4YO527Vg8w0rjP3VZJJ0GsQ1gr8ogXXC_0,9440
|
|
24991
25069
|
pulumi_azure_native/web/v20230101/get_web_app_host_name_binding_slot.py,sha256=kIyy3Cogo7NE2Ok9FZXk803JM12USmeblcOIF3tHjek,9980
|
|
@@ -25001,6 +25079,7 @@ pulumi_azure_native/web/v20230101/get_web_app_public_certificate_slot.py,sha256=
|
|
|
25001
25079
|
pulumi_azure_native/web/v20230101/get_web_app_relay_service_connection.py,sha256=aYiaz3WSzbGAvu9Zi6HW5HSExERdjnj2NDkLws9AVQU,7966
|
|
25002
25080
|
pulumi_azure_native/web/v20230101/get_web_app_relay_service_connection_slot.py,sha256=EZvDyM_qLYzqoL9e16vStEQwlVdKi5-GCUF6UF2UHpo,8542
|
|
25003
25081
|
pulumi_azure_native/web/v20230101/get_web_app_scm_allowed.py,sha256=Rmiw3Ps0jjijp9aOOgvqgpmtoQtp1eRKLMRbtf5_z8k,4482
|
|
25082
|
+
pulumi_azure_native/web/v20230101/get_web_app_scm_allowed_slot.py,sha256=0FCcRzZ8IDZW8KAiifr4wSQJB2FmPIM3SRJ1pgi2TcA,4742
|
|
25004
25083
|
pulumi_azure_native/web/v20230101/get_web_app_site_extension.py,sha256=eN5R8ulfWnlebvRUaSib9-KcqLlDkPVOtslYoJm8jME,14840
|
|
25005
25084
|
pulumi_azure_native/web/v20230101/get_web_app_site_extension_slot.py,sha256=0A72tdHMGc1dXJdd5hoIC71D8XJQGniReHA5eslnLhc,15340
|
|
25006
25085
|
pulumi_azure_native/web/v20230101/get_web_app_slot.py,sha256=bkgTK9FxI2x0fmQvIXn9Rg4kAnK1yjb5bkxVfCBRx8c,39236
|
|
@@ -25079,9 +25158,11 @@ pulumi_azure_native/web/v20230101/web_app_connection_strings_slot.py,sha256=o1lD
|
|
|
25079
25158
|
pulumi_azure_native/web/v20230101/web_app_deployment.py,sha256=n6vW2sS7xiEgJq271HCTWHleiDd64SN8TwmRmt-XE9U,18343
|
|
25080
25159
|
pulumi_azure_native/web/v20230101/web_app_deployment_slot.py,sha256=Su6R2JBYqBB8eGB2Upo9jbL6_myE_vFiJVojB4PU3rY,19504
|
|
25081
25160
|
pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration.py,sha256=VRX1sOX2o5bcypUvXKJXIPZ9bL9WHUUxdvcBBXViOa4,15057
|
|
25161
|
+
pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration_slot.py,sha256=hi2SZ06wuejGRnA0c3DYhAC6YttrBtpnALQbIeZk1Q4,16269
|
|
25082
25162
|
pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier.py,sha256=mdI7D7wbBIpr-9zwUsQ6vALw3bmrgCC8skdEJZD8gxw,10910
|
|
25083
25163
|
pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier_slot.py,sha256=gw0x3v_hQez3z0uqNm5R_cvivEmGSwHb7ffTzi_o9tU,12076
|
|
25084
25164
|
pulumi_azure_native/web/v20230101/web_app_ftp_allowed.py,sha256=bvf_in47S9KjGMVbK1vOOyAob6ezzj2dhGoeUB0hpss,9250
|
|
25165
|
+
pulumi_azure_native/web/v20230101/web_app_ftp_allowed_slot.py,sha256=UmGYrIajXWjDfPzukzw3IdUQhzgze5HIj0rZ58HSuKI,9668
|
|
25085
25166
|
pulumi_azure_native/web/v20230101/web_app_function.py,sha256=KKQqlImtzOMWbg7WdPxl0RC0dJJejKDTqFCYkulWho4,23409
|
|
25086
25167
|
pulumi_azure_native/web/v20230101/web_app_host_name_binding.py,sha256=isgAWYoXOaWk1hIFr-ErsNpn_UJ2UEh_N9UmF3XMmM8,19449
|
|
25087
25168
|
pulumi_azure_native/web/v20230101/web_app_host_name_binding_slot.py,sha256=NPBXmesl1_zTVJIedIGLQoaGRuHWm8AnTj2iLbp4Sxs,20613
|
|
@@ -25099,6 +25180,7 @@ pulumi_azure_native/web/v20230101/web_app_public_certificate_slot.py,sha256=6E-w
|
|
|
25099
25180
|
pulumi_azure_native/web/v20230101/web_app_relay_service_connection.py,sha256=Tk6e8yR6HmXcl7PfhdWBG4jWe6u6cB7f--aKnDVV6h8,14949
|
|
25100
25181
|
pulumi_azure_native/web/v20230101/web_app_relay_service_connection_slot.py,sha256=V8pxEw2IWs726zc_tF_PLbJOGUgglUoNcFi4VFmBqCM,16173
|
|
25101
25182
|
pulumi_azure_native/web/v20230101/web_app_scm_allowed.py,sha256=m17dO7w96oJlM3YplVmGeNZppuZ_lotdDqF-I8Y8yzg,9250
|
|
25183
|
+
pulumi_azure_native/web/v20230101/web_app_scm_allowed_slot.py,sha256=OkyQxCQB6jpnGHspPeQVfVLxXewjuQCZKnGApsuTP3o,9668
|
|
25102
25184
|
pulumi_azure_native/web/v20230101/web_app_site_extension.py,sha256=jMX_-Wi44_1WhQBR3xQatgoV3LjYacHz9dCZ9R_tDxw,14842
|
|
25103
25185
|
pulumi_azure_native/web/v20230101/web_app_site_extension_slot.py,sha256=egpKPYZPdaJiNwuqpITnRa39CP5KCWi6SSkkGxto-Hw,15939
|
|
25104
25186
|
pulumi_azure_native/web/v20230101/web_app_site_push_settings.py,sha256=REDQIPDGDeL27Tk5dbVFgxZtlGitRShZj0gIgSYgS5k,15505
|
|
@@ -25111,7 +25193,7 @@ pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection.py,sh
|
|
|
25111
25193
|
pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection_slot.py,sha256=nUm7OvwOIW4Tn5gnTdubso5g9736JzMjxPbptgUulFw,13138
|
|
25112
25194
|
pulumi_azure_native/web/v20230101/web_app_vnet_connection.py,sha256=yNJxbRjTp91RXxoo4w9A_WV0qGFWLnhBA3FZsaedJ9A,15694
|
|
25113
25195
|
pulumi_azure_native/web/v20230101/web_app_vnet_connection_slot.py,sha256=QOgh0yPEaSA-OsoTjokP2kdq1hBhOCPEBRGW5g-0jt8,16885
|
|
25114
|
-
pulumi_azure_native/web/v20231201/__init__.py,sha256=
|
|
25196
|
+
pulumi_azure_native/web/v20231201/__init__.py,sha256=s8TLsOe_OXzSH3wYuGE6rlQsSZz69gMGf3uav7i02s4,8071
|
|
25115
25197
|
pulumi_azure_native/web/v20231201/_enums.py,sha256=dNK83lVL3mPX5ZAkjYM8Ja1CtH-H5DlKBJgqGZro9oM,12511
|
|
25116
25198
|
pulumi_azure_native/web/v20231201/_inputs.py,sha256=2x0H12ZbqZ0LLeX44cnapPVEbf0HsCCs9wtQr5TKbxY,372954
|
|
25117
25199
|
pulumi_azure_native/web/v20231201/app_service_environment.py,sha256=p0nyNwrTduA7kiXDQ9_7Wn1VyFjdEtHrDRDQjfOoHnQ,33496
|
|
@@ -25141,9 +25223,11 @@ pulumi_azure_native/web/v20231201/get_web_app.py,sha256=EFzbwDiYg1kF6V3LXeBWG1CK
|
|
|
25141
25223
|
pulumi_azure_native/web/v20231201/get_web_app_deployment.py,sha256=LlhPVtsJ4Vjt6ZcH1jEcZcfADQtiOYcZabkxwri54G8,8374
|
|
25142
25224
|
pulumi_azure_native/web/v20231201/get_web_app_deployment_slot.py,sha256=ycFbM6aAg8y2RFxIVjdiVhkaWBaEbrllsb6EdN6cdco,8900
|
|
25143
25225
|
pulumi_azure_native/web/v20231201/get_web_app_diagnostic_logs_configuration.py,sha256=5ER6Gl5AWOt5aD8jStx5y6gtMRcW4OfC44Wrvfln2ac,6886
|
|
25226
|
+
pulumi_azure_native/web/v20231201/get_web_app_diagnostic_logs_configuration_slot.py,sha256=IXO0IFKx2i6F_MWG_6b1goPiZBx2JaFZJs62b2xx2Ss,7474
|
|
25144
25227
|
pulumi_azure_native/web/v20231201/get_web_app_domain_ownership_identifier.py,sha256=Ao_a7x9IdGYZ8uSJsQqnnSyeF0nqs6j57w7YgvQXb6U,5183
|
|
25145
25228
|
pulumi_azure_native/web/v20231201/get_web_app_domain_ownership_identifier_slot.py,sha256=ENytehlZzxgwvB47driOZwwFkW9CClYOtqkxgFwt1Z0,5755
|
|
25146
25229
|
pulumi_azure_native/web/v20231201/get_web_app_ftp_allowed.py,sha256=Em4DImEJm-sVDakNq4GKqkBu6K2mFsaNiloB35iyaoE,4460
|
|
25230
|
+
pulumi_azure_native/web/v20231201/get_web_app_ftp_allowed_slot.py,sha256=FKrrAPdCkjJM_u88TwFpgCwYhx1gpEhoiHJahrcyOhI,4720
|
|
25147
25231
|
pulumi_azure_native/web/v20231201/get_web_app_function.py,sha256=2OuihmCeY8OPwcChflEXyfDXGlR1u0YwH5tqVGpjjao,10887
|
|
25148
25232
|
pulumi_azure_native/web/v20231201/get_web_app_host_name_binding.py,sha256=0-7IvHsKua65P5J7u8shaVrB4InKV5hgRj5wlUqfxsg,9440
|
|
25149
25233
|
pulumi_azure_native/web/v20231201/get_web_app_host_name_binding_slot.py,sha256=6TYuJPnv6R-mf6I85Y7tG2JbEVc2hIni0XrLwZjpcqo,9980
|
|
@@ -25159,6 +25243,7 @@ pulumi_azure_native/web/v20231201/get_web_app_public_certificate_slot.py,sha256=
|
|
|
25159
25243
|
pulumi_azure_native/web/v20231201/get_web_app_relay_service_connection.py,sha256=jWRtwO_li0_sTzpFCtxwFBPl_9eueNrhyum-jGkI720,7966
|
|
25160
25244
|
pulumi_azure_native/web/v20231201/get_web_app_relay_service_connection_slot.py,sha256=_fQIvQnr7pOTiFC0XsuTghg7yDwOKC3bOKVnUTHO0IQ,8542
|
|
25161
25245
|
pulumi_azure_native/web/v20231201/get_web_app_scm_allowed.py,sha256=okt-zm7fGI-qJtqbSheboPnnBJsQi5TvcELhv_hPOUI,4482
|
|
25246
|
+
pulumi_azure_native/web/v20231201/get_web_app_scm_allowed_slot.py,sha256=Z4jM6h8bZCRsl6l2xTxGqoVpCCenhlt5g_sD2nBFuPw,4742
|
|
25162
25247
|
pulumi_azure_native/web/v20231201/get_web_app_site_container.py,sha256=jD8aN1bS_m9YWq1IaVT1cpA-CHYaMd4ueAoF68mQsN8,10841
|
|
25163
25248
|
pulumi_azure_native/web/v20231201/get_web_app_site_container_slot.py,sha256=EMmTTWjtkeOMBmP8hbJMmuj-07CdKLoyCPCp3GM8Wdw,11395
|
|
25164
25249
|
pulumi_azure_native/web/v20231201/get_web_app_site_extension.py,sha256=tA5OsIzDiH4CI2QuTD5lxCs33IyqJX8Rjge_NweImSc,14840
|
|
@@ -25239,9 +25324,11 @@ pulumi_azure_native/web/v20231201/web_app_connection_strings_slot.py,sha256=dMVr
|
|
|
25239
25324
|
pulumi_azure_native/web/v20231201/web_app_deployment.py,sha256=WikxmfzWC3tqp7ISZZ4bcpXOUm5gYLt7iNn-LzZ5FeA,18343
|
|
25240
25325
|
pulumi_azure_native/web/v20231201/web_app_deployment_slot.py,sha256=U9y5QAY4Xie7-p3gqYizfRvjY0lU6E5tbGP5HaYrbrQ,19504
|
|
25241
25326
|
pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration.py,sha256=Xeup25Gpy_g4WmsnQ-8BgRjNzskIyzRmsOhRmgiy-EY,15057
|
|
25327
|
+
pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration_slot.py,sha256=f-kN1ApQX-Kggecw2Oqv2UrGA_ebFNjxpCNyCE6-4k4,16269
|
|
25242
25328
|
pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier.py,sha256=LO3M9CdPg3b58IxwPvJb7UfYiTrfzuMWjOTXjjyDsR4,10910
|
|
25243
25329
|
pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier_slot.py,sha256=B8mAno5yP5rzcCtuT__Da9D1dbR4hCuYaG6utEeougI,12076
|
|
25244
25330
|
pulumi_azure_native/web/v20231201/web_app_ftp_allowed.py,sha256=H0_uOLwPuEwIm6ndqPVM_UdQcJu20TTfzqPkeXx8N3I,9250
|
|
25331
|
+
pulumi_azure_native/web/v20231201/web_app_ftp_allowed_slot.py,sha256=vjJOTNOQ7XwJWpiJB-rLv1NPEozo3VQPsb4qPy7kMiQ,9668
|
|
25245
25332
|
pulumi_azure_native/web/v20231201/web_app_function.py,sha256=EXI_1NSLKCHvGPxe8oMZKjHqMZNRgYyh_6mnV4CXMhk,23409
|
|
25246
25333
|
pulumi_azure_native/web/v20231201/web_app_host_name_binding.py,sha256=FTE4iTDvaRj77jhGZ2gVi0hIpRm6dNLP8CK02rSAAjM,19449
|
|
25247
25334
|
pulumi_azure_native/web/v20231201/web_app_host_name_binding_slot.py,sha256=r7nVrd_wTqax4FYrB-TP6NYc9jO3mAkeHTWWOj9daSk,20613
|
|
@@ -25259,6 +25346,7 @@ pulumi_azure_native/web/v20231201/web_app_public_certificate_slot.py,sha256=-cD1
|
|
|
25259
25346
|
pulumi_azure_native/web/v20231201/web_app_relay_service_connection.py,sha256=xK3kRNv-jOYkXwzQBs0y8A4AiNh9t-JDmn9_U-RC790,14949
|
|
25260
25347
|
pulumi_azure_native/web/v20231201/web_app_relay_service_connection_slot.py,sha256=eW1BPLR1WVYd7ac6vRiwsdq53GHAX-8ZpgqDay3CSIw,16173
|
|
25261
25348
|
pulumi_azure_native/web/v20231201/web_app_scm_allowed.py,sha256=431IsxEFHK8nhPBZfnUiAQXBnF4DWvWnaCldEC0JjoM,9250
|
|
25349
|
+
pulumi_azure_native/web/v20231201/web_app_scm_allowed_slot.py,sha256=jxKAEOEJ3kBzBeNJFD78WWKba6VI98Gv_Roo_oSwjIk,9668
|
|
25262
25350
|
pulumi_azure_native/web/v20231201/web_app_site_container.py,sha256=ejqxYlCiANnQ4ENbPNXRyuRxTCwPBomMLiTR-ztqOsA,21394
|
|
25263
25351
|
pulumi_azure_native/web/v20231201/web_app_site_container_slot.py,sha256=BpDLtJ6ERiEod7EZeGBQic565jLAcWUf6QWSvwDcwFg,22506
|
|
25264
25352
|
pulumi_azure_native/web/v20231201/web_app_site_extension.py,sha256=nxMYoUEOIbZaz9KagHDc3hFZjA3cd-g-o6JMIGiijTc,14842
|
|
@@ -25573,7 +25661,7 @@ pulumi_azure_native/workloads/v20231201preview/monitor.py,sha256=ODgV5UnOHNyFAuP
|
|
|
25573
25661
|
pulumi_azure_native/workloads/v20231201preview/outputs.py,sha256=74y9HFP32EotrukKPZhHiO4nKMgYhfacFP2_d4eNjt4,57838
|
|
25574
25662
|
pulumi_azure_native/workloads/v20231201preview/provider_instance.py,sha256=ORO7_6iKHAA6y-zKEP8PwSEEUV236dG5UbfGTvFMGdM,13601
|
|
25575
25663
|
pulumi_azure_native/workloads/v20231201preview/sap_landscape_monitor.py,sha256=l4rMkIJwC_curtGNqO3X7XjEreuGNlhY7_JlIYOQgH0,11636
|
|
25576
|
-
pulumi_azure_native-2.
|
|
25577
|
-
pulumi_azure_native-2.
|
|
25578
|
-
pulumi_azure_native-2.
|
|
25579
|
-
pulumi_azure_native-2.
|
|
25664
|
+
pulumi_azure_native-2.55.0a1723186763.dist-info/METADATA,sha256=yGfipmMl4V8mcUIXUl4D9F83y-f4_45sS-fI5yQ0axU,4204
|
|
25665
|
+
pulumi_azure_native-2.55.0a1723186763.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
25666
|
+
pulumi_azure_native-2.55.0a1723186763.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
|
|
25667
|
+
pulumi_azure_native-2.55.0a1723186763.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|