pulumi-azure 6.30.0__py3-none-any.whl → 6.31.0__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.
- pulumi_azure/__init__.py +47 -90
- pulumi_azure/apimanagement/__init__.py +1 -0
- pulumi_azure/apimanagement/get_workspace.py +178 -0
- pulumi_azure/appplatform/spring_cloud_certificate.py +0 -184
- pulumi_azure/appservice/_inputs.py +60 -57
- pulumi_azure/appservice/active_slot.py +2 -2
- pulumi_azure/appservice/custom_hostname_binding.py +6 -6
- pulumi_azure/appservice/linux_web_app_slot.py +13 -0
- pulumi_azure/appservice/outputs.py +40 -38
- pulumi_azure/appservice/slot.py +16 -16
- pulumi_azure/appservice/windows_web_app.py +7 -7
- pulumi_azure/appservice/windows_web_app_slot.py +7 -7
- pulumi_azure/arcmachine/_inputs.py +3 -3
- pulumi_azure/arcmachine/outputs.py +2 -2
- pulumi_azure/armmsi/federated_identity_credential.py +2 -2
- pulumi_azure/authorization/get_user_assigned_identity.py +2 -2
- pulumi_azure/authorization/user_assigned_identity.py +14 -0
- pulumi_azure/automation/__init__.py +1 -0
- pulumi_azure/automation/_inputs.py +21 -0
- pulumi_azure/automation/job_schedule.py +7 -7
- pulumi_azure/automation/outputs.py +12 -0
- pulumi_azure/automation/runtime_environment.py +571 -0
- pulumi_azure/billing/account_cost_management_export.py +13 -14
- pulumi_azure/bot/healthbot.py +23 -9
- pulumi_azure/cdn/_inputs.py +21 -3
- pulumi_azure/cdn/frontdoor_secret.py +0 -126
- pulumi_azure/cdn/outputs.py +14 -2
- pulumi_azure/cognitive/__init__.py +1 -0
- pulumi_azure/cognitive/_inputs.py +93 -3
- pulumi_azure/cognitive/account.py +14 -14
- pulumi_azure/cognitive/account_project.py +595 -0
- pulumi_azure/cognitive/get_account.py +219 -9
- pulumi_azure/cognitive/outputs.py +256 -10
- pulumi_azure/compute/_inputs.py +3 -3
- pulumi_azure/compute/disk_encryption_set.py +7 -7
- pulumi_azure/compute/linux_virtual_machine.py +7 -7
- pulumi_azure/compute/managed_disk.py +7 -7
- pulumi_azure/compute/outputs.py +2 -2
- pulumi_azure/compute/scale_set_standby_pool.py +7 -7
- pulumi_azure/compute/windows_virtual_machine.py +7 -7
- pulumi_azure/containerapp/_inputs.py +120 -21
- pulumi_azure/containerapp/environment_certificate.py +252 -27
- pulumi_azure/containerapp/environment_storage.py +0 -7
- pulumi_azure/containerapp/job.py +21 -21
- pulumi_azure/containerapp/outputs.py +116 -14
- pulumi_azure/containerservice/_inputs.py +66 -6
- pulumi_azure/containerservice/connected_registry.py +2 -2
- pulumi_azure/containerservice/get_registry.py +2 -2
- pulumi_azure/containerservice/get_registry_scope_map.py +2 -2
- pulumi_azure/containerservice/get_registry_token.py +2 -2
- pulumi_azure/containerservice/kubernetes_cluster.py +47 -0
- pulumi_azure/containerservice/outputs.py +57 -4
- pulumi_azure/containerservice/registry.py +9 -9
- pulumi_azure/containerservice/registry_scope_map.py +2 -2
- pulumi_azure/containerservice/registry_task.py +2 -2
- pulumi_azure/containerservice/registry_token.py +2 -2
- pulumi_azure/containerservice/registry_webhook.py +2 -2
- pulumi_azure/containerservice/registry_webook.py +2 -2
- pulumi_azure/containerservice/token_password.py +2 -2
- pulumi_azure/core/get_user_assigned_identity.py +2 -2
- pulumi_azure/cosmosdb/_inputs.py +162 -0
- pulumi_azure/cosmosdb/account.py +4 -4
- pulumi_azure/cosmosdb/cassandra_cluster.py +0 -82
- pulumi_azure/cosmosdb/cassandra_datacenter.py +7 -107
- pulumi_azure/cosmosdb/mongo_cluster.py +308 -11
- pulumi_azure/cosmosdb/outputs.py +149 -0
- pulumi_azure/dashboard/grafana.py +7 -7
- pulumi_azure/databasemigration/project.py +14 -14
- pulumi_azure/databricks/workspace_root_dbfs_customer_managed_key.py +28 -34
- pulumi_azure/datafactory/factory.py +7 -7
- pulumi_azure/dataprotection/_inputs.py +9 -9
- pulumi_azure/dataprotection/backup_instance_blog_storage.py +28 -0
- pulumi_azure/dataprotection/backup_instance_disk.py +28 -0
- pulumi_azure/dataprotection/backup_instance_kubernetes_cluster.py +35 -7
- pulumi_azure/dataprotection/backup_instance_mysql_flexible_server.py +28 -0
- pulumi_azure/dataprotection/backup_instance_postgresql.py +32 -0
- pulumi_azure/dataprotection/backup_instance_postgresql_flexible_server.py +28 -0
- pulumi_azure/dataprotection/backup_policy_postgresql.py +4 -0
- pulumi_azure/dataprotection/backup_vault.py +7 -7
- pulumi_azure/dataprotection/outputs.py +6 -6
- pulumi_azure/datashare/dataset_blob_storage.py +0 -112
- pulumi_azure/datashare/dataset_data_lake_gen2.py +0 -104
- pulumi_azure/desktopvirtualization/scaling_plan.py +0 -192
- pulumi_azure/desktopvirtualization/scaling_plan_host_pool_association.py +0 -140
- pulumi_azure/devcenter/network_connection.py +7 -7
- pulumi_azure/dns/_inputs.py +10 -3
- pulumi_azure/dns/outputs.py +6 -2
- pulumi_azure/dns/zone.py +19 -19
- pulumi_azure/dynatrace/monitor.py +28 -28
- pulumi_azure/elasticsan/volume.py +7 -7
- pulumi_azure/eventgrid/namespace.py +14 -14
- pulumi_azure/eventhub/_inputs.py +3 -3
- pulumi_azure/eventhub/event_hub.py +14 -14
- pulumi_azure/eventhub/outputs.py +2 -2
- pulumi_azure/eventhub/subscription.py +7 -7
- pulumi_azure/extendedlocation/custom_location.py +14 -14
- pulumi_azure/hdinsight/_inputs.py +107 -30
- pulumi_azure/hdinsight/outputs.py +64 -20
- pulumi_azure/hdinsight/spark_cluster.py +7 -7
- pulumi_azure/healthcare/dicom_service.py +7 -7
- pulumi_azure/hpc/cache_blob_nfs_target.py +0 -274
- pulumi_azure/hpc/cache_blob_target.py +0 -120
- pulumi_azure/keyvault/access_policy.py +0 -72
- pulumi_azure/keyvault/managed_hardware_security_module_role_assignment.py +0 -7
- pulumi_azure/keyvault/managed_storage_account.py +0 -4
- pulumi_azure/keyvault/secret.py +7 -7
- pulumi_azure/kusto/attached_database_configuration.py +7 -7
- pulumi_azure/lb/load_balancer.py +14 -0
- pulumi_azure/loganalytics/__init__.py +1 -0
- pulumi_azure/loganalytics/_inputs.py +198 -6
- pulumi_azure/loganalytics/outputs.py +152 -4
- pulumi_azure/loganalytics/workspace_table_custom_log.py +660 -0
- pulumi_azure/logicapps/_inputs.py +6 -6
- pulumi_azure/logicapps/outputs.py +4 -4
- pulumi_azure/machinelearning/_inputs.py +9 -9
- pulumi_azure/machinelearning/outputs.py +6 -6
- pulumi_azure/machinelearning/workspace.py +0 -296
- pulumi_azure/machinelearning/workspace_network_outbound_rule_service_tag.py +7 -7
- pulumi_azure/maintenance/_inputs.py +9 -9
- pulumi_azure/maintenance/outputs.py +6 -6
- pulumi_azure/managedredis/_inputs.py +96 -12
- pulumi_azure/managedredis/managed_redis.py +7 -7
- pulumi_azure/managedredis/outputs.py +97 -8
- pulumi_azure/management/private_link_association.py +4 -4
- pulumi_azure/mongocluster/__init__.py +1 -0
- pulumi_azure/mongocluster/_inputs.py +214 -0
- pulumi_azure/mongocluster/mongo_cluster.py +308 -11
- pulumi_azure/mongocluster/outputs.py +179 -0
- pulumi_azure/mongocluster/user.py +448 -0
- pulumi_azure/msi/user_assigned_identity.py +14 -0
- pulumi_azure/mssql/_inputs.py +14 -0
- pulumi_azure/mssql/managed_instance.py +19 -20
- pulumi_azure/mssql/outputs.py +8 -0
- pulumi_azure/mysql/flexible_server.py +7 -7
- pulumi_azure/netapp/_inputs.py +12 -12
- pulumi_azure/netapp/outputs.py +8 -8
- pulumi_azure/netapp/volume_group_sap_hana.py +4 -4
- pulumi_azure/network/_inputs.py +3 -3
- pulumi_azure/network/get_network_manager_network_group.py +15 -1
- pulumi_azure/network/network_manager_network_group.py +61 -0
- pulumi_azure/network/network_manager_static_member.py +21 -7
- pulumi_azure/network/outputs.py +2 -2
- pulumi_azure/network/public_ip.py +7 -7
- pulumi_azure/network/traffic_manager_profile.py +8 -8
- pulumi_azure/network/virtual_network.py +7 -7
- pulumi_azure/network/virtual_network_gateway.py +14 -35
- pulumi_azure/nginx/_inputs.py +79 -15
- pulumi_azure/nginx/outputs.py +50 -10
- pulumi_azure/notificationhub/hub.py +7 -7
- pulumi_azure/notificationhub/namespace.py +21 -21
- pulumi_azure/operationalinsights/analytics_solution.py +6 -6
- pulumi_azure/operationalinsights/analytics_workspace.py +7 -7
- pulumi_azure/oracle/autonomous_database.py +58 -79
- pulumi_azure/oracle/autonomous_database_backup.py +7 -7
- pulumi_azure/oracle/cloud_vm_cluster.py +7 -7
- pulumi_azure/oracle/get_cloud_vm_cluster.py +1 -1
- pulumi_azure/oracle/outputs.py +7 -7
- pulumi_azure/oracle/resource_anchor.py +4 -4
- pulumi_azure/paloalto/__init__.py +2 -0
- pulumi_azure/paloalto/_inputs.py +1343 -277
- pulumi_azure/paloalto/local_rulestack_rule.py +7 -7
- pulumi_azure/paloalto/next_generation_firewall_virtual_hub_strata_cloud_manager.py +746 -0
- pulumi_azure/paloalto/next_generation_firewall_virtual_network_strata_cloud_manager.py +800 -0
- pulumi_azure/paloalto/outputs.py +1122 -229
- pulumi_azure/pim/_inputs.py +6 -12
- pulumi_azure/pim/outputs.py +4 -8
- pulumi_azure/pim/role_management_policy.py +0 -100
- pulumi_azure/postgresql/flexible_server.py +16 -16
- pulumi_azure/postgresql/flexible_server_active_directory_administrator.py +0 -84
- pulumi_azure/postgresql/flexible_server_backup.py +2 -2
- pulumi_azure/postgresql/flexible_server_configuration.py +2 -2
- pulumi_azure/postgresql/flexible_server_database.py +2 -2
- pulumi_azure/postgresql/flexible_server_firewall_rule.py +2 -2
- pulumi_azure/postgresql/flexible_server_virtual_endpoint.py +23 -23
- pulumi_azure/postgresql/get_flexible_server.py +2 -2
- pulumi_azure/pulumi-plugin.json +1 -1
- pulumi_azure/redhatopenshift/_inputs.py +6 -6
- pulumi_azure/redhatopenshift/cluster.py +0 -186
- pulumi_azure/redhatopenshift/outputs.py +4 -4
- pulumi_azure/redis/firewall_rule.py +6 -6
- pulumi_azure/search/service.py +7 -7
- pulumi_azure/sentinel/_inputs.py +6 -6
- pulumi_azure/sentinel/outputs.py +4 -4
- pulumi_azure/servicebus/subscription.py +7 -7
- pulumi_azure/siterecovery/_inputs.py +3 -3
- pulumi_azure/siterecovery/outputs.py +2 -2
- pulumi_azure/siterecovery/vmware_replicated_vm.py +7 -7
- pulumi_azure/stack/hci_cluster.py +0 -64
- pulumi_azure/stack/hci_marketplace_gallery_image.py +0 -86
- pulumi_azure/storage/_inputs.py +9 -12
- pulumi_azure/storage/account.py +7 -7
- pulumi_azure/storage/container.py +14 -14
- pulumi_azure/storage/customer_managed_key.py +7 -7
- pulumi_azure/storage/outputs.py +6 -8
- pulumi_azure/storage/queue.py +14 -14
- pulumi_azure/storage/share.py +14 -14
- pulumi_azure/storage/share_directory.py +75 -33
- pulumi_azure/storage/share_file.py +75 -33
- pulumi_azure/storage/sync_server_endpoint.py +7 -7
- pulumi_azure/storage/table_entity.py +7 -7
- pulumi_azure/trafficmanager/profile.py +8 -8
- pulumi_azure/waf/_inputs.py +3 -3
- pulumi_azure/waf/outputs.py +2 -2
- pulumi_azure/webpubsub/_inputs.py +3 -3
- pulumi_azure/webpubsub/outputs.py +2 -2
- pulumi_azure/webpubsub/socketio.py +7 -7
- pulumi_azure/workloadssap/_inputs.py +9 -9
- pulumi_azure/workloadssap/outputs.py +6 -6
- {pulumi_azure-6.30.0.dist-info → pulumi_azure-6.31.0.dist-info}/METADATA +1 -1
- {pulumi_azure-6.30.0.dist-info → pulumi_azure-6.31.0.dist-info}/RECORD +212 -230
- pulumi_azure/mobile/__init__.py +0 -32
- pulumi_azure/mobile/_inputs.py +0 -1645
- pulumi_azure/mobile/get_network.py +0 -212
- pulumi_azure/mobile/get_network_attached_data_network.py +0 -281
- pulumi_azure/mobile/get_network_data_network.py +0 -188
- pulumi_azure/mobile/get_network_packet_core_control_plane.py +0 -344
- pulumi_azure/mobile/get_network_packet_core_data_plane.py +0 -230
- pulumi_azure/mobile/get_network_service.py +0 -222
- pulumi_azure/mobile/get_network_sim.py +0 -239
- pulumi_azure/mobile/get_network_sim_group.py +0 -203
- pulumi_azure/mobile/get_network_sim_policy.py +0 -245
- pulumi_azure/mobile/get_network_site.py +0 -188
- pulumi_azure/mobile/get_network_slice.py +0 -203
- pulumi_azure/mobile/network.py +0 -487
- pulumi_azure/mobile/network_attached_data_network.py +0 -865
- pulumi_azure/mobile/network_data_network.py +0 -420
- pulumi_azure/mobile/network_packet_core_control_plane.py +0 -1039
- pulumi_azure/mobile/network_packet_core_data_plane.py +0 -605
- pulumi_azure/mobile/network_service.py +0 -590
- pulumi_azure/mobile/network_sim.py +0 -748
- pulumi_azure/mobile/network_sim_group.py +0 -503
- pulumi_azure/mobile/network_sim_policy.py +0 -709
- pulumi_azure/mobile/network_site.py +0 -409
- pulumi_azure/mobile/network_slice.py +0 -561
- pulumi_azure/mobile/outputs.py +0 -2167
- {pulumi_azure-6.30.0.dist-info → pulumi_azure-6.31.0.dist-info}/WHEEL +0 -0
- {pulumi_azure-6.30.0.dist-info → pulumi_azure-6.31.0.dist-info}/top_level.txt +0 -0
|
@@ -1097,7 +1097,7 @@ if not MYPY:
|
|
|
1097
1097
|
"""
|
|
1098
1098
|
instance_count: NotRequired[pulumi.Input[_builtins.int]]
|
|
1099
1099
|
"""
|
|
1100
|
-
The instance count of the `always_ready` of the
|
|
1100
|
+
The instance count of the `always_ready` of the Function App. The minimum number is `0`. The total number of `instance_count` should not exceed the `maximum_instance_count`.
|
|
1101
1101
|
"""
|
|
1102
1102
|
elif False:
|
|
1103
1103
|
AppFlexConsumptionAlwaysReadyArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -1109,7 +1109,7 @@ class AppFlexConsumptionAlwaysReadyArgs:
|
|
|
1109
1109
|
instance_count: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1110
1110
|
"""
|
|
1111
1111
|
:param pulumi.Input[_builtins.str] name: The name of the `always_ready` of the Function App.
|
|
1112
|
-
:param pulumi.Input[_builtins.int] instance_count: The instance count of the `always_ready` of the
|
|
1112
|
+
:param pulumi.Input[_builtins.int] instance_count: The instance count of the `always_ready` of the Function App. The minimum number is `0`. The total number of `instance_count` should not exceed the `maximum_instance_count`.
|
|
1113
1113
|
"""
|
|
1114
1114
|
pulumi.set(__self__, "name", name)
|
|
1115
1115
|
if instance_count is not None:
|
|
@@ -1131,7 +1131,7 @@ class AppFlexConsumptionAlwaysReadyArgs:
|
|
|
1131
1131
|
@pulumi.getter(name="instanceCount")
|
|
1132
1132
|
def instance_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1133
1133
|
"""
|
|
1134
|
-
The instance count of the `always_ready` of the
|
|
1134
|
+
The instance count of the `always_ready` of the Function App. The minimum number is `0`. The total number of `instance_count` should not exceed the `maximum_instance_count`.
|
|
1135
1135
|
"""
|
|
1136
1136
|
return pulumi.get(self, "instance_count")
|
|
1137
1137
|
|
|
@@ -4022,7 +4022,7 @@ if not MYPY:
|
|
|
4022
4022
|
"""
|
|
4023
4023
|
use32_bit_worker: NotRequired[pulumi.Input[_builtins.bool]]
|
|
4024
4024
|
"""
|
|
4025
|
-
Should the Linux Web App
|
|
4025
|
+
Should the Linux Web App Linux Function App use a 32-bit worker. Defaults to `false`.
|
|
4026
4026
|
"""
|
|
4027
4027
|
vnet_route_all_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
|
4028
4028
|
"""
|
|
@@ -4105,7 +4105,7 @@ class AppFlexConsumptionSiteConfigArgs:
|
|
|
4105
4105
|
:param pulumi.Input[_builtins.str] scm_minimum_tls_version: The minimum version of TLS required for SSL requests to the SCM site. Possible values include `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
4106
4106
|
:param pulumi.Input[_builtins.str] scm_type: The SCM Type in use by the Linux Function App.
|
|
4107
4107
|
:param pulumi.Input[_builtins.bool] scm_use_main_ip_restriction: Should the Linux Function App `ip_restriction` configuration be used for the SCM also.
|
|
4108
|
-
:param pulumi.Input[_builtins.bool] use32_bit_worker: Should the Linux Web App
|
|
4108
|
+
:param pulumi.Input[_builtins.bool] use32_bit_worker: Should the Linux Web App Linux Function App use a 32-bit worker. Defaults to `false`.
|
|
4109
4109
|
:param pulumi.Input[_builtins.bool] vnet_route_all_enabled: Should the Linux Function App route all traffic through the virtual network. Defaults to `false`.
|
|
4110
4110
|
:param pulumi.Input[_builtins.bool] websockets_enabled: Should Web Sockets be enabled. Defaults to `false`.
|
|
4111
4111
|
:param pulumi.Input[_builtins.int] worker_count: The number of Workers for this Linux Function App.
|
|
@@ -4517,7 +4517,7 @@ class AppFlexConsumptionSiteConfigArgs:
|
|
|
4517
4517
|
@pulumi.getter(name="use32BitWorker")
|
|
4518
4518
|
def use32_bit_worker(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4519
4519
|
"""
|
|
4520
|
-
Should the Linux Web App
|
|
4520
|
+
Should the Linux Web App Linux Function App use a 32-bit worker. Defaults to `false`.
|
|
4521
4521
|
"""
|
|
4522
4522
|
return pulumi.get(self, "use32_bit_worker")
|
|
4523
4523
|
|
|
@@ -16308,7 +16308,7 @@ if not MYPY:
|
|
|
16308
16308
|
"""
|
|
16309
16309
|
dotnet_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
16310
16310
|
"""
|
|
16311
|
-
The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0` and `
|
|
16311
|
+
The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
|
|
16312
16312
|
"""
|
|
16313
16313
|
java_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
16314
16314
|
"""
|
|
@@ -16352,7 +16352,7 @@ class LinuxFunctionAppSiteConfigApplicationStackArgs:
|
|
|
16352
16352
|
use_dotnet_isolated_runtime: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
16353
16353
|
"""
|
|
16354
16354
|
:param pulumi.Input[Sequence[pulumi.Input['LinuxFunctionAppSiteConfigApplicationStackDockerArgs']]] dockers: One or more `docker` blocks as defined below.
|
|
16355
|
-
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0` and `
|
|
16355
|
+
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
|
|
16356
16356
|
:param pulumi.Input[_builtins.str] java_version: The Version of Java to use. Supported versions include `8`, `11`, `17`, `21`.
|
|
16357
16357
|
|
|
16358
16358
|
> **Note:** The value `21` is currently in Preview for `java_version`.
|
|
@@ -16395,7 +16395,7 @@ class LinuxFunctionAppSiteConfigApplicationStackArgs:
|
|
|
16395
16395
|
@pulumi.getter(name="dotnetVersion")
|
|
16396
16396
|
def dotnet_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
16397
16397
|
"""
|
|
16398
|
-
The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0` and `
|
|
16398
|
+
The version of .NET to use. Possible values include `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
|
|
16399
16399
|
"""
|
|
16400
16400
|
return pulumi.get(self, "dotnet_version")
|
|
16401
16401
|
|
|
@@ -21096,11 +21096,11 @@ if not MYPY:
|
|
|
21096
21096
|
"""
|
|
21097
21097
|
dotnet_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
21098
21098
|
"""
|
|
21099
|
-
The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0` and `
|
|
21099
|
+
The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
|
|
21100
21100
|
"""
|
|
21101
21101
|
java_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
21102
21102
|
"""
|
|
21103
|
-
The version of Java to use. Possible values are `8`, `11
|
|
21103
|
+
The version of Java to use. Possible values are `8`, `11`, `17` and `21`.
|
|
21104
21104
|
"""
|
|
21105
21105
|
node_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
21106
21106
|
"""
|
|
@@ -21138,8 +21138,8 @@ class LinuxFunctionAppSlotSiteConfigApplicationStackArgs:
|
|
|
21138
21138
|
use_dotnet_isolated_runtime: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
21139
21139
|
"""
|
|
21140
21140
|
:param pulumi.Input[Sequence[pulumi.Input['LinuxFunctionAppSlotSiteConfigApplicationStackDockerArgs']]] dockers: a `docker` block as detailed below.
|
|
21141
|
-
:param pulumi.Input[_builtins.str] dotnet_version: The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0` and `
|
|
21142
|
-
:param pulumi.Input[_builtins.str] java_version: The version of Java to use. Possible values are `8`, `11
|
|
21141
|
+
:param pulumi.Input[_builtins.str] dotnet_version: The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
|
|
21142
|
+
:param pulumi.Input[_builtins.str] java_version: The version of Java to use. Possible values are `8`, `11`, `17` and `21`.
|
|
21143
21143
|
:param pulumi.Input[_builtins.str] node_version: The version of Node to use. Possible values include `12`, `14`, `16`, `18`, `20` and `22`.
|
|
21144
21144
|
:param pulumi.Input[_builtins.str] powershell_core_version: The version of PowerShell Core to use. Possibles values are `7` , `7.2`, and `7.4`.
|
|
21145
21145
|
:param pulumi.Input[_builtins.str] python_version: The version of Python to use. Possible values are `3.13`, `3.12`, `3.11`, `3.10`, `3.9`, `3.8` and `3.7`.
|
|
@@ -21179,7 +21179,7 @@ class LinuxFunctionAppSlotSiteConfigApplicationStackArgs:
|
|
|
21179
21179
|
@pulumi.getter(name="dotnetVersion")
|
|
21180
21180
|
def dotnet_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
21181
21181
|
"""
|
|
21182
|
-
The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0` and `
|
|
21182
|
+
The version of .Net. Possible values are `3.1`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
|
|
21183
21183
|
"""
|
|
21184
21184
|
return pulumi.get(self, "dotnet_version")
|
|
21185
21185
|
|
|
@@ -21191,7 +21191,7 @@ class LinuxFunctionAppSlotSiteConfigApplicationStackArgs:
|
|
|
21191
21191
|
@pulumi.getter(name="javaVersion")
|
|
21192
21192
|
def java_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
21193
21193
|
"""
|
|
21194
|
-
The version of Java to use. Possible values are `8`, `11
|
|
21194
|
+
The version of Java to use. Possible values are `8`, `11`, `17` and `21`.
|
|
21195
21195
|
"""
|
|
21196
21196
|
return pulumi.get(self, "java_version")
|
|
21197
21197
|
|
|
@@ -25798,7 +25798,7 @@ if not MYPY:
|
|
|
25798
25798
|
"""
|
|
25799
25799
|
scm_minimum_tls_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
25800
25800
|
"""
|
|
25801
|
-
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
25801
|
+
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
25802
25802
|
"""
|
|
25803
25803
|
scm_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
25804
25804
|
scm_use_main_ip_restriction: NotRequired[pulumi.Input[_builtins.bool]]
|
|
@@ -25886,7 +25886,7 @@ class LinuxWebAppSiteConfigArgs:
|
|
|
25886
25886
|
:param pulumi.Input[_builtins.str] remote_debugging_version: The Remote Debugging Version. Currently only `VS2022` is supported.
|
|
25887
25887
|
:param pulumi.Input[_builtins.str] scm_ip_restriction_default_action: The Default action for traffic that does not match any `scm_ip_restriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
25888
25888
|
:param pulumi.Input[Sequence[pulumi.Input['LinuxWebAppSiteConfigScmIpRestrictionArgs']]] scm_ip_restrictions: One or more `scm_ip_restriction` blocks as defined above.
|
|
25889
|
-
:param pulumi.Input[_builtins.str] scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
25889
|
+
:param pulumi.Input[_builtins.str] scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
25890
25890
|
:param pulumi.Input[_builtins.bool] scm_use_main_ip_restriction: Should the Linux Web App `ip_restriction` configuration be used for the SCM also.
|
|
25891
25891
|
:param pulumi.Input[_builtins.bool] use32_bit_worker: Should the Linux Web App use a 32-bit worker? Defaults to `true`.
|
|
25892
25892
|
:param pulumi.Input[_builtins.bool] vnet_route_all_enabled: Should all outbound traffic have NAT Gateways, Network Security Groups and User Defined Routes applied? Defaults to `false`.
|
|
@@ -26269,7 +26269,7 @@ class LinuxWebAppSiteConfigArgs:
|
|
|
26269
26269
|
@pulumi.getter(name="scmMinimumTlsVersion")
|
|
26270
26270
|
def scm_minimum_tls_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
26271
26271
|
"""
|
|
26272
|
-
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
26272
|
+
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
26273
26273
|
"""
|
|
26274
26274
|
return pulumi.get(self, "scm_minimum_tls_version")
|
|
26275
26275
|
|
|
@@ -26369,7 +26369,7 @@ if not MYPY:
|
|
|
26369
26369
|
"""
|
|
26370
26370
|
dotnet_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
26371
26371
|
"""
|
|
26372
|
-
The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`
|
|
26372
|
+
The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0`and `10.0`.
|
|
26373
26373
|
"""
|
|
26374
26374
|
go_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
26375
26375
|
"""
|
|
@@ -26439,7 +26439,7 @@ class LinuxWebAppSiteConfigApplicationStackArgs:
|
|
|
26439
26439
|
> **Note:** `docker_registry_url`, `docker_registry_username`, and `docker_registry_password` replace the use of the `app_settings` values of `DOCKER_REGISTRY_SERVER_URL`, `DOCKER_REGISTRY_SERVER_USERNAME` and `DOCKER_REGISTRY_SERVER_PASSWORD` respectively, these values will be managed by the provider and should not be specified in the `app_settings` map.
|
|
26440
26440
|
:param pulumi.Input[_builtins.str] docker_registry_url: The URL of the container registry where the `docker_image_name` is located. e.g. `https://index.docker.io` or `https://mcr.microsoft.com`. This value is required with `docker_image_name`.
|
|
26441
26441
|
:param pulumi.Input[_builtins.str] docker_registry_username: The User Name to use for authentication against the registry to pull the image.
|
|
26442
|
-
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`
|
|
26442
|
+
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0`and `10.0`.
|
|
26443
26443
|
:param pulumi.Input[_builtins.str] go_version: The version of Go to use. Possible values include `1.18`, and `1.19`.
|
|
26444
26444
|
:param pulumi.Input[_builtins.str] java_server: The Java server type. Possible values include `JAVA`, `TOMCAT`, and `JBOSSEAP`.
|
|
26445
26445
|
|
|
@@ -26540,7 +26540,7 @@ class LinuxWebAppSiteConfigApplicationStackArgs:
|
|
|
26540
26540
|
@pulumi.getter(name="dotnetVersion")
|
|
26541
26541
|
def dotnet_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
26542
26542
|
"""
|
|
26543
|
-
The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`
|
|
26543
|
+
The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0`and `10.0`.
|
|
26544
26544
|
"""
|
|
26545
26545
|
return pulumi.get(self, "dotnet_version")
|
|
26546
26546
|
|
|
@@ -31282,7 +31282,7 @@ if not MYPY:
|
|
|
31282
31282
|
"""
|
|
31283
31283
|
minimum_tls_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
31284
31284
|
"""
|
|
31285
|
-
The configures the minimum version of TLS required for SSL requests. Possible values
|
|
31285
|
+
The configures the minimum version of TLS required for SSL requests. Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
31286
31286
|
"""
|
|
31287
31287
|
remote_debugging_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
|
31288
31288
|
"""
|
|
@@ -31302,7 +31302,7 @@ if not MYPY:
|
|
|
31302
31302
|
"""
|
|
31303
31303
|
scm_minimum_tls_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
31304
31304
|
"""
|
|
31305
|
-
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
31305
|
+
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
31306
31306
|
"""
|
|
31307
31307
|
scm_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
31308
31308
|
scm_use_main_ip_restriction: NotRequired[pulumi.Input[_builtins.bool]]
|
|
@@ -31387,12 +31387,12 @@ class LinuxWebAppSlotSiteConfigArgs:
|
|
|
31387
31387
|
:param pulumi.Input[_builtins.str] load_balancing_mode: The Site load balancing. Possible values include: `WeightedRoundRobin`, `LeastRequests`, `LeastResponseTime`, `WeightedTotalTraffic`, `RequestHash`, `PerSiteRoundRobin`. Defaults to `LeastRequests` if omitted.
|
|
31388
31388
|
:param pulumi.Input[_builtins.bool] local_mysql_enabled: Use Local MySQL. Defaults to `false`.
|
|
31389
31389
|
:param pulumi.Input[_builtins.str] managed_pipeline_mode: Managed pipeline mode. Possible values include: `Integrated`, `Classic`. Defaults to `Integrated`.
|
|
31390
|
-
:param pulumi.Input[_builtins.str] minimum_tls_version: The configures the minimum version of TLS required for SSL requests. Possible values
|
|
31390
|
+
:param pulumi.Input[_builtins.str] minimum_tls_version: The configures the minimum version of TLS required for SSL requests. Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
31391
31391
|
:param pulumi.Input[_builtins.bool] remote_debugging_enabled: Should Remote Debugging be enabled? Defaults to `false`.
|
|
31392
31392
|
:param pulumi.Input[_builtins.str] remote_debugging_version: The Remote Debugging Version. Currently only `VS2022` is supported.
|
|
31393
31393
|
:param pulumi.Input[_builtins.str] scm_ip_restriction_default_action: The Default action for traffic that does not match any `scm_ip_restriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
31394
31394
|
:param pulumi.Input[Sequence[pulumi.Input['LinuxWebAppSlotSiteConfigScmIpRestrictionArgs']]] scm_ip_restrictions: One or more `scm_ip_restriction` blocks as defined above.
|
|
31395
|
-
:param pulumi.Input[_builtins.str] scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
31395
|
+
:param pulumi.Input[_builtins.str] scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
31396
31396
|
:param pulumi.Input[_builtins.bool] scm_use_main_ip_restriction: Should the Linux Web App `ip_restriction` configuration be used for the SCM also.
|
|
31397
31397
|
:param pulumi.Input[_builtins.bool] use32_bit_worker: Should the Linux Web App use a 32-bit worker? Defaults to `true`.
|
|
31398
31398
|
:param pulumi.Input[_builtins.bool] vnet_route_all_enabled: Should all outbound traffic have NAT Gateways, Network Security Groups and User Defined Routes applied? Defaults to `false`.
|
|
@@ -31729,7 +31729,7 @@ class LinuxWebAppSlotSiteConfigArgs:
|
|
|
31729
31729
|
@pulumi.getter(name="minimumTlsVersion")
|
|
31730
31730
|
def minimum_tls_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
31731
31731
|
"""
|
|
31732
|
-
The configures the minimum version of TLS required for SSL requests. Possible values
|
|
31732
|
+
The configures the minimum version of TLS required for SSL requests. Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
31733
31733
|
"""
|
|
31734
31734
|
return pulumi.get(self, "minimum_tls_version")
|
|
31735
31735
|
|
|
@@ -31789,7 +31789,7 @@ class LinuxWebAppSlotSiteConfigArgs:
|
|
|
31789
31789
|
@pulumi.getter(name="scmMinimumTlsVersion")
|
|
31790
31790
|
def scm_minimum_tls_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
31791
31791
|
"""
|
|
31792
|
-
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
31792
|
+
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
31793
31793
|
"""
|
|
31794
31794
|
return pulumi.get(self, "scm_minimum_tls_version")
|
|
31795
31795
|
|
|
@@ -31889,7 +31889,7 @@ if not MYPY:
|
|
|
31889
31889
|
"""
|
|
31890
31890
|
dotnet_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
31891
31891
|
"""
|
|
31892
|
-
The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0` and `
|
|
31892
|
+
The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
|
|
31893
31893
|
"""
|
|
31894
31894
|
go_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
31895
31895
|
"""
|
|
@@ -31907,7 +31907,7 @@ if not MYPY:
|
|
|
31907
31907
|
"""
|
|
31908
31908
|
java_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
31909
31909
|
"""
|
|
31910
|
-
The Version of Java to use. Possible values
|
|
31910
|
+
The Version of Java to use. Possible values are `8`, `11`, `17` and `21`.
|
|
31911
31911
|
|
|
31912
31912
|
> **Note:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --os-type linux`.
|
|
31913
31913
|
"""
|
|
@@ -31957,13 +31957,13 @@ class LinuxWebAppSlotSiteConfigApplicationStackArgs:
|
|
|
31957
31957
|
> **Note:** `docker_registry_url`, `docker_registry_username`, and `docker_registry_password` replace the use of the `app_settings` values of `DOCKER_REGISTRY_SERVER_URL`, `DOCKER_REGISTRY_SERVER_USERNAME` and `DOCKER_REGISTRY_SERVER_PASSWORD` respectively, these values will be managed by the provider and should not be specified in the `app_settings` map.
|
|
31958
31958
|
:param pulumi.Input[_builtins.str] docker_registry_url: The URL of the container registry where the `docker_image_name` is located. e.g. `https://index.docker.io` or `https://mcr.microsoft.com`. This value is required with `docker_image_name`.
|
|
31959
31959
|
:param pulumi.Input[_builtins.str] docker_registry_username: The User Name to use for authentication against the registry to pull the image.
|
|
31960
|
-
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0` and `
|
|
31960
|
+
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
|
|
31961
31961
|
:param pulumi.Input[_builtins.str] go_version: The version of Go to use. Possible values include `1.18`, and `1.19`.
|
|
31962
31962
|
:param pulumi.Input[_builtins.str] java_server: The Java server type. Possible values include `JAVA`, `TOMCAT`, and `JBOSSEAP`.
|
|
31963
31963
|
|
|
31964
31964
|
> **Note:** `JBOSSEAP` requires a Premium Service Plan SKU to be a valid option.
|
|
31965
31965
|
:param pulumi.Input[_builtins.str] java_server_version: The Version of the `java_server` to use.
|
|
31966
|
-
:param pulumi.Input[_builtins.str] java_version: The Version of Java to use. Possible values
|
|
31966
|
+
:param pulumi.Input[_builtins.str] java_version: The Version of Java to use. Possible values are `8`, `11`, `17` and `21`.
|
|
31967
31967
|
|
|
31968
31968
|
> **Note:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --os-type linux`.
|
|
31969
31969
|
:param pulumi.Input[_builtins.str] node_version: The version of Node to run. Possible values are `12-lts`, `14-lts`, `16-lts`, `18-lts`, `20-lts` and `22-lts`. This property conflicts with `java_version`.
|
|
@@ -32056,7 +32056,7 @@ class LinuxWebAppSlotSiteConfigApplicationStackArgs:
|
|
|
32056
32056
|
@pulumi.getter(name="dotnetVersion")
|
|
32057
32057
|
def dotnet_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
32058
32058
|
"""
|
|
32059
|
-
The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0` and `
|
|
32059
|
+
The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0`, `8.0`, `9.0` and `10.0`.
|
|
32060
32060
|
"""
|
|
32061
32061
|
return pulumi.get(self, "dotnet_version")
|
|
32062
32062
|
|
|
@@ -32106,7 +32106,7 @@ class LinuxWebAppSlotSiteConfigApplicationStackArgs:
|
|
|
32106
32106
|
@pulumi.getter(name="javaVersion")
|
|
32107
32107
|
def java_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
32108
32108
|
"""
|
|
32109
|
-
The Version of Java to use. Possible values
|
|
32109
|
+
The Version of Java to use. Possible values are `8`, `11`, `17` and `21`.
|
|
32110
32110
|
|
|
32111
32111
|
> **Note:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --os-type linux`.
|
|
32112
32112
|
"""
|
|
@@ -40777,7 +40777,7 @@ if not MYPY:
|
|
|
40777
40777
|
class WindowsFunctionAppSiteConfigApplicationStackArgsDict(TypedDict):
|
|
40778
40778
|
dotnet_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
40779
40779
|
"""
|
|
40780
|
-
The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0` and `
|
|
40780
|
+
The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
|
|
40781
40781
|
"""
|
|
40782
40782
|
java_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
40783
40783
|
"""
|
|
@@ -40814,7 +40814,7 @@ class WindowsFunctionAppSiteConfigApplicationStackArgs:
|
|
|
40814
40814
|
use_custom_runtime: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
40815
40815
|
use_dotnet_isolated_runtime: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
40816
40816
|
"""
|
|
40817
|
-
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0` and `
|
|
40817
|
+
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
|
|
40818
40818
|
:param pulumi.Input[_builtins.str] java_version: The Version of Java to use. Supported versions include `1.8`, `11`, `17`, `21` (In-Preview).
|
|
40819
40819
|
:param pulumi.Input[_builtins.str] node_version: The version of Node to run. Possible values include `~12`, `~14`, `~16`, `~18` `~20` and `~22`.
|
|
40820
40820
|
:param pulumi.Input[_builtins.str] powershell_core_version: The version of PowerShell Core to run. Possible values are `7`, `7.2`, and `7.4`.
|
|
@@ -40840,7 +40840,7 @@ class WindowsFunctionAppSiteConfigApplicationStackArgs:
|
|
|
40840
40840
|
@pulumi.getter(name="dotnetVersion")
|
|
40841
40841
|
def dotnet_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
40842
40842
|
"""
|
|
40843
|
-
The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0` and `
|
|
40843
|
+
The version of .NET to use. Possible values include `v3.0`, `v4.0` `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
|
|
40844
40844
|
"""
|
|
40845
40845
|
return pulumi.get(self, "dotnet_version")
|
|
40846
40846
|
|
|
@@ -45364,11 +45364,11 @@ if not MYPY:
|
|
|
45364
45364
|
class WindowsFunctionAppSlotSiteConfigApplicationStackArgsDict(TypedDict):
|
|
45365
45365
|
dotnet_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
45366
45366
|
"""
|
|
45367
|
-
The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0` and `
|
|
45367
|
+
The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
|
|
45368
45368
|
"""
|
|
45369
45369
|
java_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
45370
45370
|
"""
|
|
45371
|
-
The version of Java to use. Possible values are `1.8`, `11` and `
|
|
45371
|
+
The version of Java to use. Possible values are `1.8`, `11`, `17` and `21`.
|
|
45372
45372
|
"""
|
|
45373
45373
|
node_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
45374
45374
|
"""
|
|
@@ -45399,8 +45399,8 @@ class WindowsFunctionAppSlotSiteConfigApplicationStackArgs:
|
|
|
45399
45399
|
use_custom_runtime: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
45400
45400
|
use_dotnet_isolated_runtime: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
45401
45401
|
"""
|
|
45402
|
-
:param pulumi.Input[_builtins.str] dotnet_version: The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0` and `
|
|
45403
|
-
:param pulumi.Input[_builtins.str] java_version: The version of Java to use. Possible values are `1.8`, `11` and `
|
|
45402
|
+
:param pulumi.Input[_builtins.str] dotnet_version: The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
|
|
45403
|
+
:param pulumi.Input[_builtins.str] java_version: The version of Java to use. Possible values are `1.8`, `11`, `17` and `21`.
|
|
45404
45404
|
:param pulumi.Input[_builtins.str] node_version: The version of Node to use. Possible values are `~12`, `~14`, `~16`, `~18`, `~20`, and `~22`.
|
|
45405
45405
|
:param pulumi.Input[_builtins.str] powershell_core_version: The PowerShell Core version to use. Possible values are `7`, `7.2`, and `7.4`.
|
|
45406
45406
|
:param pulumi.Input[_builtins.bool] use_custom_runtime: Does the Function App use a custom Application Stack?
|
|
@@ -45423,7 +45423,7 @@ class WindowsFunctionAppSlotSiteConfigApplicationStackArgs:
|
|
|
45423
45423
|
@pulumi.getter(name="dotnetVersion")
|
|
45424
45424
|
def dotnet_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
45425
45425
|
"""
|
|
45426
|
-
The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0` and `
|
|
45426
|
+
The version of .Net. Possible values are `v3.0`, `v4.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`. Defaults to `v4.0`.
|
|
45427
45427
|
"""
|
|
45428
45428
|
return pulumi.get(self, "dotnet_version")
|
|
45429
45429
|
|
|
@@ -45435,7 +45435,7 @@ class WindowsFunctionAppSlotSiteConfigApplicationStackArgs:
|
|
|
45435
45435
|
@pulumi.getter(name="javaVersion")
|
|
45436
45436
|
def java_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
45437
45437
|
"""
|
|
45438
|
-
The version of Java to use. Possible values are `1.8`, `11` and `
|
|
45438
|
+
The version of Java to use. Possible values are `1.8`, `11`, `17` and `21`.
|
|
45439
45439
|
"""
|
|
45440
45440
|
return pulumi.get(self, "java_version")
|
|
45441
45441
|
|
|
@@ -49913,7 +49913,7 @@ if not MYPY:
|
|
|
49913
49913
|
"""
|
|
49914
49914
|
scm_minimum_tls_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
49915
49915
|
"""
|
|
49916
|
-
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
49916
|
+
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
49917
49917
|
"""
|
|
49918
49918
|
scm_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
49919
49919
|
scm_use_main_ip_restriction: NotRequired[pulumi.Input[_builtins.bool]]
|
|
@@ -50010,7 +50010,7 @@ class WindowsWebAppSiteConfigArgs:
|
|
|
50010
50010
|
:param pulumi.Input[_builtins.str] remote_debugging_version: The Remote Debugging Version. Currently only `VS2022` is supported.
|
|
50011
50011
|
:param pulumi.Input[_builtins.str] scm_ip_restriction_default_action: The Default action for traffic that does not match any `scm_ip_restriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
50012
50012
|
:param pulumi.Input[Sequence[pulumi.Input['WindowsWebAppSiteConfigScmIpRestrictionArgs']]] scm_ip_restrictions: One or more `scm_ip_restriction` blocks as defined above.
|
|
50013
|
-
:param pulumi.Input[_builtins.str] scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
50013
|
+
:param pulumi.Input[_builtins.str] scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
50014
50014
|
:param pulumi.Input[_builtins.bool] scm_use_main_ip_restriction: Should the Windows Web App `ip_restriction` configuration be used for the SCM also.
|
|
50015
50015
|
:param pulumi.Input[_builtins.bool] use32_bit_worker: Should the Windows Web App use a 32-bit worker. Defaults to `true`.
|
|
50016
50016
|
:param pulumi.Input[Sequence[pulumi.Input['WindowsWebAppSiteConfigVirtualApplicationArgs']]] virtual_applications: One or more `virtual_application` blocks as defined below.
|
|
@@ -50412,7 +50412,7 @@ class WindowsWebAppSiteConfigArgs:
|
|
|
50412
50412
|
@pulumi.getter(name="scmMinimumTlsVersion")
|
|
50413
50413
|
def scm_minimum_tls_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
50414
50414
|
"""
|
|
50415
|
-
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
50415
|
+
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.0`, `1.1`, `1.2` and `1.3`. Defaults to `1.2`.
|
|
50416
50416
|
"""
|
|
50417
50417
|
return pulumi.get(self, "scm_minimum_tls_version")
|
|
50418
50418
|
|
|
@@ -50545,7 +50545,7 @@ if not MYPY:
|
|
|
50545
50545
|
"""
|
|
50546
50546
|
dotnet_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
50547
50547
|
"""
|
|
50548
|
-
The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `
|
|
50548
|
+
The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
|
|
50549
50549
|
|
|
50550
50550
|
> **Note:** The Portal displayed values and the actual underlying API values differ for this setting, as follows:
|
|
50551
50551
|
Portal Value | API value
|
|
@@ -50556,6 +50556,7 @@ if not MYPY:
|
|
|
50556
50556
|
.NET 7 (STS) | v7.0
|
|
50557
50557
|
.NET 8 (LTS) | v8.0
|
|
50558
50558
|
.NET 9 (STS) | v9.0
|
|
50559
|
+
.NET 10 (LTS) | v10.0
|
|
50559
50560
|
"""
|
|
50560
50561
|
java_container: NotRequired[pulumi.Input[_builtins.str]]
|
|
50561
50562
|
java_container_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
@@ -50625,7 +50626,7 @@ class WindowsWebAppSiteConfigApplicationStackArgs:
|
|
|
50625
50626
|
:param pulumi.Input[_builtins.str] docker_registry_url: The URL of the container registry where the `docker_image_name` is located. e.g. `https://index.docker.io` or `https://mcr.microsoft.com`. This value is required with `docker_image_name`.
|
|
50626
50627
|
:param pulumi.Input[_builtins.str] docker_registry_username: The User Name to use for authentication against the registry to pull the image.
|
|
50627
50628
|
:param pulumi.Input[_builtins.str] dotnet_core_version: The version of .NET to use when `current_stack` is set to `dotnetcore`. Possible values include `v4.0`.
|
|
50628
|
-
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `
|
|
50629
|
+
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
|
|
50629
50630
|
|
|
50630
50631
|
> **Note:** The Portal displayed values and the actual underlying API values differ for this setting, as follows:
|
|
50631
50632
|
Portal Value | API value
|
|
@@ -50636,6 +50637,7 @@ class WindowsWebAppSiteConfigApplicationStackArgs:
|
|
|
50636
50637
|
.NET 7 (STS) | v7.0
|
|
50637
50638
|
.NET 8 (LTS) | v8.0
|
|
50638
50639
|
.NET 9 (STS) | v9.0
|
|
50640
|
+
.NET 10 (LTS) | v10.0
|
|
50639
50641
|
:param pulumi.Input[_builtins.bool] java_embedded_server_enabled: Should the Java Embedded Server (Java SE) be used to run the app.
|
|
50640
50642
|
:param pulumi.Input[_builtins.str] java_version: The version of Java to use when `current_stack` is set to `java`.
|
|
50641
50643
|
|
|
@@ -50770,7 +50772,7 @@ class WindowsWebAppSiteConfigApplicationStackArgs:
|
|
|
50770
50772
|
@pulumi.getter(name="dotnetVersion")
|
|
50771
50773
|
def dotnet_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
50772
50774
|
"""
|
|
50773
|
-
The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `
|
|
50775
|
+
The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
|
|
50774
50776
|
|
|
50775
50777
|
> **Note:** The Portal displayed values and the actual underlying API values differ for this setting, as follows:
|
|
50776
50778
|
Portal Value | API value
|
|
@@ -50781,6 +50783,7 @@ class WindowsWebAppSiteConfigApplicationStackArgs:
|
|
|
50781
50783
|
.NET 7 (STS) | v7.0
|
|
50782
50784
|
.NET 8 (LTS) | v8.0
|
|
50783
50785
|
.NET 9 (STS) | v9.0
|
|
50786
|
+
.NET 10 (LTS) | v10.0
|
|
50784
50787
|
"""
|
|
50785
50788
|
return pulumi.get(self, "dotnet_version")
|
|
50786
50789
|
|
|
@@ -55819,7 +55822,7 @@ if not MYPY:
|
|
|
55819
55822
|
"""
|
|
55820
55823
|
minimum_tls_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
55821
55824
|
"""
|
|
55822
|
-
The configures the minimum version of TLS required for SSL requests. Possible values
|
|
55825
|
+
The configures the minimum version of TLS required for SSL requests. Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
|
|
55823
55826
|
"""
|
|
55824
55827
|
remote_debugging_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
|
55825
55828
|
"""
|
|
@@ -55839,7 +55842,7 @@ if not MYPY:
|
|
|
55839
55842
|
"""
|
|
55840
55843
|
scm_minimum_tls_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
55841
55844
|
"""
|
|
55842
|
-
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
55845
|
+
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
|
|
55843
55846
|
"""
|
|
55844
55847
|
scm_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
55845
55848
|
scm_use_main_ip_restriction: NotRequired[pulumi.Input[_builtins.bool]]
|
|
@@ -55932,12 +55935,12 @@ class WindowsWebAppSlotSiteConfigArgs:
|
|
|
55932
55935
|
:param pulumi.Input[_builtins.str] load_balancing_mode: The Site load balancing. Possible values include: `WeightedRoundRobin`, `LeastRequests`, `LeastResponseTime`, `WeightedTotalTraffic`, `RequestHash`, `PerSiteRoundRobin`. Defaults to `LeastRequests` if omitted.
|
|
55933
55936
|
:param pulumi.Input[_builtins.bool] local_mysql_enabled: Use Local MySQL. Defaults to `false`.
|
|
55934
55937
|
:param pulumi.Input[_builtins.str] managed_pipeline_mode: Managed pipeline mode. Possible values include: `Integrated`, `Classic`. Defaults to `Integrated`.
|
|
55935
|
-
:param pulumi.Input[_builtins.str] minimum_tls_version: The configures the minimum version of TLS required for SSL requests. Possible values
|
|
55938
|
+
:param pulumi.Input[_builtins.str] minimum_tls_version: The configures the minimum version of TLS required for SSL requests. Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
|
|
55936
55939
|
:param pulumi.Input[_builtins.bool] remote_debugging_enabled: Should Remote Debugging be enabled. Defaults to `false`.
|
|
55937
55940
|
:param pulumi.Input[_builtins.str] remote_debugging_version: The Remote Debugging Version. Currently only `VS2022` is supported.
|
|
55938
55941
|
:param pulumi.Input[_builtins.str] scm_ip_restriction_default_action: The Default action for traffic that does not match any `scm_ip_restriction` rule. possible values include `Allow` and `Deny`. Defaults to `Allow`.
|
|
55939
55942
|
:param pulumi.Input[Sequence[pulumi.Input['WindowsWebAppSlotSiteConfigScmIpRestrictionArgs']]] scm_ip_restrictions: One or more `scm_ip_restriction` blocks as defined above.
|
|
55940
|
-
:param pulumi.Input[_builtins.str] scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
55943
|
+
:param pulumi.Input[_builtins.str] scm_minimum_tls_version: The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
|
|
55941
55944
|
:param pulumi.Input[_builtins.bool] scm_use_main_ip_restriction: Should the Windows Web App Slot `ip_restriction` configuration be used for the SCM also.
|
|
55942
55945
|
:param pulumi.Input[_builtins.bool] use32_bit_worker: Should the Windows Web App Slot use a 32-bit worker. The default value varies from different service plans.
|
|
55943
55946
|
:param pulumi.Input[Sequence[pulumi.Input['WindowsWebAppSlotSiteConfigVirtualApplicationArgs']]] virtual_applications: One or more `virtual_application` blocks as defined below.
|
|
@@ -56282,7 +56285,7 @@ class WindowsWebAppSlotSiteConfigArgs:
|
|
|
56282
56285
|
@pulumi.getter(name="minimumTlsVersion")
|
|
56283
56286
|
def minimum_tls_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
56284
56287
|
"""
|
|
56285
|
-
The configures the minimum version of TLS required for SSL requests. Possible values
|
|
56288
|
+
The configures the minimum version of TLS required for SSL requests. Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
|
|
56286
56289
|
"""
|
|
56287
56290
|
return pulumi.get(self, "minimum_tls_version")
|
|
56288
56291
|
|
|
@@ -56342,7 +56345,7 @@ class WindowsWebAppSlotSiteConfigArgs:
|
|
|
56342
56345
|
@pulumi.getter(name="scmMinimumTlsVersion")
|
|
56343
56346
|
def scm_minimum_tls_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
56344
56347
|
"""
|
|
56345
|
-
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values
|
|
56348
|
+
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values are `1.1`, `1.3`, `1.2` and `1.0`. Defaults to `1.2`.
|
|
56346
56349
|
"""
|
|
56347
56350
|
return pulumi.get(self, "scm_minimum_tls_version")
|
|
56348
56351
|
|
|
@@ -56473,7 +56476,7 @@ if not MYPY:
|
|
|
56473
56476
|
"""
|
|
56474
56477
|
dotnet_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
56475
56478
|
"""
|
|
56476
|
-
The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `
|
|
56479
|
+
The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
|
|
56477
56480
|
"""
|
|
56478
56481
|
java_container: NotRequired[pulumi.Input[_builtins.str]]
|
|
56479
56482
|
java_container_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
@@ -56541,7 +56544,7 @@ class WindowsWebAppSlotSiteConfigApplicationStackArgs:
|
|
|
56541
56544
|
:param pulumi.Input[_builtins.str] docker_registry_url: The URL of the container registry where the `docker_image_name` is located. e.g. `https://index.docker.io` or `https://mcr.microsoft.com`. This value is required with `docker_image_name`.
|
|
56542
56545
|
:param pulumi.Input[_builtins.str] docker_registry_username: The User Name to use for authentication against the registry to pull the image.
|
|
56543
56546
|
:param pulumi.Input[_builtins.str] dotnet_core_version: The version of .NET to use when `current_stack` is set to `dotnetcore`. Possible values include `v4.0`.
|
|
56544
|
-
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `
|
|
56547
|
+
:param pulumi.Input[_builtins.str] dotnet_version: The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
|
|
56545
56548
|
:param pulumi.Input[_builtins.bool] java_embedded_server_enabled: Should the Java Embedded Server (Java SE) be used to run the app.
|
|
56546
56549
|
:param pulumi.Input[_builtins.str] java_version: The version of Java to use when `current_stack` is set to `java`. Possible values include `1.7`, `1.8`, `11` and `17`. Required with `java_container` and `java_container_version`.
|
|
56547
56550
|
|
|
@@ -56674,7 +56677,7 @@ class WindowsWebAppSlotSiteConfigApplicationStackArgs:
|
|
|
56674
56677
|
@pulumi.getter(name="dotnetVersion")
|
|
56675
56678
|
def dotnet_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
56676
56679
|
"""
|
|
56677
|
-
The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0` and `
|
|
56680
|
+
The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0`, `v8.0`, `v9.0` and `v10.0`.
|
|
56678
56681
|
"""
|
|
56679
56682
|
return pulumi.get(self, "dotnet_version")
|
|
56680
56683
|
|
|
@@ -149,7 +149,7 @@ class ActiveSlot(pulumi.CustomResource):
|
|
|
149
149
|
import pulumi_azure as azure
|
|
150
150
|
import pulumi_random as random
|
|
151
151
|
|
|
152
|
-
server = random.
|
|
152
|
+
server = random.index.Id("server")
|
|
153
153
|
example = azure.core.ResourceGroup("example")
|
|
154
154
|
example_plan = azure.appservice.Plan("example")
|
|
155
155
|
example_app_service = azure.appservice.AppService("example")
|
|
@@ -186,7 +186,7 @@ class ActiveSlot(pulumi.CustomResource):
|
|
|
186
186
|
import pulumi_azure as azure
|
|
187
187
|
import pulumi_random as random
|
|
188
188
|
|
|
189
|
-
server = random.
|
|
189
|
+
server = random.index.Id("server")
|
|
190
190
|
example = azure.core.ResourceGroup("example")
|
|
191
191
|
example_plan = azure.appservice.Plan("example")
|
|
192
192
|
example_app_service = azure.appservice.AppService("example")
|
|
@@ -243,9 +243,9 @@ class CustomHostnameBinding(pulumi.CustomResource):
|
|
|
243
243
|
import pulumi_azure as azure
|
|
244
244
|
import pulumi_random as random
|
|
245
245
|
|
|
246
|
-
server = random.
|
|
246
|
+
server = random.index.Id("server",
|
|
247
247
|
keepers={
|
|
248
|
-
|
|
248
|
+
aziId: 1,
|
|
249
249
|
},
|
|
250
250
|
byte_length=8)
|
|
251
251
|
example = azure.core.ResourceGroup("example",
|
|
@@ -260,7 +260,7 @@ class CustomHostnameBinding(pulumi.CustomResource):
|
|
|
260
260
|
"size": "S1",
|
|
261
261
|
})
|
|
262
262
|
example_app_service = azure.appservice.AppService("example",
|
|
263
|
-
name=server
|
|
263
|
+
name=server["hex"],
|
|
264
264
|
location=example.location,
|
|
265
265
|
resource_group_name=example.name,
|
|
266
266
|
app_service_plan_id=example_plan.id)
|
|
@@ -306,9 +306,9 @@ class CustomHostnameBinding(pulumi.CustomResource):
|
|
|
306
306
|
import pulumi_azure as azure
|
|
307
307
|
import pulumi_random as random
|
|
308
308
|
|
|
309
|
-
server = random.
|
|
309
|
+
server = random.index.Id("server",
|
|
310
310
|
keepers={
|
|
311
|
-
|
|
311
|
+
aziId: 1,
|
|
312
312
|
},
|
|
313
313
|
byte_length=8)
|
|
314
314
|
example = azure.core.ResourceGroup("example",
|
|
@@ -323,7 +323,7 @@ class CustomHostnameBinding(pulumi.CustomResource):
|
|
|
323
323
|
"size": "S1",
|
|
324
324
|
})
|
|
325
325
|
example_app_service = azure.appservice.AppService("example",
|
|
326
|
-
name=server
|
|
326
|
+
name=server["hex"],
|
|
327
327
|
location=example.location,
|
|
328
328
|
resource_group_name=example.name,
|
|
329
329
|
app_service_plan_id=example_plan.id)
|