pulumi-azure-native 2.71.0__py3-none-any.whl → 2.71.0a1730993707__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.

Files changed (125) hide show
  1. pulumi_azure_native/__init__.py +0 -14
  2. pulumi_azure_native/datafactory/_inputs.py +0 -360
  3. pulumi_azure_native/datafactory/outputs.py +2 -240
  4. pulumi_azure_native/datafactory/v20180601/_inputs.py +0 -360
  5. pulumi_azure_native/datafactory/v20180601/outputs.py +2 -240
  6. pulumi_azure_native/machinelearningservices/_inputs.py +110 -2
  7. pulumi_azure_native/machinelearningservices/outputs.py +104 -2
  8. pulumi_azure_native/machinelearningservices/v20230401/_inputs.py +110 -2
  9. pulumi_azure_native/machinelearningservices/v20230401/outputs.py +104 -2
  10. pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py +110 -2
  11. pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py +104 -2
  12. pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py +110 -2
  13. pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py +104 -2
  14. pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py +110 -2
  15. pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py +104 -2
  16. pulumi_azure_native/machinelearningservices/v20231001/_inputs.py +110 -2
  17. pulumi_azure_native/machinelearningservices/v20231001/outputs.py +104 -2
  18. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +110 -2
  19. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +104 -2
  20. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +110 -2
  21. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +104 -2
  22. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +110 -2
  23. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +104 -2
  24. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +110 -2
  25. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +104 -2
  26. pulumi_azure_native/machinelearningservices/v20241001/_enums.py +1 -1
  27. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +12 -16
  28. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +8 -12
  29. pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +1 -1
  30. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +12 -16
  31. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +8 -12
  32. pulumi_azure_native/pulumi-plugin.json +1 -1
  33. pulumi_azure_native/recoveryservices/__init__.py +0 -3
  34. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  35. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  36. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  37. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  38. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  39. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  40. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  41. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  42. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  43. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  44. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  45. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  46. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  47. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  48. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  49. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  50. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  51. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  52. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  53. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  54. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  55. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  57. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  58. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  59. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  60. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  61. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  62. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  64. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  65. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  66. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  67. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  68. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  69. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  71. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  72. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  73. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  74. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  75. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  76. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  77. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  78. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  79. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  80. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  81. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  82. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  83. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  85. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  86. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  87. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  88. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  89. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  90. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +1 -1
  92. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +1 -1
  93. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +1 -1
  94. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +1 -1
  95. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +1 -1
  96. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  97. pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py +1 -1
  99. pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py +1 -1
  100. pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py +1 -1
  101. pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py +1 -1
  102. pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py +1 -1
  103. pulumi_azure_native/recoveryservices/vault.py +3 -3
  104. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/METADATA +1 -1
  105. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/RECORD +107 -125
  106. pulumi_azure_native/recoveryservices/v20241001/__init__.py +0 -24
  107. pulumi_azure_native/recoveryservices/v20241001/_enums.py +0 -470
  108. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +0 -15874
  109. pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py +0 -177
  110. pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py +0 -197
  111. pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py +0 -183
  112. pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py +0 -185
  113. pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py +0 -179
  114. pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py +0 -172
  115. pulumi_azure_native/recoveryservices/v20241001/get_vault.py +0 -213
  116. pulumi_azure_native/recoveryservices/v20241001/outputs.py +0 -14414
  117. pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py +0 -298
  118. pulumi_azure_native/recoveryservices/v20241001/protected_item.py +0 -340
  119. pulumi_azure_native/recoveryservices/v20241001/protection_container.py +0 -319
  120. pulumi_azure_native/recoveryservices/v20241001/protection_intent.py +0 -319
  121. pulumi_azure_native/recoveryservices/v20241001/protection_policy.py +0 -298
  122. pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py +0 -290
  123. pulumi_azure_native/recoveryservices/v20241001/vault.py +0 -326
  124. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/WHEEL +0 -0
  125. {pulumi_azure_native-2.71.0.dist-info → pulumi_azure_native-2.71.0a1730993707.dist-info}/top_level.txt +0 -0
@@ -334,6 +334,8 @@ __all__ = [
334
334
  'UriFolderJobOutputResponse',
335
335
  'UserAccountCredentialsResponse',
336
336
  'UserAssignedIdentityResponse',
337
+ 'UserCreatedAcrAccountResponse',
338
+ 'UserCreatedStorageAccountResponse',
337
339
  'UserIdentityResponse',
338
340
  'UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse',
339
341
  'VirtualMachineImageResponse',
@@ -1254,6 +1256,8 @@ class AcrDetailsResponse(dict):
1254
1256
  suggest = None
1255
1257
  if key == "systemCreatedAcrAccount":
1256
1258
  suggest = "system_created_acr_account"
1259
+ elif key == "userCreatedAcrAccount":
1260
+ suggest = "user_created_acr_account"
1257
1261
 
1258
1262
  if suggest:
1259
1263
  pulumi.log.warn(f"Key '{key}' not found in AcrDetailsResponse. Access the value via the '{suggest}' property getter instead.")
@@ -1267,13 +1271,17 @@ class AcrDetailsResponse(dict):
1267
1271
  return super().get(key, default)
1268
1272
 
1269
1273
  def __init__(__self__, *,
1270
- system_created_acr_account: Optional['outputs.SystemCreatedAcrAccountResponse'] = None):
1274
+ system_created_acr_account: Optional['outputs.SystemCreatedAcrAccountResponse'] = None,
1275
+ user_created_acr_account: Optional['outputs.UserCreatedAcrAccountResponse'] = None):
1271
1276
  """
1272
1277
  Details of ACR account to be used for the Registry
1273
1278
  :param 'SystemCreatedAcrAccountResponse' system_created_acr_account: Details of system created ACR account to be used for the Registry
1279
+ :param 'UserCreatedAcrAccountResponse' user_created_acr_account: Details of user created ACR account to be used for the Registry
1274
1280
  """
1275
1281
  if system_created_acr_account is not None:
1276
1282
  pulumi.set(__self__, "system_created_acr_account", system_created_acr_account)
1283
+ if user_created_acr_account is not None:
1284
+ pulumi.set(__self__, "user_created_acr_account", user_created_acr_account)
1277
1285
 
1278
1286
  @property
1279
1287
  @pulumi.getter(name="systemCreatedAcrAccount")
@@ -1283,6 +1291,14 @@ class AcrDetailsResponse(dict):
1283
1291
  """
1284
1292
  return pulumi.get(self, "system_created_acr_account")
1285
1293
 
1294
+ @property
1295
+ @pulumi.getter(name="userCreatedAcrAccount")
1296
+ def user_created_acr_account(self) -> Optional['outputs.UserCreatedAcrAccountResponse']:
1297
+ """
1298
+ Details of user created ACR account to be used for the Registry
1299
+ """
1300
+ return pulumi.get(self, "user_created_acr_account")
1301
+
1286
1302
 
1287
1303
  @pulumi.output_type
1288
1304
  class AksNetworkingConfigurationResponse(dict):
@@ -28420,6 +28436,8 @@ class StorageAccountDetailsResponse(dict):
28420
28436
  suggest = None
28421
28437
  if key == "systemCreatedStorageAccount":
28422
28438
  suggest = "system_created_storage_account"
28439
+ elif key == "userCreatedStorageAccount":
28440
+ suggest = "user_created_storage_account"
28423
28441
 
28424
28442
  if suggest:
28425
28443
  pulumi.log.warn(f"Key '{key}' not found in StorageAccountDetailsResponse. Access the value via the '{suggest}' property getter instead.")
@@ -28433,13 +28451,17 @@ class StorageAccountDetailsResponse(dict):
28433
28451
  return super().get(key, default)
28434
28452
 
28435
28453
  def __init__(__self__, *,
28436
- system_created_storage_account: Optional['outputs.SystemCreatedStorageAccountResponse'] = None):
28454
+ system_created_storage_account: Optional['outputs.SystemCreatedStorageAccountResponse'] = None,
28455
+ user_created_storage_account: Optional['outputs.UserCreatedStorageAccountResponse'] = None):
28437
28456
  """
28438
28457
  Details of storage account to be used for the Registry
28439
28458
  :param 'SystemCreatedStorageAccountResponse' system_created_storage_account: Details of system created storage account to be used for the registry
28459
+ :param 'UserCreatedStorageAccountResponse' user_created_storage_account: Details of user created storage account to be used for the registry
28440
28460
  """
28441
28461
  if system_created_storage_account is not None:
28442
28462
  pulumi.set(__self__, "system_created_storage_account", system_created_storage_account)
28463
+ if user_created_storage_account is not None:
28464
+ pulumi.set(__self__, "user_created_storage_account", user_created_storage_account)
28443
28465
 
28444
28466
  @property
28445
28467
  @pulumi.getter(name="systemCreatedStorageAccount")
@@ -28449,6 +28471,14 @@ class StorageAccountDetailsResponse(dict):
28449
28471
  """
28450
28472
  return pulumi.get(self, "system_created_storage_account")
28451
28473
 
28474
+ @property
28475
+ @pulumi.getter(name="userCreatedStorageAccount")
28476
+ def user_created_storage_account(self) -> Optional['outputs.UserCreatedStorageAccountResponse']:
28477
+ """
28478
+ Details of user created storage account to be used for the registry
28479
+ """
28480
+ return pulumi.get(self, "user_created_storage_account")
28481
+
28452
28482
 
28453
28483
  @pulumi.output_type
28454
28484
  class SweepJobLimitsResponse(dict):
@@ -31467,6 +31497,78 @@ class UserAssignedIdentityResponse(dict):
31467
31497
  return pulumi.get(self, "principal_id")
31468
31498
 
31469
31499
 
31500
+ @pulumi.output_type
31501
+ class UserCreatedAcrAccountResponse(dict):
31502
+ @staticmethod
31503
+ def __key_warning(key: str):
31504
+ suggest = None
31505
+ if key == "armResourceId":
31506
+ suggest = "arm_resource_id"
31507
+
31508
+ if suggest:
31509
+ pulumi.log.warn(f"Key '{key}' not found in UserCreatedAcrAccountResponse. Access the value via the '{suggest}' property getter instead.")
31510
+
31511
+ def __getitem__(self, key: str) -> Any:
31512
+ UserCreatedAcrAccountResponse.__key_warning(key)
31513
+ return super().__getitem__(key)
31514
+
31515
+ def get(self, key: str, default = None) -> Any:
31516
+ UserCreatedAcrAccountResponse.__key_warning(key)
31517
+ return super().get(key, default)
31518
+
31519
+ def __init__(__self__, *,
31520
+ arm_resource_id: Optional['outputs.ArmResourceIdResponse'] = None):
31521
+ """
31522
+ :param 'ArmResourceIdResponse' arm_resource_id: ARM ResourceId of a resource
31523
+ """
31524
+ if arm_resource_id is not None:
31525
+ pulumi.set(__self__, "arm_resource_id", arm_resource_id)
31526
+
31527
+ @property
31528
+ @pulumi.getter(name="armResourceId")
31529
+ def arm_resource_id(self) -> Optional['outputs.ArmResourceIdResponse']:
31530
+ """
31531
+ ARM ResourceId of a resource
31532
+ """
31533
+ return pulumi.get(self, "arm_resource_id")
31534
+
31535
+
31536
+ @pulumi.output_type
31537
+ class UserCreatedStorageAccountResponse(dict):
31538
+ @staticmethod
31539
+ def __key_warning(key: str):
31540
+ suggest = None
31541
+ if key == "armResourceId":
31542
+ suggest = "arm_resource_id"
31543
+
31544
+ if suggest:
31545
+ pulumi.log.warn(f"Key '{key}' not found in UserCreatedStorageAccountResponse. Access the value via the '{suggest}' property getter instead.")
31546
+
31547
+ def __getitem__(self, key: str) -> Any:
31548
+ UserCreatedStorageAccountResponse.__key_warning(key)
31549
+ return super().__getitem__(key)
31550
+
31551
+ def get(self, key: str, default = None) -> Any:
31552
+ UserCreatedStorageAccountResponse.__key_warning(key)
31553
+ return super().get(key, default)
31554
+
31555
+ def __init__(__self__, *,
31556
+ arm_resource_id: Optional['outputs.ArmResourceIdResponse'] = None):
31557
+ """
31558
+ :param 'ArmResourceIdResponse' arm_resource_id: ARM ResourceId of a resource
31559
+ """
31560
+ if arm_resource_id is not None:
31561
+ pulumi.set(__self__, "arm_resource_id", arm_resource_id)
31562
+
31563
+ @property
31564
+ @pulumi.getter(name="armResourceId")
31565
+ def arm_resource_id(self) -> Optional['outputs.ArmResourceIdResponse']:
31566
+ """
31567
+ ARM ResourceId of a resource
31568
+ """
31569
+ return pulumi.get(self, "arm_resource_id")
31570
+
31571
+
31470
31572
  @pulumi.output_type
31471
31573
  class UserIdentityResponse(dict):
31472
31574
  """
@@ -744,7 +744,7 @@ class EncryptionStatus(str, Enum):
744
744
 
745
745
  class EndpointAuthMode(str, Enum):
746
746
  """
747
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
747
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
748
748
  """
749
749
  AML_TOKEN = "AMLToken"
750
750
  KEY = "Key"
@@ -4804,7 +4804,7 @@ if not MYPY:
4804
4804
  """
4805
4805
  auth_mode: pulumi.Input[Union[str, 'EndpointAuthMode']]
4806
4806
  """
4807
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
4807
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
4808
4808
  """
4809
4809
  defaults: NotRequired[pulumi.Input['BatchEndpointDefaultsArgsDict']]
4810
4810
  """
@@ -4836,7 +4836,7 @@ class BatchEndpointArgs:
4836
4836
  properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
4837
4837
  """
4838
4838
  Batch endpoint configuration.
4839
- :param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
4839
+ :param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
4840
4840
  :param pulumi.Input['BatchEndpointDefaultsArgs'] defaults: Default values for Batch Endpoint
4841
4841
  :param pulumi.Input[str] description: Description of the inference endpoint.
4842
4842
  :param pulumi.Input['EndpointAuthKeysArgs'] keys: EndpointAuthKeys to set initially on an Endpoint.
@@ -4857,7 +4857,7 @@ class BatchEndpointArgs:
4857
4857
  @pulumi.getter(name="authMode")
4858
4858
  def auth_mode(self) -> pulumi.Input[Union[str, 'EndpointAuthMode']]:
4859
4859
  """
4860
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
4860
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
4861
4861
  """
4862
4862
  return pulumi.get(self, "auth_mode")
4863
4863
 
@@ -19402,7 +19402,7 @@ if not MYPY:
19402
19402
  """
19403
19403
  instance_type: NotRequired[pulumi.Input[str]]
19404
19404
  """
19405
- Compute instance type. Default: Standard_F4s_v2.
19405
+ Compute instance type.
19406
19406
  """
19407
19407
  liveness_probe: NotRequired[pulumi.Input['ProbeSettingsArgsDict']]
19408
19408
  """
@@ -19470,7 +19470,7 @@ class KubernetesOnlineDeploymentArgs:
19470
19470
  :param pulumi.Input[Union[str, 'EgressPublicNetworkAccessType']] egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
19471
19471
  :param pulumi.Input[str] environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
19472
19472
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: Environment variables configuration for the deployment.
19473
- :param pulumi.Input[str] instance_type: Compute instance type. Default: Standard_F4s_v2.
19473
+ :param pulumi.Input[str] instance_type: Compute instance type.
19474
19474
  :param pulumi.Input['ProbeSettingsArgs'] liveness_probe: Liveness probe monitors the health of the container regularly.
19475
19475
  :param pulumi.Input[str] model: The URI path to the model.
19476
19476
  :param pulumi.Input[str] model_mount_path: The path to mount the model in custom container.
@@ -19503,8 +19503,6 @@ class KubernetesOnlineDeploymentArgs:
19503
19503
  pulumi.set(__self__, "environment_id", environment_id)
19504
19504
  if environment_variables is not None:
19505
19505
  pulumi.set(__self__, "environment_variables", environment_variables)
19506
- if instance_type is None:
19507
- instance_type = 'Standard_F4s_v2'
19508
19506
  if instance_type is not None:
19509
19507
  pulumi.set(__self__, "instance_type", instance_type)
19510
19508
  if liveness_probe is not None:
@@ -19635,7 +19633,7 @@ class KubernetesOnlineDeploymentArgs:
19635
19633
  @pulumi.getter(name="instanceType")
19636
19634
  def instance_type(self) -> Optional[pulumi.Input[str]]:
19637
19635
  """
19638
- Compute instance type. Default: Standard_F4s_v2.
19636
+ Compute instance type.
19639
19637
  """
19640
19638
  return pulumi.get(self, "instance_type")
19641
19639
 
@@ -21253,7 +21251,7 @@ if not MYPY:
21253
21251
  """
21254
21252
  instance_type: NotRequired[pulumi.Input[str]]
21255
21253
  """
21256
- Compute instance type. Default: Standard_F4s_v2.
21254
+ Compute instance type.
21257
21255
  """
21258
21256
  liveness_probe: NotRequired[pulumi.Input['ProbeSettingsArgsDict']]
21259
21257
  """
@@ -21319,7 +21317,7 @@ class ManagedOnlineDeploymentArgs:
21319
21317
  :param pulumi.Input[Union[str, 'EgressPublicNetworkAccessType']] egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
21320
21318
  :param pulumi.Input[str] environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
21321
21319
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: Environment variables configuration for the deployment.
21322
- :param pulumi.Input[str] instance_type: Compute instance type. Default: Standard_F4s_v2.
21320
+ :param pulumi.Input[str] instance_type: Compute instance type.
21323
21321
  :param pulumi.Input['ProbeSettingsArgs'] liveness_probe: Liveness probe monitors the health of the container regularly.
21324
21322
  :param pulumi.Input[str] model: The URI path to the model.
21325
21323
  :param pulumi.Input[str] model_mount_path: The path to mount the model in custom container.
@@ -21350,8 +21348,6 @@ class ManagedOnlineDeploymentArgs:
21350
21348
  pulumi.set(__self__, "environment_id", environment_id)
21351
21349
  if environment_variables is not None:
21352
21350
  pulumi.set(__self__, "environment_variables", environment_variables)
21353
- if instance_type is None:
21354
- instance_type = 'Standard_F4s_v2'
21355
21351
  if instance_type is not None:
21356
21352
  pulumi.set(__self__, "instance_type", instance_type)
21357
21353
  if liveness_probe is not None:
@@ -21470,7 +21466,7 @@ class ManagedOnlineDeploymentArgs:
21470
21466
  @pulumi.getter(name="instanceType")
21471
21467
  def instance_type(self) -> Optional[pulumi.Input[str]]:
21472
21468
  """
21473
- Compute instance type. Default: Standard_F4s_v2.
21469
+ Compute instance type.
21474
21470
  """
21475
21471
  return pulumi.get(self, "instance_type")
21476
21472
 
@@ -23704,7 +23700,7 @@ if not MYPY:
23704
23700
  """
23705
23701
  auth_mode: pulumi.Input[Union[str, 'EndpointAuthMode']]
23706
23702
  """
23707
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
23703
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
23708
23704
  """
23709
23705
  compute: NotRequired[pulumi.Input[str]]
23710
23706
  """
@@ -23752,7 +23748,7 @@ class OnlineEndpointArgs:
23752
23748
  traffic: Optional[pulumi.Input[Mapping[str, pulumi.Input[int]]]] = None):
23753
23749
  """
23754
23750
  Online endpoint configuration
23755
- :param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
23751
+ :param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
23756
23752
  :param pulumi.Input[str] compute: ARM resource ID of the compute if it exists.
23757
23753
  optional
23758
23754
  :param pulumi.Input[str] description: Description of the inference endpoint.
@@ -23785,7 +23781,7 @@ class OnlineEndpointArgs:
23785
23781
  @pulumi.getter(name="authMode")
23786
23782
  def auth_mode(self) -> pulumi.Input[Union[str, 'EndpointAuthMode']]:
23787
23783
  """
23788
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
23784
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
23789
23785
  """
23790
23786
  return pulumi.get(self, "auth_mode")
23791
23787
 
@@ -4015,7 +4015,7 @@ class BatchEndpointResponse(dict):
4015
4015
  properties: Optional[Mapping[str, str]] = None):
4016
4016
  """
4017
4017
  Batch endpoint configuration.
4018
- :param str auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
4018
+ :param str auth_mode: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
4019
4019
  :param str provisioning_state: Provisioning state for the endpoint.
4020
4020
  :param str scoring_uri: Endpoint URI.
4021
4021
  :param str swagger_uri: Endpoint Swagger URI.
@@ -4038,7 +4038,7 @@ class BatchEndpointResponse(dict):
4038
4038
  @pulumi.getter(name="authMode")
4039
4039
  def auth_mode(self) -> str:
4040
4040
  """
4041
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
4041
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
4042
4042
  """
4043
4043
  return pulumi.get(self, "auth_mode")
4044
4044
 
@@ -16797,7 +16797,7 @@ class KubernetesOnlineDeploymentResponse(dict):
16797
16797
  :param str egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
16798
16798
  :param str environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
16799
16799
  :param Mapping[str, str] environment_variables: Environment variables configuration for the deployment.
16800
- :param str instance_type: Compute instance type. Default: Standard_F4s_v2.
16800
+ :param str instance_type: Compute instance type.
16801
16801
  :param 'ProbeSettingsResponse' liveness_probe: Liveness probe monitors the health of the container regularly.
16802
16802
  :param str model: The URI path to the model.
16803
16803
  :param str model_mount_path: The path to mount the model in custom container.
@@ -16831,8 +16831,6 @@ class KubernetesOnlineDeploymentResponse(dict):
16831
16831
  pulumi.set(__self__, "environment_id", environment_id)
16832
16832
  if environment_variables is not None:
16833
16833
  pulumi.set(__self__, "environment_variables", environment_variables)
16834
- if instance_type is None:
16835
- instance_type = 'Standard_F4s_v2'
16836
16834
  if instance_type is not None:
16837
16835
  pulumi.set(__self__, "instance_type", instance_type)
16838
16836
  if liveness_probe is not None:
@@ -16935,7 +16933,7 @@ class KubernetesOnlineDeploymentResponse(dict):
16935
16933
  @pulumi.getter(name="instanceType")
16936
16934
  def instance_type(self) -> Optional[str]:
16937
16935
  """
16938
- Compute instance type. Default: Standard_F4s_v2.
16936
+ Compute instance type.
16939
16937
  """
16940
16938
  return pulumi.get(self, "instance_type")
16941
16939
 
@@ -18376,7 +18374,7 @@ class ManagedOnlineDeploymentResponse(dict):
18376
18374
  :param str egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
18377
18375
  :param str environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
18378
18376
  :param Mapping[str, str] environment_variables: Environment variables configuration for the deployment.
18379
- :param str instance_type: Compute instance type. Default: Standard_F4s_v2.
18377
+ :param str instance_type: Compute instance type.
18380
18378
  :param 'ProbeSettingsResponse' liveness_probe: Liveness probe monitors the health of the container regularly.
18381
18379
  :param str model: The URI path to the model.
18382
18380
  :param str model_mount_path: The path to mount the model in custom container.
@@ -18408,8 +18406,6 @@ class ManagedOnlineDeploymentResponse(dict):
18408
18406
  pulumi.set(__self__, "environment_id", environment_id)
18409
18407
  if environment_variables is not None:
18410
18408
  pulumi.set(__self__, "environment_variables", environment_variables)
18411
- if instance_type is None:
18412
- instance_type = 'Standard_F4s_v2'
18413
18409
  if instance_type is not None:
18414
18410
  pulumi.set(__self__, "instance_type", instance_type)
18415
18411
  if liveness_probe is not None:
@@ -18504,7 +18500,7 @@ class ManagedOnlineDeploymentResponse(dict):
18504
18500
  @pulumi.getter(name="instanceType")
18505
18501
  def instance_type(self) -> Optional[str]:
18506
18502
  """
18507
- Compute instance type. Default: Standard_F4s_v2.
18503
+ Compute instance type.
18508
18504
  """
18509
18505
  return pulumi.get(self, "instance_type")
18510
18506
 
@@ -20800,7 +20796,7 @@ class OnlineEndpointResponse(dict):
20800
20796
  traffic: Optional[Mapping[str, int]] = None):
20801
20797
  """
20802
20798
  Online endpoint configuration
20803
- :param str auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
20799
+ :param str auth_mode: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
20804
20800
  :param str provisioning_state: Provisioning state for the endpoint.
20805
20801
  :param str scoring_uri: Endpoint URI.
20806
20802
  :param str swagger_uri: Endpoint Swagger URI.
@@ -20835,7 +20831,7 @@ class OnlineEndpointResponse(dict):
20835
20831
  @pulumi.getter(name="authMode")
20836
20832
  def auth_mode(self) -> str:
20837
20833
  """
20838
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
20834
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
20839
20835
  """
20840
20836
  return pulumi.get(self, "auth_mode")
20841
20837
 
@@ -796,7 +796,7 @@ class EncryptionStatus(str, Enum):
796
796
 
797
797
  class EndpointAuthMode(str, Enum):
798
798
  """
799
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
799
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
800
800
  """
801
801
  AML_TOKEN = "AMLToken"
802
802
  KEY = "Key"
@@ -5124,7 +5124,7 @@ if not MYPY:
5124
5124
  """
5125
5125
  auth_mode: pulumi.Input[Union[str, 'EndpointAuthMode']]
5126
5126
  """
5127
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
5127
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
5128
5128
  """
5129
5129
  defaults: NotRequired[pulumi.Input['BatchEndpointDefaultsArgsDict']]
5130
5130
  """
@@ -5156,7 +5156,7 @@ class BatchEndpointArgs:
5156
5156
  properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
5157
5157
  """
5158
5158
  Batch endpoint configuration.
5159
- :param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
5159
+ :param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
5160
5160
  :param pulumi.Input['BatchEndpointDefaultsArgs'] defaults: Default values for Batch Endpoint
5161
5161
  :param pulumi.Input[str] description: Description of the inference endpoint.
5162
5162
  :param pulumi.Input['EndpointAuthKeysArgs'] keys: EndpointAuthKeys to set initially on an Endpoint.
@@ -5177,7 +5177,7 @@ class BatchEndpointArgs:
5177
5177
  @pulumi.getter(name="authMode")
5178
5178
  def auth_mode(self) -> pulumi.Input[Union[str, 'EndpointAuthMode']]:
5179
5179
  """
5180
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
5180
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
5181
5181
  """
5182
5182
  return pulumi.get(self, "auth_mode")
5183
5183
 
@@ -21552,7 +21552,7 @@ if not MYPY:
21552
21552
  """
21553
21553
  instance_type: NotRequired[pulumi.Input[str]]
21554
21554
  """
21555
- Compute instance type. Default: Standard_F4s_v2.
21555
+ Compute instance type.
21556
21556
  """
21557
21557
  liveness_probe: NotRequired[pulumi.Input['ProbeSettingsArgsDict']]
21558
21558
  """
@@ -21620,7 +21620,7 @@ class KubernetesOnlineDeploymentArgs:
21620
21620
  :param pulumi.Input[Union[str, 'EgressPublicNetworkAccessType']] egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
21621
21621
  :param pulumi.Input[str] environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
21622
21622
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: Environment variables configuration for the deployment.
21623
- :param pulumi.Input[str] instance_type: Compute instance type. Default: Standard_F4s_v2.
21623
+ :param pulumi.Input[str] instance_type: Compute instance type.
21624
21624
  :param pulumi.Input['ProbeSettingsArgs'] liveness_probe: Liveness probe monitors the health of the container regularly.
21625
21625
  :param pulumi.Input[str] model: The URI path to the model.
21626
21626
  :param pulumi.Input[str] model_mount_path: The path to mount the model in custom container.
@@ -21653,8 +21653,6 @@ class KubernetesOnlineDeploymentArgs:
21653
21653
  pulumi.set(__self__, "environment_id", environment_id)
21654
21654
  if environment_variables is not None:
21655
21655
  pulumi.set(__self__, "environment_variables", environment_variables)
21656
- if instance_type is None:
21657
- instance_type = 'Standard_F4s_v2'
21658
21656
  if instance_type is not None:
21659
21657
  pulumi.set(__self__, "instance_type", instance_type)
21660
21658
  if liveness_probe is not None:
@@ -21785,7 +21783,7 @@ class KubernetesOnlineDeploymentArgs:
21785
21783
  @pulumi.getter(name="instanceType")
21786
21784
  def instance_type(self) -> Optional[pulumi.Input[str]]:
21787
21785
  """
21788
- Compute instance type. Default: Standard_F4s_v2.
21786
+ Compute instance type.
21789
21787
  """
21790
21788
  return pulumi.get(self, "instance_type")
21791
21789
 
@@ -23455,7 +23453,7 @@ if not MYPY:
23455
23453
  """
23456
23454
  instance_type: NotRequired[pulumi.Input[str]]
23457
23455
  """
23458
- Compute instance type. Default: Standard_F4s_v2.
23456
+ Compute instance type.
23459
23457
  """
23460
23458
  liveness_probe: NotRequired[pulumi.Input['ProbeSettingsArgsDict']]
23461
23459
  """
@@ -23521,7 +23519,7 @@ class ManagedOnlineDeploymentArgs:
23521
23519
  :param pulumi.Input[Union[str, 'EgressPublicNetworkAccessType']] egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
23522
23520
  :param pulumi.Input[str] environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
23523
23521
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: Environment variables configuration for the deployment.
23524
- :param pulumi.Input[str] instance_type: Compute instance type. Default: Standard_F4s_v2.
23522
+ :param pulumi.Input[str] instance_type: Compute instance type.
23525
23523
  :param pulumi.Input['ProbeSettingsArgs'] liveness_probe: Liveness probe monitors the health of the container regularly.
23526
23524
  :param pulumi.Input[str] model: The URI path to the model.
23527
23525
  :param pulumi.Input[str] model_mount_path: The path to mount the model in custom container.
@@ -23552,8 +23550,6 @@ class ManagedOnlineDeploymentArgs:
23552
23550
  pulumi.set(__self__, "environment_id", environment_id)
23553
23551
  if environment_variables is not None:
23554
23552
  pulumi.set(__self__, "environment_variables", environment_variables)
23555
- if instance_type is None:
23556
- instance_type = 'Standard_F4s_v2'
23557
23553
  if instance_type is not None:
23558
23554
  pulumi.set(__self__, "instance_type", instance_type)
23559
23555
  if liveness_probe is not None:
@@ -23672,7 +23668,7 @@ class ManagedOnlineDeploymentArgs:
23672
23668
  @pulumi.getter(name="instanceType")
23673
23669
  def instance_type(self) -> Optional[pulumi.Input[str]]:
23674
23670
  """
23675
- Compute instance type. Default: Standard_F4s_v2.
23671
+ Compute instance type.
23676
23672
  """
23677
23673
  return pulumi.get(self, "instance_type")
23678
23674
 
@@ -26062,7 +26058,7 @@ if not MYPY:
26062
26058
  """
26063
26059
  auth_mode: pulumi.Input[Union[str, 'EndpointAuthMode']]
26064
26060
  """
26065
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
26061
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
26066
26062
  """
26067
26063
  compute: NotRequired[pulumi.Input[str]]
26068
26064
  """
@@ -26110,7 +26106,7 @@ class OnlineEndpointArgs:
26110
26106
  traffic: Optional[pulumi.Input[Mapping[str, pulumi.Input[int]]]] = None):
26111
26107
  """
26112
26108
  Online endpoint configuration
26113
- :param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
26109
+ :param pulumi.Input[Union[str, 'EndpointAuthMode']] auth_mode: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
26114
26110
  :param pulumi.Input[str] compute: ARM resource ID of the compute if it exists.
26115
26111
  optional
26116
26112
  :param pulumi.Input[str] description: Description of the inference endpoint.
@@ -26143,7 +26139,7 @@ class OnlineEndpointArgs:
26143
26139
  @pulumi.getter(name="authMode")
26144
26140
  def auth_mode(self) -> pulumi.Input[Union[str, 'EndpointAuthMode']]:
26145
26141
  """
26146
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
26142
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
26147
26143
  """
26148
26144
  return pulumi.get(self, "auth_mode")
26149
26145
 
@@ -4352,7 +4352,7 @@ class BatchEndpointResponse(dict):
4352
4352
  properties: Optional[Mapping[str, str]] = None):
4353
4353
  """
4354
4354
  Batch endpoint configuration.
4355
- :param str auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
4355
+ :param str auth_mode: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
4356
4356
  :param str provisioning_state: Provisioning state for the endpoint.
4357
4357
  :param str scoring_uri: Endpoint URI.
4358
4358
  :param str swagger_uri: Endpoint Swagger URI.
@@ -4375,7 +4375,7 @@ class BatchEndpointResponse(dict):
4375
4375
  @pulumi.getter(name="authMode")
4376
4376
  def auth_mode(self) -> str:
4377
4377
  """
4378
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
4378
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
4379
4379
  """
4380
4380
  return pulumi.get(self, "auth_mode")
4381
4381
 
@@ -19189,7 +19189,7 @@ class KubernetesOnlineDeploymentResponse(dict):
19189
19189
  :param str egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
19190
19190
  :param str environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
19191
19191
  :param Mapping[str, str] environment_variables: Environment variables configuration for the deployment.
19192
- :param str instance_type: Compute instance type. Default: Standard_F4s_v2.
19192
+ :param str instance_type: Compute instance type.
19193
19193
  :param 'ProbeSettingsResponse' liveness_probe: Liveness probe monitors the health of the container regularly.
19194
19194
  :param str model: The URI path to the model.
19195
19195
  :param str model_mount_path: The path to mount the model in custom container.
@@ -19223,8 +19223,6 @@ class KubernetesOnlineDeploymentResponse(dict):
19223
19223
  pulumi.set(__self__, "environment_id", environment_id)
19224
19224
  if environment_variables is not None:
19225
19225
  pulumi.set(__self__, "environment_variables", environment_variables)
19226
- if instance_type is None:
19227
- instance_type = 'Standard_F4s_v2'
19228
19226
  if instance_type is not None:
19229
19227
  pulumi.set(__self__, "instance_type", instance_type)
19230
19228
  if liveness_probe is not None:
@@ -19327,7 +19325,7 @@ class KubernetesOnlineDeploymentResponse(dict):
19327
19325
  @pulumi.getter(name="instanceType")
19328
19326
  def instance_type(self) -> Optional[str]:
19329
19327
  """
19330
- Compute instance type. Default: Standard_F4s_v2.
19328
+ Compute instance type.
19331
19329
  """
19332
19330
  return pulumi.get(self, "instance_type")
19333
19331
 
@@ -20827,7 +20825,7 @@ class ManagedOnlineDeploymentResponse(dict):
20827
20825
  :param str egress_public_network_access: If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.
20828
20826
  :param str environment_id: ARM resource ID or AssetId of the environment specification for the endpoint deployment.
20829
20827
  :param Mapping[str, str] environment_variables: Environment variables configuration for the deployment.
20830
- :param str instance_type: Compute instance type. Default: Standard_F4s_v2.
20828
+ :param str instance_type: Compute instance type.
20831
20829
  :param 'ProbeSettingsResponse' liveness_probe: Liveness probe monitors the health of the container regularly.
20832
20830
  :param str model: The URI path to the model.
20833
20831
  :param str model_mount_path: The path to mount the model in custom container.
@@ -20859,8 +20857,6 @@ class ManagedOnlineDeploymentResponse(dict):
20859
20857
  pulumi.set(__self__, "environment_id", environment_id)
20860
20858
  if environment_variables is not None:
20861
20859
  pulumi.set(__self__, "environment_variables", environment_variables)
20862
- if instance_type is None:
20863
- instance_type = 'Standard_F4s_v2'
20864
20860
  if instance_type is not None:
20865
20861
  pulumi.set(__self__, "instance_type", instance_type)
20866
20862
  if liveness_probe is not None:
@@ -20955,7 +20951,7 @@ class ManagedOnlineDeploymentResponse(dict):
20955
20951
  @pulumi.getter(name="instanceType")
20956
20952
  def instance_type(self) -> Optional[str]:
20957
20953
  """
20958
- Compute instance type. Default: Standard_F4s_v2.
20954
+ Compute instance type.
20959
20955
  """
20960
20956
  return pulumi.get(self, "instance_type")
20961
20957
 
@@ -23494,7 +23490,7 @@ class OnlineEndpointResponse(dict):
23494
23490
  traffic: Optional[Mapping[str, int]] = None):
23495
23491
  """
23496
23492
  Online endpoint configuration
23497
- :param str auth_mode: [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
23493
+ :param str auth_mode: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
23498
23494
  :param str provisioning_state: Provisioning state for the endpoint.
23499
23495
  :param str scoring_uri: Endpoint URI.
23500
23496
  :param str swagger_uri: Endpoint Swagger URI.
@@ -23529,7 +23525,7 @@ class OnlineEndpointResponse(dict):
23529
23525
  @pulumi.getter(name="authMode")
23530
23526
  def auth_mode(self) -> str:
23531
23527
  """
23532
- [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.
23528
+ [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
23533
23529
  """
23534
23530
  return pulumi.get(self, "auth_mode")
23535
23531
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "azure-native",
4
- "version": "2.71.0"
4
+ "version": "2.71.0-alpha.1730993707"
5
5
  }