pulumi-azure-native 2.74.0a1732531694__py3-none-any.whl → 2.75.0a1732957898__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 (189) hide show
  1. pulumi_azure_native/__init__.py +35 -0
  2. pulumi_azure_native/azureplaywrightservice/__init__.py +3 -0
  3. pulumi_azure_native/azureplaywrightservice/account.py +3 -3
  4. pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
  5. pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
  6. pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
  7. pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +1 -1
  8. pulumi_azure_native/azureplaywrightservice/v20241201/__init__.py +11 -0
  9. pulumi_azure_native/azureplaywrightservice/v20241201/_enums.py +23 -0
  10. pulumi_azure_native/azureplaywrightservice/v20241201/account.py +380 -0
  11. pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +241 -0
  12. pulumi_azure_native/azureplaywrightservice/v20241201/outputs.py +131 -0
  13. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +57 -29
  14. pulumi_azure_native/pulumi-plugin.json +1 -1
  15. pulumi_azure_native/signalrservice/__init__.py +3 -0
  16. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  17. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  18. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  19. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  20. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  21. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  22. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  23. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  24. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  25. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  26. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  27. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  28. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  29. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  30. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  31. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  32. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  33. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  34. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  35. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  36. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  37. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  39. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  40. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  41. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  42. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  43. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  45. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  46. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  47. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  48. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  49. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  51. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  52. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  53. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  54. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  55. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  57. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  58. pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
  59. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
  60. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
  61. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
  63. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
  64. pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +1 -1
  65. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +1 -1
  66. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +1 -1
  67. pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +1 -1
  68. pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +1 -1
  69. pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +1 -1
  70. pulumi_azure_native/signalrservice/v20240801preview/signal_r.py +1 -1
  71. pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_certificate.py +1 -1
  72. pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_domain.py +1 -1
  73. pulumi_azure_native/signalrservice/v20240801preview/signal_r_private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/signalrservice/v20240801preview/signal_r_replica.py +1 -1
  75. pulumi_azure_native/signalrservice/v20240801preview/signal_r_shared_private_link_resource.py +1 -1
  76. pulumi_azure_native/signalrservice/v20241001preview/__init__.py +23 -0
  77. pulumi_azure_native/signalrservice/v20241001preview/_enums.py +109 -0
  78. pulumi_azure_native/signalrservice/v20241001preview/_inputs.py +1976 -0
  79. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r.py +536 -0
  80. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_custom_certificate.py +191 -0
  81. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_custom_domain.py +177 -0
  82. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_private_endpoint_connection.py +191 -0
  83. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_replica.py +222 -0
  84. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_shared_private_link_resource.py +219 -0
  85. pulumi_azure_native/signalrservice/v20241001preview/list_signal_r_keys.py +128 -0
  86. pulumi_azure_native/signalrservice/v20241001preview/outputs.py +2015 -0
  87. pulumi_azure_native/signalrservice/v20241001preview/signal_r.py +892 -0
  88. pulumi_azure_native/signalrservice/v20241001preview/signal_r_custom_certificate.py +289 -0
  89. pulumi_azure_native/signalrservice/v20241001preview/signal_r_custom_domain.py +260 -0
  90. pulumi_azure_native/signalrservice/v20241001preview/signal_r_private_endpoint_connection.py +270 -0
  91. pulumi_azure_native/signalrservice/v20241001preview/signal_r_replica.py +367 -0
  92. pulumi_azure_native/signalrservice/v20241001preview/signal_r_shared_private_link_resource.py +328 -0
  93. pulumi_azure_native/webpubsub/__init__.py +3 -0
  94. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  95. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  96. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  97. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  98. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  99. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  100. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  101. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  102. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  103. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  104. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  105. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  106. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  107. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  108. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  109. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  110. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  111. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  112. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  113. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  114. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  115. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  116. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  117. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  118. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  119. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  120. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  121. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  122. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  123. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  124. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  125. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  126. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  127. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  128. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  129. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  130. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  131. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  132. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  133. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  134. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  135. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  136. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  137. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  138. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  139. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
  140. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
  141. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
  142. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
  143. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
  144. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
  145. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
  146. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +1 -1
  147. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +1 -1
  148. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +1 -1
  149. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +1 -1
  150. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +1 -1
  151. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +1 -1
  152. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +1 -1
  153. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub.py +1 -1
  154. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_certificate.py +1 -1
  155. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_domain.py +1 -1
  156. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_hub.py +1 -1
  157. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  158. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_replica.py +1 -1
  159. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  160. pulumi_azure_native/webpubsub/v20241001preview/__init__.py +25 -0
  161. pulumi_azure_native/webpubsub/v20241001preview/_enums.py +104 -0
  162. pulumi_azure_native/webpubsub/v20241001preview/_inputs.py +2053 -0
  163. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub.py +489 -0
  164. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_custom_certificate.py +191 -0
  165. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_custom_domain.py +177 -0
  166. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_hub.py +149 -0
  167. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_private_endpoint_connection.py +191 -0
  168. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_replica.py +222 -0
  169. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_shared_private_link_resource.py +219 -0
  170. pulumi_azure_native/webpubsub/v20241001preview/list_web_pub_sub_keys.py +128 -0
  171. pulumi_azure_native/webpubsub/v20241001preview/outputs.py +2099 -0
  172. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub.py +785 -0
  173. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_custom_certificate.py +289 -0
  174. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_custom_domain.py +260 -0
  175. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_hub.py +222 -0
  176. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_private_endpoint_connection.py +270 -0
  177. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_replica.py +367 -0
  178. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_shared_private_link_resource.py +328 -0
  179. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  180. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  181. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  182. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  183. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  184. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  185. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  186. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/METADATA +1 -1
  187. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/RECORD +189 -148
  188. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/WHEEL +0 -0
  189. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,241 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetAccountResult',
20
+ 'AwaitableGetAccountResult',
21
+ 'get_account',
22
+ 'get_account_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetAccountResult:
27
+ """
28
+ A Playwright service account resource.
29
+ """
30
+ def __init__(__self__, dashboard_uri=None, id=None, local_auth=None, location=None, name=None, provisioning_state=None, regional_affinity=None, reporting=None, scalable_execution=None, system_data=None, tags=None, type=None):
31
+ if dashboard_uri and not isinstance(dashboard_uri, str):
32
+ raise TypeError("Expected argument 'dashboard_uri' to be a str")
33
+ pulumi.set(__self__, "dashboard_uri", dashboard_uri)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if local_auth and not isinstance(local_auth, str):
38
+ raise TypeError("Expected argument 'local_auth' to be a str")
39
+ pulumi.set(__self__, "local_auth", local_auth)
40
+ if location and not isinstance(location, str):
41
+ raise TypeError("Expected argument 'location' to be a str")
42
+ pulumi.set(__self__, "location", location)
43
+ if name and not isinstance(name, str):
44
+ raise TypeError("Expected argument 'name' to be a str")
45
+ pulumi.set(__self__, "name", name)
46
+ if provisioning_state and not isinstance(provisioning_state, str):
47
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
48
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
49
+ if regional_affinity and not isinstance(regional_affinity, str):
50
+ raise TypeError("Expected argument 'regional_affinity' to be a str")
51
+ pulumi.set(__self__, "regional_affinity", regional_affinity)
52
+ if reporting and not isinstance(reporting, str):
53
+ raise TypeError("Expected argument 'reporting' to be a str")
54
+ pulumi.set(__self__, "reporting", reporting)
55
+ if scalable_execution and not isinstance(scalable_execution, str):
56
+ raise TypeError("Expected argument 'scalable_execution' to be a str")
57
+ pulumi.set(__self__, "scalable_execution", scalable_execution)
58
+ if system_data and not isinstance(system_data, dict):
59
+ raise TypeError("Expected argument 'system_data' to be a dict")
60
+ pulumi.set(__self__, "system_data", system_data)
61
+ if tags and not isinstance(tags, dict):
62
+ raise TypeError("Expected argument 'tags' to be a dict")
63
+ pulumi.set(__self__, "tags", tags)
64
+ if type and not isinstance(type, str):
65
+ raise TypeError("Expected argument 'type' to be a str")
66
+ pulumi.set(__self__, "type", type)
67
+
68
+ @property
69
+ @pulumi.getter(name="dashboardUri")
70
+ def dashboard_uri(self) -> str:
71
+ """
72
+ The Playwright testing dashboard URI for the account resource.
73
+ """
74
+ return pulumi.get(self, "dashboard_uri")
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def id(self) -> str:
79
+ """
80
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
81
+ """
82
+ return pulumi.get(self, "id")
83
+
84
+ @property
85
+ @pulumi.getter(name="localAuth")
86
+ def local_auth(self) -> Optional[str]:
87
+ """
88
+ When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs.
89
+ """
90
+ return pulumi.get(self, "local_auth")
91
+
92
+ @property
93
+ @pulumi.getter
94
+ def location(self) -> str:
95
+ """
96
+ The geo-location where the resource lives
97
+ """
98
+ return pulumi.get(self, "location")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def name(self) -> str:
103
+ """
104
+ The name of the resource
105
+ """
106
+ return pulumi.get(self, "name")
107
+
108
+ @property
109
+ @pulumi.getter(name="provisioningState")
110
+ def provisioning_state(self) -> str:
111
+ """
112
+ The status of the last operation.
113
+ """
114
+ return pulumi.get(self, "provisioning_state")
115
+
116
+ @property
117
+ @pulumi.getter(name="regionalAffinity")
118
+ def regional_affinity(self) -> Optional[str]:
119
+ """
120
+ This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
121
+ """
122
+ return pulumi.get(self, "regional_affinity")
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def reporting(self) -> Optional[str]:
127
+ """
128
+ When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.
129
+ """
130
+ return pulumi.get(self, "reporting")
131
+
132
+ @property
133
+ @pulumi.getter(name="scalableExecution")
134
+ def scalable_execution(self) -> Optional[str]:
135
+ """
136
+ When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.
137
+ """
138
+ return pulumi.get(self, "scalable_execution")
139
+
140
+ @property
141
+ @pulumi.getter(name="systemData")
142
+ def system_data(self) -> 'outputs.SystemDataResponse':
143
+ """
144
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
145
+ """
146
+ return pulumi.get(self, "system_data")
147
+
148
+ @property
149
+ @pulumi.getter
150
+ def tags(self) -> Optional[Mapping[str, str]]:
151
+ """
152
+ Resource tags.
153
+ """
154
+ return pulumi.get(self, "tags")
155
+
156
+ @property
157
+ @pulumi.getter
158
+ def type(self) -> str:
159
+ """
160
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
161
+ """
162
+ return pulumi.get(self, "type")
163
+
164
+
165
+ class AwaitableGetAccountResult(GetAccountResult):
166
+ # pylint: disable=using-constant-test
167
+ def __await__(self):
168
+ if False:
169
+ yield self
170
+ return GetAccountResult(
171
+ dashboard_uri=self.dashboard_uri,
172
+ id=self.id,
173
+ local_auth=self.local_auth,
174
+ location=self.location,
175
+ name=self.name,
176
+ provisioning_state=self.provisioning_state,
177
+ regional_affinity=self.regional_affinity,
178
+ reporting=self.reporting,
179
+ scalable_execution=self.scalable_execution,
180
+ system_data=self.system_data,
181
+ tags=self.tags,
182
+ type=self.type)
183
+
184
+
185
+ def get_account(account_name: Optional[str] = None,
186
+ resource_group_name: Optional[str] = None,
187
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountResult:
188
+ """
189
+ Get a Account
190
+
191
+
192
+ :param str account_name: Name of account.
193
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
194
+ """
195
+ __args__ = dict()
196
+ __args__['accountName'] = account_name
197
+ __args__['resourceGroupName'] = resource_group_name
198
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
199
+ __ret__ = pulumi.runtime.invoke('azure-native:azureplaywrightservice/v20241201:getAccount', __args__, opts=opts, typ=GetAccountResult).value
200
+
201
+ return AwaitableGetAccountResult(
202
+ dashboard_uri=pulumi.get(__ret__, 'dashboard_uri'),
203
+ id=pulumi.get(__ret__, 'id'),
204
+ local_auth=pulumi.get(__ret__, 'local_auth'),
205
+ location=pulumi.get(__ret__, 'location'),
206
+ name=pulumi.get(__ret__, 'name'),
207
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
208
+ regional_affinity=pulumi.get(__ret__, 'regional_affinity'),
209
+ reporting=pulumi.get(__ret__, 'reporting'),
210
+ scalable_execution=pulumi.get(__ret__, 'scalable_execution'),
211
+ system_data=pulumi.get(__ret__, 'system_data'),
212
+ tags=pulumi.get(__ret__, 'tags'),
213
+ type=pulumi.get(__ret__, 'type'))
214
+ def get_account_output(account_name: Optional[pulumi.Input[str]] = None,
215
+ resource_group_name: Optional[pulumi.Input[str]] = None,
216
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountResult]:
217
+ """
218
+ Get a Account
219
+
220
+
221
+ :param str account_name: Name of account.
222
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
223
+ """
224
+ __args__ = dict()
225
+ __args__['accountName'] = account_name
226
+ __args__['resourceGroupName'] = resource_group_name
227
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
228
+ __ret__ = pulumi.runtime.invoke_output('azure-native:azureplaywrightservice/v20241201:getAccount', __args__, opts=opts, typ=GetAccountResult)
229
+ return __ret__.apply(lambda __response__: GetAccountResult(
230
+ dashboard_uri=pulumi.get(__response__, 'dashboard_uri'),
231
+ id=pulumi.get(__response__, 'id'),
232
+ local_auth=pulumi.get(__response__, 'local_auth'),
233
+ location=pulumi.get(__response__, 'location'),
234
+ name=pulumi.get(__response__, 'name'),
235
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
236
+ regional_affinity=pulumi.get(__response__, 'regional_affinity'),
237
+ reporting=pulumi.get(__response__, 'reporting'),
238
+ scalable_execution=pulumi.get(__response__, 'scalable_execution'),
239
+ system_data=pulumi.get(__response__, 'system_data'),
240
+ tags=pulumi.get(__response__, 'tags'),
241
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,131 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'SystemDataResponse',
20
+ ]
21
+
22
+ @pulumi.output_type
23
+ class SystemDataResponse(dict):
24
+ """
25
+ Metadata pertaining to creation and last modification of the resource.
26
+ """
27
+ @staticmethod
28
+ def __key_warning(key: str):
29
+ suggest = None
30
+ if key == "createdAt":
31
+ suggest = "created_at"
32
+ elif key == "createdBy":
33
+ suggest = "created_by"
34
+ elif key == "createdByType":
35
+ suggest = "created_by_type"
36
+ elif key == "lastModifiedAt":
37
+ suggest = "last_modified_at"
38
+ elif key == "lastModifiedBy":
39
+ suggest = "last_modified_by"
40
+ elif key == "lastModifiedByType":
41
+ suggest = "last_modified_by_type"
42
+
43
+ if suggest:
44
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
45
+
46
+ def __getitem__(self, key: str) -> Any:
47
+ SystemDataResponse.__key_warning(key)
48
+ return super().__getitem__(key)
49
+
50
+ def get(self, key: str, default = None) -> Any:
51
+ SystemDataResponse.__key_warning(key)
52
+ return super().get(key, default)
53
+
54
+ def __init__(__self__, *,
55
+ created_at: Optional[str] = None,
56
+ created_by: Optional[str] = None,
57
+ created_by_type: Optional[str] = None,
58
+ last_modified_at: Optional[str] = None,
59
+ last_modified_by: Optional[str] = None,
60
+ last_modified_by_type: Optional[str] = None):
61
+ """
62
+ Metadata pertaining to creation and last modification of the resource.
63
+ :param str created_at: The timestamp of resource creation (UTC).
64
+ :param str created_by: The identity that created the resource.
65
+ :param str created_by_type: The type of identity that created the resource.
66
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
67
+ :param str last_modified_by: The identity that last modified the resource.
68
+ :param str last_modified_by_type: The type of identity that last modified the resource.
69
+ """
70
+ if created_at is not None:
71
+ pulumi.set(__self__, "created_at", created_at)
72
+ if created_by is not None:
73
+ pulumi.set(__self__, "created_by", created_by)
74
+ if created_by_type is not None:
75
+ pulumi.set(__self__, "created_by_type", created_by_type)
76
+ if last_modified_at is not None:
77
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
78
+ if last_modified_by is not None:
79
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
80
+ if last_modified_by_type is not None:
81
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
82
+
83
+ @property
84
+ @pulumi.getter(name="createdAt")
85
+ def created_at(self) -> Optional[str]:
86
+ """
87
+ The timestamp of resource creation (UTC).
88
+ """
89
+ return pulumi.get(self, "created_at")
90
+
91
+ @property
92
+ @pulumi.getter(name="createdBy")
93
+ def created_by(self) -> Optional[str]:
94
+ """
95
+ The identity that created the resource.
96
+ """
97
+ return pulumi.get(self, "created_by")
98
+
99
+ @property
100
+ @pulumi.getter(name="createdByType")
101
+ def created_by_type(self) -> Optional[str]:
102
+ """
103
+ The type of identity that created the resource.
104
+ """
105
+ return pulumi.get(self, "created_by_type")
106
+
107
+ @property
108
+ @pulumi.getter(name="lastModifiedAt")
109
+ def last_modified_at(self) -> Optional[str]:
110
+ """
111
+ The timestamp of resource last modification (UTC)
112
+ """
113
+ return pulumi.get(self, "last_modified_at")
114
+
115
+ @property
116
+ @pulumi.getter(name="lastModifiedBy")
117
+ def last_modified_by(self) -> Optional[str]:
118
+ """
119
+ The identity that last modified the resource.
120
+ """
121
+ return pulumi.get(self, "last_modified_by")
122
+
123
+ @property
124
+ @pulumi.getter(name="lastModifiedByType")
125
+ def last_modified_by_type(self) -> Optional[str]:
126
+ """
127
+ The type of identity that last modified the resource.
128
+ """
129
+ return pulumi.get(self, "last_modified_by_type")
130
+
131
+
@@ -1317,50 +1317,78 @@ class AcrDetailsResponse(dict):
1317
1317
  @pulumi.output_type
1318
1318
  class ActualCapacityInfoResponse(dict):
1319
1319
  def __init__(__self__, *,
1320
- allocated: Optional[int] = None,
1321
- assignment_failed: Optional[int] = None,
1322
- assignment_success: Optional[int] = None):
1320
+ failed: Optional[int] = None,
1321
+ outdated_failed: Optional[int] = None,
1322
+ outdated_succeeded: Optional[int] = None,
1323
+ succeeded: Optional[int] = None,
1324
+ total: Optional[int] = None):
1323
1325
  """
1324
- :param int allocated: Gets or sets the total number of instances for the group.
1325
- :param int assignment_failed: Gets or sets the number of instances which failed to successfully complete assignment.
1326
- :param int assignment_success: Gets or sets the number of instances which successfully completed assignment.
1326
+ :param int failed: Gets or sets the number of instances (scale units) which Failed provisioning state and have target group payload.
1327
+ :param int outdated_failed: Gets or sets the number of instances (scale units) which have Failed provisioning state but do not have target group payload.
1328
+ :param int outdated_succeeded: Gets or sets the number of instances (scale units) which have Succeeded provisioning state but do not have target group payload.
1329
+ :param int succeeded: Gets or sets the number of instances (scale units) which have Succeeded provisioning state and target group payload.
1330
+ :param int total: Gets or sets the total number of instances (scale units) regardless of provisioning state or whether current group payload version matches the target group payload.
1327
1331
  """
1328
- if allocated is None:
1329
- allocated = 0
1330
- if allocated is not None:
1331
- pulumi.set(__self__, "allocated", allocated)
1332
- if assignment_failed is None:
1333
- assignment_failed = 0
1334
- if assignment_failed is not None:
1335
- pulumi.set(__self__, "assignment_failed", assignment_failed)
1336
- if assignment_success is None:
1337
- assignment_success = 0
1338
- if assignment_success is not None:
1339
- pulumi.set(__self__, "assignment_success", assignment_success)
1332
+ if failed is None:
1333
+ failed = 0
1334
+ if failed is not None:
1335
+ pulumi.set(__self__, "failed", failed)
1336
+ if outdated_failed is None:
1337
+ outdated_failed = 0
1338
+ if outdated_failed is not None:
1339
+ pulumi.set(__self__, "outdated_failed", outdated_failed)
1340
+ if outdated_succeeded is None:
1341
+ outdated_succeeded = 0
1342
+ if outdated_succeeded is not None:
1343
+ pulumi.set(__self__, "outdated_succeeded", outdated_succeeded)
1344
+ if succeeded is None:
1345
+ succeeded = 0
1346
+ if succeeded is not None:
1347
+ pulumi.set(__self__, "succeeded", succeeded)
1348
+ if total is None:
1349
+ total = 0
1350
+ if total is not None:
1351
+ pulumi.set(__self__, "total", total)
1340
1352
 
1341
1353
  @property
1342
1354
  @pulumi.getter
1343
- def allocated(self) -> Optional[int]:
1355
+ def failed(self) -> Optional[int]:
1344
1356
  """
1345
- Gets or sets the total number of instances for the group.
1357
+ Gets or sets the number of instances (scale units) which Failed provisioning state and have target group payload.
1346
1358
  """
1347
- return pulumi.get(self, "allocated")
1359
+ return pulumi.get(self, "failed")
1348
1360
 
1349
1361
  @property
1350
- @pulumi.getter(name="assignmentFailed")
1351
- def assignment_failed(self) -> Optional[int]:
1362
+ @pulumi.getter(name="outdatedFailed")
1363
+ def outdated_failed(self) -> Optional[int]:
1352
1364
  """
1353
- Gets or sets the number of instances which failed to successfully complete assignment.
1365
+ Gets or sets the number of instances (scale units) which have Failed provisioning state but do not have target group payload.
1354
1366
  """
1355
- return pulumi.get(self, "assignment_failed")
1367
+ return pulumi.get(self, "outdated_failed")
1356
1368
 
1357
1369
  @property
1358
- @pulumi.getter(name="assignmentSuccess")
1359
- def assignment_success(self) -> Optional[int]:
1370
+ @pulumi.getter(name="outdatedSucceeded")
1371
+ def outdated_succeeded(self) -> Optional[int]:
1360
1372
  """
1361
- Gets or sets the number of instances which successfully completed assignment.
1373
+ Gets or sets the number of instances (scale units) which have Succeeded provisioning state but do not have target group payload.
1362
1374
  """
1363
- return pulumi.get(self, "assignment_success")
1375
+ return pulumi.get(self, "outdated_succeeded")
1376
+
1377
+ @property
1378
+ @pulumi.getter
1379
+ def succeeded(self) -> Optional[int]:
1380
+ """
1381
+ Gets or sets the number of instances (scale units) which have Succeeded provisioning state and target group payload.
1382
+ """
1383
+ return pulumi.get(self, "succeeded")
1384
+
1385
+ @property
1386
+ @pulumi.getter
1387
+ def total(self) -> Optional[int]:
1388
+ """
1389
+ Gets or sets the total number of instances (scale units) regardless of provisioning state or whether current group payload version matches the target group payload.
1390
+ """
1391
+ return pulumi.get(self, "total")
1364
1392
 
1365
1393
 
1366
1394
  @pulumi.output_type
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "azure-native",
4
- "version": "2.74.0-alpha.1732531694"
4
+ "version": "2.75.0-alpha.1732957898"
5
5
  }
@@ -40,6 +40,8 @@ if typing.TYPE_CHECKING:
40
40
  v20240401preview = __v20240401preview
41
41
  import pulumi_azure_native.signalrservice.v20240801preview as __v20240801preview
42
42
  v20240801preview = __v20240801preview
43
+ import pulumi_azure_native.signalrservice.v20241001preview as __v20241001preview
44
+ v20241001preview = __v20241001preview
43
45
  else:
44
46
  v20230201 = _utilities.lazy_import('pulumi_azure_native.signalrservice.v20230201')
45
47
  v20230301preview = _utilities.lazy_import('pulumi_azure_native.signalrservice.v20230301preview')
@@ -49,4 +51,5 @@ else:
49
51
  v20240301 = _utilities.lazy_import('pulumi_azure_native.signalrservice.v20240301')
50
52
  v20240401preview = _utilities.lazy_import('pulumi_azure_native.signalrservice.v20240401preview')
51
53
  v20240801preview = _utilities.lazy_import('pulumi_azure_native.signalrservice.v20240801preview')
54
+ v20241001preview = _utilities.lazy_import('pulumi_azure_native.signalrservice.v20241001preview')
52
55
 
@@ -404,7 +404,7 @@ def get_signal_r(resource_group_name: Optional[str] = None,
404
404
  Get the resource and its properties.
405
405
  Azure REST API version: 2023-02-01.
406
406
 
407
- Other available API versions: 2018-10-01, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
407
+ Other available API versions: 2018-10-01, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
408
408
 
409
409
 
410
410
  :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
@@ -453,7 +453,7 @@ def get_signal_r_output(resource_group_name: Optional[pulumi.Input[str]] = None,
453
453
  Get the resource and its properties.
454
454
  Azure REST API version: 2023-02-01.
455
455
 
456
- Other available API versions: 2018-10-01, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
456
+ Other available API versions: 2018-10-01, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
457
457
 
458
458
 
459
459
  :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
@@ -142,7 +142,7 @@ def get_signal_r_custom_certificate(certificate_name: Optional[str] = None,
142
142
  Get a custom certificate.
143
143
  Azure REST API version: 2023-02-01.
144
144
 
145
- Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
145
+ Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
146
146
 
147
147
 
148
148
  :param str certificate_name: Custom certificate name
@@ -173,7 +173,7 @@ def get_signal_r_custom_certificate_output(certificate_name: Optional[pulumi.Inp
173
173
  Get a custom certificate.
174
174
  Azure REST API version: 2023-02-01.
175
175
 
176
- Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
176
+ Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
177
177
 
178
178
 
179
179
  :param str certificate_name: Custom certificate name
@@ -130,7 +130,7 @@ def get_signal_r_custom_domain(name: Optional[str] = None,
130
130
  Get a custom domain.
131
131
  Azure REST API version: 2023-02-01.
132
132
 
133
- Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
133
+ Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
134
134
 
135
135
 
136
136
  :param str name: Custom domain name.
@@ -160,7 +160,7 @@ def get_signal_r_custom_domain_output(name: Optional[pulumi.Input[str]] = None,
160
160
  Get a custom domain.
161
161
  Azure REST API version: 2023-02-01.
162
162
 
163
- Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
163
+ Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
164
164
 
165
165
 
166
166
  :param str name: Custom domain name.
@@ -142,7 +142,7 @@ def get_signal_r_private_endpoint_connection(private_endpoint_connection_name: O
142
142
  Get the specified private endpoint connection
143
143
  Azure REST API version: 2023-02-01.
144
144
 
145
- Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
145
+ Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
146
146
 
147
147
 
148
148
  :param str private_endpoint_connection_name: The name of the private endpoint connection
@@ -173,7 +173,7 @@ def get_signal_r_private_endpoint_connection_output(private_endpoint_connection_
173
173
  Get the specified private endpoint connection
174
174
  Azure REST API version: 2023-02-01.
175
175
 
176
- Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
176
+ Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
177
177
 
178
178
 
179
179
  :param str private_endpoint_connection_name: The name of the private endpoint connection
@@ -142,7 +142,7 @@ def get_signal_r_replica(replica_name: Optional[str] = None,
142
142
  Get the replica and its properties.
143
143
  Azure REST API version: 2023-03-01-preview.
144
144
 
145
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
145
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
146
146
 
147
147
 
148
148
  :param str replica_name: The name of the replica.
@@ -173,7 +173,7 @@ def get_signal_r_replica_output(replica_name: Optional[pulumi.Input[str]] = None
173
173
  Get the replica and its properties.
174
174
  Azure REST API version: 2023-03-01-preview.
175
175
 
176
- Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
176
+ Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
177
177
 
178
178
 
179
179
  :param str replica_name: The name of the replica.
@@ -154,7 +154,7 @@ def get_signal_r_shared_private_link_resource(resource_group_name: Optional[str]
154
154
  Get the specified shared private link resource
155
155
  Azure REST API version: 2023-02-01.
156
156
 
157
- Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
157
+ Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
158
158
 
159
159
 
160
160
  :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
@@ -186,7 +186,7 @@ def get_signal_r_shared_private_link_resource_output(resource_group_name: Option
186
186
  Get the specified shared private link resource
187
187
  Azure REST API version: 2023-02-01.
188
188
 
189
- Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
189
+ Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
190
190
 
191
191
 
192
192
  :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
@@ -92,7 +92,7 @@ def list_signal_r_keys(resource_group_name: Optional[str] = None,
92
92
  Get the access keys of the resource.
93
93
  Azure REST API version: 2023-02-01.
94
94
 
95
- Other available API versions: 2018-10-01, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
95
+ Other available API versions: 2018-10-01, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
96
96
 
97
97
 
98
98
  :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
@@ -116,7 +116,7 @@ def list_signal_r_keys_output(resource_group_name: Optional[pulumi.Input[str]] =
116
116
  Get the access keys of the resource.
117
117
  Azure REST API version: 2023-02-01.
118
118
 
119
- Other available API versions: 2018-10-01, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
119
+ Other available API versions: 2018-10-01, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
120
120
 
121
121
 
122
122
  :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.