pulumi-azure-native 2.55.0__py3-none-any.whl → 2.55.0a1723186763__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (50) hide show
  1. pulumi_azure_native/__init__.py +0 -10
  2. pulumi_azure_native/documentdb/__init__.py +0 -3
  3. pulumi_azure_native/documentdb/firewall_rule.py +1 -5
  4. pulumi_azure_native/documentdb/get_firewall_rule.py +0 -4
  5. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  6. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  7. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  8. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  9. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  10. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  11. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  12. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  13. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  14. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  15. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  16. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  17. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  18. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  19. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +1 -1
  20. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  21. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +0 -2
  22. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +11 -55
  23. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +10 -10
  24. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +18 -60
  25. pulumi_azure_native/monitor/_enums.py +2 -6
  26. pulumi_azure_native/monitor/_inputs.py +56 -56
  27. pulumi_azure_native/monitor/get_pipeline_group.py +1 -1
  28. pulumi_azure_native/monitor/outputs.py +34 -34
  29. pulumi_azure_native/monitor/pipeline_group.py +8 -8
  30. pulumi_azure_native/monitor/v20231001preview/_enums.py +2 -6
  31. pulumi_azure_native/monitor/v20231001preview/_inputs.py +56 -56
  32. pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py +1 -1
  33. pulumi_azure_native/monitor/v20231001preview/outputs.py +34 -34
  34. pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +8 -8
  35. pulumi_azure_native/pulumi-plugin.json +1 -1
  36. {pulumi_azure_native-2.55.0.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/METADATA +1 -1
  37. {pulumi_azure_native-2.55.0.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/RECORD +39 -50
  38. pulumi_azure_native/documentdb/v20240601preview/__init__.py +0 -17
  39. pulumi_azure_native/documentdb/v20240601preview/_enums.py +0 -78
  40. pulumi_azure_native/documentdb/v20240601preview/_inputs.py +0 -332
  41. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +0 -260
  42. pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +0 -167
  43. pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +0 -305
  44. pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +0 -180
  45. pulumi_azure_native/documentdb/v20240601preview/list_mongo_cluster_connection_strings.py +0 -84
  46. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +0 -524
  47. pulumi_azure_native/documentdb/v20240601preview/outputs.py +0 -537
  48. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +0 -252
  49. {pulumi_azure_native-2.55.0.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/WHEEL +0 -0
  50. {pulumi_azure_native-2.55.0.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/top_level.txt +0 -0
@@ -19,11 +19,11 @@ from ._enums import *
19
19
  __all__ = [
20
20
  'AzureMonitorWorkspaceLogsApiConfigResponse',
21
21
  'AzureMonitorWorkspaceLogsExporterResponse',
22
- 'AzureResourceManagerCommonTypesExtendedLocationResponse',
23
22
  'BatchProcessorResponse',
24
23
  'CacheConfigurationResponse',
25
24
  'ConcurrencyConfigurationResponse',
26
25
  'ExporterResponse',
26
+ 'ExtendedLocationResponse',
27
27
  'IngestionSettingsResponse',
28
28
  'MetricsResponse',
29
29
  'NetworkingConfigurationResponse',
@@ -167,39 +167,6 @@ class AzureMonitorWorkspaceLogsExporterResponse(dict):
167
167
  return pulumi.get(self, "concurrency")
168
168
 
169
169
 
170
- @pulumi.output_type
171
- class AzureResourceManagerCommonTypesExtendedLocationResponse(dict):
172
- """
173
- The complex type of the extended location.
174
- """
175
- def __init__(__self__, *,
176
- name: str,
177
- type: str):
178
- """
179
- The complex type of the extended location.
180
- :param str name: The name of the extended location.
181
- :param str type: The type of the extended location.
182
- """
183
- pulumi.set(__self__, "name", name)
184
- pulumi.set(__self__, "type", type)
185
-
186
- @property
187
- @pulumi.getter
188
- def name(self) -> str:
189
- """
190
- The name of the extended location.
191
- """
192
- return pulumi.get(self, "name")
193
-
194
- @property
195
- @pulumi.getter
196
- def type(self) -> str:
197
- """
198
- The type of the extended location.
199
- """
200
- return pulumi.get(self, "type")
201
-
202
-
203
170
  @pulumi.output_type
204
171
  class BatchProcessorResponse(dict):
205
172
  """
@@ -442,6 +409,39 @@ class ExporterResponse(dict):
442
409
  return pulumi.get(self, "tcp")
443
410
 
444
411
 
412
+ @pulumi.output_type
413
+ class ExtendedLocationResponse(dict):
414
+ """
415
+ The extended location info.
416
+ """
417
+ def __init__(__self__, *,
418
+ name: str,
419
+ type: str):
420
+ """
421
+ The extended location info.
422
+ :param str name: The name of extended location.
423
+ :param str type: The type of extended location.
424
+ """
425
+ pulumi.set(__self__, "name", name)
426
+ pulumi.set(__self__, "type", type)
427
+
428
+ @property
429
+ @pulumi.getter
430
+ def name(self) -> str:
431
+ """
432
+ The name of extended location.
433
+ """
434
+ return pulumi.get(self, "name")
435
+
436
+ @property
437
+ @pulumi.getter
438
+ def type(self) -> str:
439
+ """
440
+ The type of extended location.
441
+ """
442
+ return pulumi.get(self, "type")
443
+
444
+
445
445
  @pulumi.output_type
446
446
  class IngestionSettingsResponse(dict):
447
447
  """
@@ -27,7 +27,7 @@ class PipelineGroupArgs:
27
27
  receivers: pulumi.Input[Sequence[pulumi.Input['ReceiverArgs']]],
28
28
  resource_group_name: pulumi.Input[str],
29
29
  service: pulumi.Input['ServiceArgs'],
30
- extended_location: Optional[pulumi.Input['AzureResourceManagerCommonTypesExtendedLocationArgs']] = None,
30
+ extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
31
31
  location: Optional[pulumi.Input[str]] = None,
32
32
  networking_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkingConfigurationArgs']]]] = None,
33
33
  pipeline_group_name: Optional[pulumi.Input[str]] = None,
@@ -40,7 +40,7 @@ class PipelineGroupArgs:
40
40
  :param pulumi.Input[Sequence[pulumi.Input['ReceiverArgs']]] receivers: The receivers specified for a pipeline group instance.
41
41
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
42
42
  :param pulumi.Input['ServiceArgs'] service: The service section for a given pipeline group instance.
43
- :param pulumi.Input['AzureResourceManagerCommonTypesExtendedLocationArgs'] extended_location: The extended location for given pipeline group.
43
+ :param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location for given pipeline group.
44
44
  :param pulumi.Input[str] location: The geo-location where the resource lives
45
45
  :param pulumi.Input[Sequence[pulumi.Input['NetworkingConfigurationArgs']]] networking_configurations: Networking configurations for the pipeline group instance.
46
46
  :param pulumi.Input[str] pipeline_group_name: The name of pipeline group. The name is case insensitive.
@@ -127,14 +127,14 @@ class PipelineGroupArgs:
127
127
 
128
128
  @property
129
129
  @pulumi.getter(name="extendedLocation")
130
- def extended_location(self) -> Optional[pulumi.Input['AzureResourceManagerCommonTypesExtendedLocationArgs']]:
130
+ def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
131
131
  """
132
132
  The extended location for given pipeline group.
133
133
  """
134
134
  return pulumi.get(self, "extended_location")
135
135
 
136
136
  @extended_location.setter
137
- def extended_location(self, value: Optional[pulumi.Input['AzureResourceManagerCommonTypesExtendedLocationArgs']]):
137
+ def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
138
138
  pulumi.set(self, "extended_location", value)
139
139
 
140
140
  @property
@@ -204,7 +204,7 @@ class PipelineGroup(pulumi.CustomResource):
204
204
  resource_name: str,
205
205
  opts: Optional[pulumi.ResourceOptions] = None,
206
206
  exporters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExporterArgs', 'ExporterArgsDict']]]]] = None,
207
- extended_location: Optional[pulumi.Input[Union['AzureResourceManagerCommonTypesExtendedLocationArgs', 'AzureResourceManagerCommonTypesExtendedLocationArgsDict']]] = None,
207
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
208
208
  location: Optional[pulumi.Input[str]] = None,
209
209
  networking_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NetworkingConfigurationArgs', 'NetworkingConfigurationArgsDict']]]]] = None,
210
210
  pipeline_group_name: Optional[pulumi.Input[str]] = None,
@@ -221,7 +221,7 @@ class PipelineGroup(pulumi.CustomResource):
221
221
  :param str resource_name: The name of the resource.
222
222
  :param pulumi.ResourceOptions opts: Options for the resource.
223
223
  :param pulumi.Input[Sequence[pulumi.Input[Union['ExporterArgs', 'ExporterArgsDict']]]] exporters: The exporters specified for a pipeline group instance.
224
- :param pulumi.Input[Union['AzureResourceManagerCommonTypesExtendedLocationArgs', 'AzureResourceManagerCommonTypesExtendedLocationArgsDict']] extended_location: The extended location for given pipeline group.
224
+ :param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location for given pipeline group.
225
225
  :param pulumi.Input[str] location: The geo-location where the resource lives
226
226
  :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkingConfigurationArgs', 'NetworkingConfigurationArgsDict']]]] networking_configurations: Networking configurations for the pipeline group instance.
227
227
  :param pulumi.Input[str] pipeline_group_name: The name of pipeline group. The name is case insensitive.
@@ -257,7 +257,7 @@ class PipelineGroup(pulumi.CustomResource):
257
257
  resource_name: str,
258
258
  opts: Optional[pulumi.ResourceOptions] = None,
259
259
  exporters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExporterArgs', 'ExporterArgsDict']]]]] = None,
260
- extended_location: Optional[pulumi.Input[Union['AzureResourceManagerCommonTypesExtendedLocationArgs', 'AzureResourceManagerCommonTypesExtendedLocationArgsDict']]] = None,
260
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
261
261
  location: Optional[pulumi.Input[str]] = None,
262
262
  networking_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NetworkingConfigurationArgs', 'NetworkingConfigurationArgsDict']]]]] = None,
263
263
  pipeline_group_name: Optional[pulumi.Input[str]] = None,
@@ -350,7 +350,7 @@ class PipelineGroup(pulumi.CustomResource):
350
350
 
351
351
  @property
352
352
  @pulumi.getter(name="extendedLocation")
353
- def extended_location(self) -> pulumi.Output[Optional['outputs.AzureResourceManagerCommonTypesExtendedLocationResponse']]:
353
+ def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
354
354
  """
355
355
  The extended location for given pipeline group.
356
356
  """
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "azure-native",
4
- "version": "2.55.0"
4
+ "version": "2.55.0-alpha.1723186763"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_azure_native
3
- Version: 2.55.0
3
+ Version: 2.55.0a1723186763
4
4
  Summary: A native Pulumi package for creating and managing Azure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com
@@ -1,7 +1,7 @@
1
- pulumi_azure_native/__init__.py,sha256=Gm09EfOg4_HanZA_Q0XWgTm8x3fnf694dvE-3R3dBWc,964282
1
+ pulumi_azure_native/__init__.py,sha256=stCmWBnFPvwPgiZ3Q_Hkm2BSvXn1DeoiUaDauoUPzLA,963878
2
2
  pulumi_azure_native/_utilities.py,sha256=TZWmMJOOzIbeJ63eFk5Tkx9TRUBUL4deSG05KQZyUug,10488
3
3
  pulumi_azure_native/provider.py,sha256=mOnH2uCwSyegLsgr4VPTAlbmq8zsPCQi9l4J6rtLEVI,23296
4
- pulumi_azure_native/pulumi-plugin.json,sha256=9rbW3scAIK_dtTjNH6rKsA3oB9KsjT4S5Bo5HNODiZc,72
4
+ pulumi_azure_native/pulumi-plugin.json,sha256=ehrIaUn-S210mJEMfXATp2hqdxkgkg6rs_6ZK5XiNaI,89
5
5
  pulumi_azure_native/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_azure_native/aad/__init__.py,sha256=O2XPJyft-EiRyZdbKAbADw_hWhoH_Yn8KOwWpJprjs0,669
7
7
  pulumi_azure_native/aad/_enums.py,sha256=nEE4b-gxeGR_DXhJA6WTIznl4AA5UmVTKpvu2PV66RE,3419
@@ -9702,7 +9702,7 @@ pulumi_azure_native/digitaltwins/v20230131/get_time_series_database_connection.p
9702
9702
  pulumi_azure_native/digitaltwins/v20230131/outputs.py,sha256=T3QMGBcy0WEoP7DKYlQbxiYBUet0GV73MQSZQch_ZZQ,54794
9703
9703
  pulumi_azure_native/digitaltwins/v20230131/private_endpoint_connection.py,sha256=-halP0SmfRYGEmbsoR7dIP1xzAHYZzE2Hr6t9SZ9EvU,10288
9704
9704
  pulumi_azure_native/digitaltwins/v20230131/time_series_database_connection.py,sha256=h81XIz2EBcUPtwPCuVETqhu-5OKKXm_nzG4r7B5jD9A,10535
9705
- pulumi_azure_native/documentdb/__init__.py,sha256=G9rUGVTFzFhEEvP0KWPTrMJ57Elbq9c7uUUbTI2QVyA,6071
9705
+ pulumi_azure_native/documentdb/__init__.py,sha256=A4wbaa1HEeVvxqE8L8fATz3Vlmu5Ogal1B1QkI1T6yo,5851
9706
9706
  pulumi_azure_native/documentdb/_enums.py,sha256=J7MBEeiSlj1hvLdqerlHIyoRkbFGlnUf_k0udCq83s0,7769
9707
9707
  pulumi_azure_native/documentdb/_inputs.py,sha256=kCE77KgGjO768ozuxukxV5-M1cZIN6KjwoIhVHnIqw8,206561
9708
9708
  pulumi_azure_native/documentdb/cassandra_cluster.py,sha256=l5nvyCAZGs-53MdGeVR7WL88TeX-kqMMhHg-pjQDi_Y,16196
@@ -9711,25 +9711,25 @@ pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py,sha256=f
9711
9711
  pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py,sha256=r-4MGIc9JdzDByhPgmfCHYJm29ZCWdbHyXCWhSzL6PI,19941
9712
9712
  pulumi_azure_native/documentdb/cassandra_resource_cassandra_view.py,sha256=jO5TToaIYxoR1iZjSmz-0ES8tUDQ9l1TGhr6eXQClC8,18732
9713
9713
  pulumi_azure_native/documentdb/database_account.py,sha256=-JTpHDWW6BrBs3Hwt935oSJoI7XruZuNfkV96bI_hy8,69995
9714
- pulumi_azure_native/documentdb/firewall_rule.py,sha256=uW5rYQGW5WPbxjZBCGMlUrgw45cuidsovTo9ZM15y8Y,12017
9714
+ pulumi_azure_native/documentdb/firewall_rule.py,sha256=9LekcHaLcKCej4ntwqV8f0mOzI2Q2EDhDBr3qN3czDk,11822
9715
9715
  pulumi_azure_native/documentdb/get_cassandra_cluster.py,sha256=GNTkUTevAkS6iV_qwtK64HLcfvim68h0oPn4GFyd7bE,6562
9716
9716
  pulumi_azure_native/documentdb/get_cassandra_data_center.py,sha256=0Tu8fYMUuUUVMETp7_vboblZx5IZS0TmVUG46sW2luo,5071
9717
9717
  pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py,sha256=PKQUSERqsW4VmDUDA2MTJKcwDp916K4bM-PqxgTGIac,7258
9718
9718
  pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py,sha256=dNymMaNASzqy6q93nVsKdIcR1_pTgC_nCYVDm-D13Sk,7441
9719
9719
  pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_view.py,sha256=dSUYeU1eT0BPfsbreYFnViUHKop54dZRuufPzfHKHv0,7780
9720
9720
  pulumi_azure_native/documentdb/get_database_account.py,sha256=HgUWho6W33E17QZY81xwu-Fk6i5-mw1Wk4vxwV7UnSs,32636
9721
- pulumi_azure_native/documentdb/get_firewall_rule.py,sha256=bdoMNvNeFE1N7u20lQJeS_XFDrvAhz9AsniumUaBHkQ,6839
9721
+ pulumi_azure_native/documentdb/get_firewall_rule.py,sha256=rzQ3z5zypIsz9WOnTDbS3gK1kVT4ZwEtr1a5Fc0ECrA,6729
9722
9722
  pulumi_azure_native/documentdb/get_graph_resource_graph.py,sha256=ZvI6mK_XMO2nApjcGabGttfa6SeCKnuxBWimwzyqSD0,7243
9723
9723
  pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py,sha256=LhINHzgDqQU2MlCuwwnWECPEeNhyyEIE4-iz0fx4JTw,7160
9724
9724
  pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py,sha256=vDurlbXDAk5N5jppDFDsCOxq8MlvUZlKSrsV4H9TifU,7335
9725
- pulumi_azure_native/documentdb/get_mongo_cluster.py,sha256=JIitLXnflm8IuHvzSdfOHBwtH6w2u7OXCK1NZ-WXLRk,9959
9725
+ pulumi_azure_native/documentdb/get_mongo_cluster.py,sha256=Go4xWfaCnrzVLPdFU-5rhNBy0-2Y9tfh0ToWL0gflvk,9919
9726
9726
  pulumi_azure_native/documentdb/get_mongo_cluster_firewall_rule.py,sha256=t_rmoarQ2570gOq8gvedJK-iovLfRCCD0zLWdoj0P2k,7205
9727
9727
  pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py,sha256=p_GmY3XyxWerWXhS9oopaWjb95bW6Z5xuD4C4kgDEJ4,7546
9728
9728
  pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py,sha256=ANBEkGtSWSBJHsJhOIELd_w7srcJEkHM_Z59qtLp06Y,7182
9729
9729
  pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py,sha256=GVdna-DfcnnPqVjo6b2JcjEw6uzDgWCF7Cfyiq4mmX8,7424
9730
9730
  pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py,sha256=YFi6BtyoH7jwqgs0VqnfAlNDv-gzP0Syh0Sk_pKUxi0,8164
9731
9731
  pulumi_azure_native/documentdb/get_notebook_workspace.py,sha256=kfbwn_aBdB2aRXcrMrgPYwlA3Z6SkeegoKiNHdmf7VY,5670
9732
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py,sha256=bka9FJTtGBAGYA7IK6elHI0OH4Kt6W-HfAjTHaFuaq0,7665
9732
+ pulumi_azure_native/documentdb/get_private_endpoint_connection.py,sha256=jQpECJ10Z2sBnBPaLdd5gY6C5rvhdROQE3pTNTo1Yxg,7625
9733
9733
  pulumi_azure_native/documentdb/get_service.py,sha256=GsUhm9fCwugxrx41DcNILKYMKbA58fOldMVP8aNs-QE,4602
9734
9734
  pulumi_azure_native/documentdb/get_sql_resource_sql_container.py,sha256=mlXCvEI99Pld5eyziKvCJ2UV7DrveibN0hJ_utAh3w4,7267
9735
9735
  pulumi_azure_native/documentdb/get_sql_resource_sql_database.py,sha256=f-S6_zK0X4UpdYJC9a3fiKrpMb94DUXC0TprqswhlXI,6962
@@ -9746,17 +9746,17 @@ pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py,sha256=vPu_H
9746
9746
  pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py,sha256=9ODkHt35oBK5iMfeQXncUNJylRgy60P6B7fH0Ub-GIA,19701
9747
9747
  pulumi_azure_native/documentdb/list_database_account_connection_strings.py,sha256=9tTPsNwBBUwKGWpv3d3kvRHhVVkwl_8Zwu37bl57W9Y,4190
9748
9748
  pulumi_azure_native/documentdb/list_database_account_keys.py,sha256=Wz1UadOAHU5BZ3lAt1IffFSy7iIBF4eFFapXJOaVqg4,5929
9749
- pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py,sha256=dTEZSbSQK8EQYsAvkkAChh5DfgkNf8r2_qaTVw0kDxA,4113
9749
+ pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py,sha256=-RC8FTU6IG0_y4qVXu69JvLY1g6OQtGqSDJfuttYwWU,4073
9750
9750
  pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py,sha256=zxoTuPNmdLun8pMYN4bUVPQUpbJ7FXR69BlNAZADj9k,4893
9751
- pulumi_azure_native/documentdb/mongo_cluster.py,sha256=h_FcAKFfsdvEWU_mH3oBiPJ89bjC5GiEUfsC-OWgshw,19723
9752
- pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py,sha256=pYZD3brK_GNDiweU2uLtYfIJRITQjGcaH3YOppcOL30,12385
9751
+ pulumi_azure_native/documentdb/mongo_cluster.py,sha256=XMbvYqsVDcZ-3vmiFDoxvDiplu5Hgu7nOODqDWvPTd4,19606
9752
+ pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py,sha256=5LeOTNLeRdquoNNPq1Y3s0CuXEFveOAx2E-61bUgwNc,12296
9753
9753
  pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py,sha256=zhEk6ggH5lTgBePGOZ9aHnjwR7bOGkj7t-SONUX_TNc,20144
9754
9754
  pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py,sha256=m32szpTK7fRPZJJ4qMVdo7sL9-SXYZ1rgok-G7e8k2Q,19026
9755
9755
  pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py,sha256=Q_6D7eCko7Q2SbwqU-9oK_Kpk0CVNTFZ_LibFXp_08w,17690
9756
9756
  pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py,sha256=mDPiN1_2pdoBSS83zpb1MakeR75leWD1rqOAGBG7D1E,17848
9757
9757
  pulumi_azure_native/documentdb/notebook_workspace.py,sha256=oap5yrFZe2xKCQu8EevodmSiVhOd6bGtz45zyl4OZlw,11545
9758
9758
  pulumi_azure_native/documentdb/outputs.py,sha256=hU85LxL9-VjEW8h0XS4tI3ai_TpuKrhEAwMfACpGPjg,241133
9759
- pulumi_azure_native/documentdb/private_endpoint_connection.py,sha256=08xZCKUzjQHVtOVJdtonA5-OydrglptYB7h6Deexw6M,17504
9759
+ pulumi_azure_native/documentdb/private_endpoint_connection.py,sha256=qumce9g_X7PpOObWvoU4nqDWZ6_TScklbYo4oGTUTbQ,17464
9760
9760
  pulumi_azure_native/documentdb/service.py,sha256=IZaHETfyKZrNlQUsFf7FVtxKzrbjv0kn01iZEe_dF1o,12551
9761
9761
  pulumi_azure_native/documentdb/sql_resource_sql_container.py,sha256=LaHP69Gr-b_8fcba6pvWp4uHNqzSulJrrjgTna2zSeY,19529
9762
9762
  pulumi_azure_native/documentdb/sql_resource_sql_database.py,sha256=PjzaVhzsY_g6aioCAL5_D6u_I3MuzMV_BrsNycO99b0,18502
@@ -9817,8 +9817,8 @@ pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.p
9817
9817
  pulumi_azure_native/documentdb/v20230315preview/list_database_account_connection_strings.py,sha256=a_YoagtV9DBxlJzf5vlJOyO8ysV6HSdpqdXIqpPubr4,3658
9818
9818
  pulumi_azure_native/documentdb/v20230315preview/list_database_account_keys.py,sha256=WLwG9HTWqkE37GnyiEQMBph7lfOLCHFyQMcvxV_WZ48,5397
9819
9819
  pulumi_azure_native/documentdb/v20230315preview/list_mongo_cluster_connection_strings.py,sha256=DZiqCV6KPHBMlLw9qJygL1UInC_JNjYHwZr3LVkKLvM,3765
9820
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py,sha256=fcLuQ7tptY1gmMkVEdrg5FHq8C8C6pay2NL64dNnka4,19342
9821
- pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py,sha256=1HQBMa4izn8rJLAeT58gPToGk9meZ9Ntganpn2SkHzY,12084
9820
+ pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py,sha256=zqWcVhebkG_LpnbBmytM8pqHi_CrZjVXs9D-BcTC1rY,19265
9821
+ pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py,sha256=Kf_UFwPMDX58YLHjmN0-QKdNuGxhoNVtdFO6qap8zbk,11995
9822
9822
  pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py,sha256=AWqzW64MMsAa6yTX7IKtQmZgy5GCJANYVQvOXKdHx58,20966
9823
9823
  pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py,sha256=P_HxiztWkgcxsoYvXkz5g9jJXpmqw3DHL9uuv-811l8,19848
9824
9824
  pulumi_azure_native/documentdb/v20230315preview/outputs.py,sha256=fCThS18qItU34d1X8OXu4qJhB9hGRFkHBW1HLCbnEEg,192157
@@ -9972,8 +9972,8 @@ pulumi_azure_native/documentdb/v20230915preview/list_database_account_connection
9972
9972
  pulumi_azure_native/documentdb/v20230915preview/list_database_account_keys.py,sha256=Jp9eOuvcW5qlk_J4h0GmlK06hifIP0i5HVc5H-cfmzE,5397
9973
9973
  pulumi_azure_native/documentdb/v20230915preview/list_mongo_cluster_connection_strings.py,sha256=665AMK1P-t5NHJxUaa42_X0bhEjrhnkyjc4iXJKePcA,3765
9974
9974
  pulumi_azure_native/documentdb/v20230915preview/list_notebook_workspace_connection_info.py,sha256=8IPCvNmCYn_lm2Exls_HV-TAQNKL6C-HSnHeRawx5Yk,4529
9975
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py,sha256=FKN78iOWsL96L1cHYS52oUhCFEySAU0SCKTyyvmcEto,19342
9976
- pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py,sha256=46gUnQ_6V3flnN_unMS6nENt6fj_qOm5O0TvNIVRqAE,12084
9975
+ pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py,sha256=VUtVDww1Tyv4hmbAz1-ItL9Y1nTbjlpfPlJRB7Iu3uA,19265
9976
+ pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py,sha256=RRRyITcynekqmsJVSNUCebX8zi4zjgvKSYRGNdUF1-w,11995
9977
9977
  pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py,sha256=dc-WMBabLxbLKh0OHuxCzBN43jwX5dbbNHRrJMiDHag,20966
9978
9978
  pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py,sha256=hEVQaFOqqwvYP9FfBAcVV9ZesSqBx5QbXLIazcJy9NY,19848
9979
9979
  pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py,sha256=6okxJnxsMYG_80ToFv78bsoQKK6kwdFlrf-2OPywy1I,17135
@@ -10085,8 +10085,8 @@ pulumi_azure_native/documentdb/v20231115preview/list_database_account_connection
10085
10085
  pulumi_azure_native/documentdb/v20231115preview/list_database_account_keys.py,sha256=fvRXepWEZMOWkw-sQlKCeMhWcYWS7Y20od3i4obT1Nw,5397
10086
10086
  pulumi_azure_native/documentdb/v20231115preview/list_mongo_cluster_connection_strings.py,sha256=a4KtHVInvwcRiJ6Bi85-9Ii_pPeBs6LOHwD89FciK7s,3765
10087
10087
  pulumi_azure_native/documentdb/v20231115preview/list_notebook_workspace_connection_info.py,sha256=-R1rNQa7DtVONMzOCaC8guKGGznfQ59_Mg35ffdClu8,4529
10088
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py,sha256=JXS8NCjU0Qvo0hE68QZARxEonMeTHExIa85oxW947rQ,19342
10089
- pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py,sha256=nAXYKmSMn5ikGrV6ylertbCWmHKyfiKe86B9C4wvUFw,12084
10088
+ pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py,sha256=4fR-GpPxOfnRx4gu4-ObOkx82pA0iZRxhIr2E4kf3vY,19265
10089
+ pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py,sha256=LXYUzGCtTORiCaKbKt7hoHAc3vXCm0fCpb9aj2ejJKc,11995
10090
10090
  pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py,sha256=B6O67viSyrk0TNHD2XrlceNMbeWluqVzki5Bd00b8ZQ,20966
10091
10091
  pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py,sha256=EBS5Kh22X31jsHqVs8SV9bCphl1HhBJ7yrokgHv_ZZU,19848
10092
10092
  pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py,sha256=ZyIju_8frOHZ6fbBMpPL9NbPxTRx1NIodub3ztCJGbU,17135
@@ -10149,8 +10149,8 @@ pulumi_azure_native/documentdb/v20240215preview/list_database_account_connection
10149
10149
  pulumi_azure_native/documentdb/v20240215preview/list_database_account_keys.py,sha256=mf2yAuPcmMAn-bQu3NEZXz96C3-kny5cGT2vElulVMc,5397
10150
10150
  pulumi_azure_native/documentdb/v20240215preview/list_mongo_cluster_connection_strings.py,sha256=ERPRsUJ03RFLU5jvUEWlybw_S-5QjQ6pIpWRrzNKsPw,3765
10151
10151
  pulumi_azure_native/documentdb/v20240215preview/list_notebook_workspace_connection_info.py,sha256=4q7QIoIkl8pQZIk-PoT_zxt3-zW8CR4lo_9J9W_j_BY,4529
10152
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py,sha256=KxOcAvL3xFazG0B0BBYyAoOkIn-BMwCW4tgXRPukyrs,19342
10153
- pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py,sha256=nIqXFvbdm4nUYNYYs36qv8t0qLFI_cb1XteRJBTyDzk,12084
10152
+ pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py,sha256=54BoNU5ud5o7bHcozGPG5jXa5gh66Y4cksuCToXjyvc,19265
10153
+ pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py,sha256=As4K6Onk9EFthD7za8-SdpdEbdSCHwApHBuGYI6Vat8,11995
10154
10154
  pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py,sha256=O_qXNvg_TFpQ-RV7Kn1mWrfm2AWmiiF9V4Z8E_x0N58,20966
10155
10155
  pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py,sha256=DqQCSHe5ZGzQWkMRWf6OZM31XQA34WiTrVuOEmR1rHU,19848
10156
10156
  pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py,sha256=GWtNHUtdjIHRjvI7DGGkS8CyiPHVQsAWOi6ComlcE5Y,17135
@@ -10172,14 +10172,14 @@ pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py,sha25
10172
10172
  pulumi_azure_native/documentdb/v20240301preview/__init__.py,sha256=OC72ok-f5lOdkDrtLCutGQQGbVpbSEK2iBwAvWNzNQo,586
10173
10173
  pulumi_azure_native/documentdb/v20240301preview/_enums.py,sha256=RulblBK60cCVgL65uhXTX2np-6NdLSDo4_xzJQYqLxw,1361
10174
10174
  pulumi_azure_native/documentdb/v20240301preview/_inputs.py,sha256=W8eEf0gKWOH8LFdbsvuGeHQ_mUQcV9Ff7WHkRh0aDMY,10582
10175
- pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py,sha256=pdePvyKmc26TC63jRUhlAufkjubg6jWdVDALOb4MI90,11796
10175
+ pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py,sha256=dzYLmyM1J2KTeUgyr3U2Hqcw7f3oELZWhaHxaO1oL5g,11719
10176
10176
  pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py,sha256=AAAhckU9TRJvrM5Gx_-ko_utrjLQDwz_slU1UAnh-BM,6651
10177
10177
  pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py,sha256=sfcMY0PCJyhe0QixRheJLPEpn5CoOcSpVOIgK_VGtik,11087
10178
10178
  pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py,sha256=PlqQO5kHZdAvpLGn0rqZnsVVIIQsc75Buk93SRbkW80,8019
10179
10179
  pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py,sha256=IBUxlMgYhgmG_PgB6aEKV61LUl3bFttbhdeSlck202k,3765
10180
- pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py,sha256=84UA_IFDmrQfLq5VNoLgRfYLacSiYfEA3dyKOCZQlrA,21444
10180
+ pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py,sha256=LVyGa60HgxV8mWsE50zW3TBpnMawunfgG47XMHAY9zM,21367
10181
10181
  pulumi_azure_native/documentdb/v20240301preview/outputs.py,sha256=c91byPb5Cm3gMBvdp0nWS8y-N7vpZNI1BBFOKRALdPs,17435
10182
- pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py,sha256=-p1PGwKYW3ZNb299jlZpzvWE4rW3Fl7PVh8dLp0kFfI,12373
10182
+ pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py,sha256=LQAkKwz9SUoLA84o4ytZ6Csm2r7fvW2y-lutTGBzBKA,12167
10183
10183
  pulumi_azure_native/documentdb/v20240515/__init__.py,sha256=t9d7oZCjh26cSb9svo61ioo68SNtORV0JZ7xOFNG544,2504
10184
10184
  pulumi_azure_native/documentdb/v20240515/_enums.py,sha256=db--NKzQe6hZaCsT69WCAaHdoLFnIc3VjOQ47NFWK7o,8091
10185
10185
  pulumi_azure_native/documentdb/v20240515/_inputs.py,sha256=h4Rx_hz8EIa0L09ORggvHPIpPqreicaO0EmjE4FcQKE,231940
@@ -10290,17 +10290,6 @@ pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_fu
10290
10290
  pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py,sha256=JWAqB6lQNIyp19aCrocX7UqL-rSWq8Hsbhurzd7Zn9Y,18932
10291
10291
  pulumi_azure_native/documentdb/v20240515preview/throughput_pool.py,sha256=-LVJFGN9ZS1gDk-9XkVtQE-VEqY6_JYURZoUFbz-L9Y,11142
10292
10292
  pulumi_azure_native/documentdb/v20240515preview/throughput_pool_account.py,sha256=Tfq3KlrJvYtLnH_fefE-Fig-SRwa_0xjXQ4HTScthPg,12397
10293
- pulumi_azure_native/documentdb/v20240601preview/__init__.py,sha256=OC72ok-f5lOdkDrtLCutGQQGbVpbSEK2iBwAvWNzNQo,586
10294
- pulumi_azure_native/documentdb/v20240601preview/_enums.py,sha256=E1MEcBifBHRr1C-U7BkVMQQe1pUDoclgrvHw0bGfROA,1940
10295
- pulumi_azure_native/documentdb/v20240601preview/_inputs.py,sha256=Jk5VdKuzUbVYCyxdXyOtj6FRLLS1zh3nG-R-O23qL0k,12471
10296
- pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py,sha256=d5XvwA8djWm_pIbMitK6uttWfsFNwIdfGuDkcKsS9Xo,11796
10297
- pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py,sha256=x73KPpCN0_b5MMDq26ctPGMijqDgqHdqYrDq8Or5xvw,6651
10298
- pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py,sha256=aSkVhHOiarsHrghLCjuMehX4J3zbniduyqbEzkaGAlw,12858
10299
- pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py,sha256=eE51nK1QML0OQ_OiloPs6BJJ5rRfz3lF43jVFDnKir8,8019
10300
- pulumi_azure_native/documentdb/v20240601preview/list_mongo_cluster_connection_strings.py,sha256=evwxY82CSRaDok2jS77F4RmjhEvXdPcuVfwTUaLe2C8,3765
10301
- pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py,sha256=Ppw6y-jUs5GJ8bdY9HHPBqT-Wn62nBXjZJwL8hFL5Tk,25192
10302
- pulumi_azure_native/documentdb/v20240601preview/outputs.py,sha256=FvayygruDCMBXB-DV9CHCeKFt6lmzHDlXTpLLBdypqk,19597
10303
- pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py,sha256=5BF1FcFbXdlCsNOU65Z3SGDWIUYDDr5-xzZIaLOl82s,12373
10304
10293
  pulumi_azure_native/domainregistration/__init__.py,sha256=JcjE5kVt6290V2VSr8qyDNmhbSH-bXv52kyg9i9RkOI,2550
10305
10294
  pulumi_azure_native/domainregistration/_enums.py,sha256=hd5BI00K4V3pbR5kPWVLUByaEvGxYx5fK-oVq29I9UY,403
10306
10295
  pulumi_azure_native/domainregistration/_inputs.py,sha256=xQj7VxnEMbk2W584DgVsZXLvAPf8BCkMiiFn04QY_N8,13667
@@ -14437,7 +14426,7 @@ pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py,
14437
14426
  pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py,sha256=mUYxvSde-bHQWNDQrHKxvEcrdVSeN76BERLzZpZ1Ba8,11877
14438
14427
  pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py,sha256=Mkt0O5oEZDlzpC5Ovb2KqpKNtkePTcqP7zyY_KAT-oU,19118
14439
14428
  pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py,sha256=WIFr9fU4Mcxab7W7BmKI9ctFSgJe_OJt51ItCVsD_dg,17551
14440
- pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py,sha256=TTRgRrWiou8wFRuPBrELswEE_gx3KukN7d3qfR9OKFM,1474494
14429
+ pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py,sha256=kkq38tL0euuE2yRC44nZ9E9BT2T5I14lXQVEv7c4D50,1472801
14441
14430
  pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py,sha256=CP_kWdgnYTsv0jWixsS8B4R73-hBjINzFQTXHDib6kY,20383
14442
14431
  pulumi_azure_native/machinelearningservices/v20240401preview/rai_policy.py,sha256=5-BD9-twJbxPattVoM6Pd4wK0D5DkMVk9A8RAApPvdc,10438
14443
14432
  pulumi_azure_native/machinelearningservices/v20240401preview/registry.py,sha256=57nWN4cGDMs6rMwcvkmozQlU_Jz2x-CnFE7JC5rBSLM,15840
@@ -14457,7 +14446,7 @@ pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py,sha256
14457
14446
  pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py,sha256=aciDt1o4_BszPplB5w_6c4pwCRJKgmXc9wziR2WyR4I,15946
14458
14447
  pulumi_azure_native/machinelearningservices/v20240701preview/__init__.py,sha256=dDX2ZH5igJfjsXCIhfKncV65PEqJGlsnqop6ZX0CoZE,4322
14459
14448
  pulumi_azure_native/machinelearningservices/v20240701preview/_enums.py,sha256=1ErvT-rDoKFcMZzuPX486n6ZKavXqS2NEX-DfQj3vHQ,60959
14460
- pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py,sha256=LX_Klty0fRIFPhRxfNJGjAXblLXVRJZ12rn10KG6LMo,1515387
14449
+ pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py,sha256=Pit9wv1YLPUpKtXgevIHVfYYPZRV4LQxIBBWA6orc7M,1515531
14461
14450
  pulumi_azure_native/machinelearningservices/v20240701preview/batch_deployment.py,sha256=VG6ycNG5DAqTre-tcARrSNC_ucNm-xbzbx1dm-Aj4z4,18667
14462
14451
  pulumi_azure_native/machinelearningservices/v20240701preview/batch_endpoint.py,sha256=ltEEX3AlEeh8vmXrEz3xnWEGVf_QSURnyBlmCJ2E9F8,17534
14463
14452
  pulumi_azure_native/machinelearningservices/v20240701preview/code_container.py,sha256=AX7CsN_dsk5shPopOOfA-9y7-FmFjqWKIAOktjKQppg,11052
@@ -14547,7 +14536,7 @@ pulumi_azure_native/machinelearningservices/v20240701preview/model_container.py,
14547
14536
  pulumi_azure_native/machinelearningservices/v20240701preview/model_version.py,sha256=GcFEUy9AcACmxJG3ZL4CyLqKnOGU9e2Izz_cplTUIJo,11855
14548
14537
  pulumi_azure_native/machinelearningservices/v20240701preview/online_deployment.py,sha256=19mAXO_aO6xELjlxPTUaeK6S_AkV13xvOMWcta_5FPA,19118
14549
14538
  pulumi_azure_native/machinelearningservices/v20240701preview/online_endpoint.py,sha256=9fVyHwB4166Lwdhp8exXat7OTAJ2QXkA6uHGRUELzow,17551
14550
- pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py,sha256=ZMRLtsKQfrkupcEAiV_0nC1FbJrSfmaq0cLHkuIltEw,1266577
14539
+ pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py,sha256=HoNqypMYLmTltBct3Bi-aLPPPc2Fm7zD45nfEQFsmbs,1265061
14551
14540
  pulumi_azure_native/machinelearningservices/v20240701preview/private_endpoint_connection.py,sha256=delfh1WB7YKA6-bhl-ILOoc6fecl1e_3BNyM1yCUsaw,20383
14552
14541
  pulumi_azure_native/machinelearningservices/v20240701preview/rai_policy.py,sha256=FxowI0eExjpBV0_CVyxACWusuRerexlD76PTXMi0DoU,10438
14553
14542
  pulumi_azure_native/machinelearningservices/v20240701preview/registry.py,sha256=e99or-Szvs1is5ReZqxvoxh0U3VDjs1Q22Dy7CMh5ko,15840
@@ -15647,26 +15636,26 @@ pulumi_azure_native/mobilepacketcore/v20231015preview/outputs.py,sha256=UtzQv3Cq
15647
15636
  pulumi_azure_native/mobilepacketcore/v20231015preview/smf_deployment.py,sha256=JAGsPs48RMrKcGbDWujXY0u8Eff1O7ULuNpNzBu_4cQ,14541
15648
15637
  pulumi_azure_native/mobilepacketcore/v20231015preview/upf_deployment.py,sha256=ODHLwctr34xjwRd5Ti67QY2lOhfvkktBlyquLzC9RaQ,14567
15649
15638
  pulumi_azure_native/monitor/__init__.py,sha256=7ze8ekqnDcQMRJdfa6OQh8KfLnBkjJaQZSU2USOb7EU,913
15650
- pulumi_azure_native/monitor/_enums.py,sha256=lOdnDgDtTdY1bBPscFtZhZiRm8r6_MTH9zavl10i5pM,2891
15651
- pulumi_azure_native/monitor/_inputs.py,sha256=EY4UCtrbidL7uhr7MU7QmTx6VNyjRbkp4iLwI6jJBjI,52248
15639
+ pulumi_azure_native/monitor/_enums.py,sha256=0CBI2Z_jWf5i65e_FZs37pbno3MpMMUayVdcsMZ0BVI,2798
15640
+ pulumi_azure_native/monitor/_inputs.py,sha256=u8G1IsQPppTu_p5rk0rrCs9I1CloSQpfSwFYgjVckoY,52039
15652
15641
  pulumi_azure_native/monitor/azure_monitor_workspace.py,sha256=CNFJKbJzgUCQyYHL2IeNAprkDBqScijJrZsBpRGdP_o,14213
15653
15642
  pulumi_azure_native/monitor/get_azure_monitor_workspace.py,sha256=B_LiBRtn9CeC1Rm6oKkk_RD0dQkKecJOimFVClU1nDU,10227
15654
- pulumi_azure_native/monitor/get_pipeline_group.py,sha256=o0SHo7rrLM-Qeg7xonJUWdup6dvIxe-YHWOb4oeDbrM,10147
15655
- pulumi_azure_native/monitor/outputs.py,sha256=j9glJ0k9JNqx4KdYELfgfYtA-4i9VcIgSWrdWa29wjY,54869
15656
- pulumi_azure_native/monitor/pipeline_group.py,sha256=pXxKuUayTh6hzGgQzeufD1PICx_I8GWeg9mLw_zS_B8,21047
15643
+ pulumi_azure_native/monitor/get_pipeline_group.py,sha256=TINVGEftbAXu0IgPXq6pOVT_Jd9Wj8DJobnPKG7uh8Q,10116
15644
+ pulumi_azure_native/monitor/outputs.py,sha256=VmXuWt2bdQEF_Lrwdtnj0bHM5JRMHU9itWI6H2idrzA,54761
15645
+ pulumi_azure_native/monitor/pipeline_group.py,sha256=6FAifSlUbYGAG4kUy3AOICWP_ctlo2f6PtEPB0cqA9k,20706
15657
15646
  pulumi_azure_native/monitor/v20230403/__init__.py,sha256=yXqnf8Qs1waqU_elxRwl-VkG23sWjr7L0c-nM5aA1rY,378
15658
15647
  pulumi_azure_native/monitor/v20230403/_enums.py,sha256=X-BwJ--CoguBztxEWn72TWMkVWsrK9WQFlH0O1gk4YY,421
15659
15648
  pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py,sha256=9E7mjVhNrY7OCVsOkqwcJsh9nOCz8U7QmE6uZC8c8ZI,13890
15660
15649
  pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py,sha256=P7L_XzqQK8ohGJTcL3YxJiBdiO2uB97B5X7XOcBJQQA,10048
15661
15650
  pulumi_azure_native/monitor/v20230403/outputs.py,sha256=V_PUfA1Tmc-kMeyA2Hk_EIZlbajgy-UPMDBF7yArHoE,17641
15662
15651
  pulumi_azure_native/monitor/v20231001preview/__init__.py,sha256=4c9j9zhpsQIwXtsEnF2xRX-7XgJto82YpggZWouVbE4,465
15663
- pulumi_azure_native/monitor/v20231001preview/_enums.py,sha256=H84mIYV7AISiRoX7hQB67RiahJDX0yafEpnaT2IXlLQ,2674
15664
- pulumi_azure_native/monitor/v20231001preview/_inputs.py,sha256=p4R5KNLBFDyeB8R7nXRZTkLLI4VdRpbFZKbpqb1IBDU,52249
15652
+ pulumi_azure_native/monitor/v20231001preview/_enums.py,sha256=8Qx3fkvg-MvtXpY9Fdptst8onRAHldbgGOPiCAkWoZs,2581
15653
+ pulumi_azure_native/monitor/v20231001preview/_inputs.py,sha256=KCE74n9lskIFopuAPaPqQXxwtZxc1UyEBuV84BNYvcg,52040
15665
15654
  pulumi_azure_native/monitor/v20231001preview/azure_monitor_workspace.py,sha256=tjZ1w5oUQZu_A1VIsJcDGvwvlzFWOrhiwP0B43M1KHU,12476
15666
15655
  pulumi_azure_native/monitor/v20231001preview/get_azure_monitor_workspace.py,sha256=A5F6zk6VziO0rsN-gAel-3MhHLdA6ne519NPCgWBTsw,9979
15667
- pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py,sha256=rit6I74FtTJLd8zpai8EP7YqrIEw0McqzpWjjidwSl4,10069
15668
- pulumi_azure_native/monitor/v20231001preview/outputs.py,sha256=G9yDpyZLdL_3EsUa2EDooXug-SrIe8BBSEKWHaEBfKI,54397
15669
- pulumi_azure_native/monitor/v20231001preview/pipeline_group.py,sha256=8i3-bczwPXJ0KkNyUEg87wxERslhEgPoWxPDbdIDVxw,20944
15656
+ pulumi_azure_native/monitor/v20231001preview/get_pipeline_group.py,sha256=IQ0_VABm0YBhX6e3CsVxY5Z3Im_eOkX9OFzo41pu1Q8,10038
15657
+ pulumi_azure_native/monitor/v20231001preview/outputs.py,sha256=JEiQW1B757sN_gzglBdMdnPzE-Vx7ZeUIRlkFfTxF-s,54289
15658
+ pulumi_azure_native/monitor/v20231001preview/pipeline_group.py,sha256=xTyD48Rqva7a6dVBpdISfiVxjH3380EMIXPLhX_n0Ow,20603
15670
15659
  pulumi_azure_native/netapp/__init__.py,sha256=CSjz02FR3NQpgup5ebyn19Cy1EDVtvJ1LFuBHcFh1Xo,3794
15671
15660
  pulumi_azure_native/netapp/_enums.py,sha256=FsexCtGYc3vXH9lzFLzNf8CyfDc3q3iQ1078XGnMf5U,5572
15672
15661
  pulumi_azure_native/netapp/_inputs.py,sha256=cvOD8ybNNdv7FBCssjab93hQ0kW6PJbn4k0vtBbo_Ws,127282
@@ -25672,7 +25661,7 @@ pulumi_azure_native/workloads/v20231201preview/monitor.py,sha256=ODgV5UnOHNyFAuP
25672
25661
  pulumi_azure_native/workloads/v20231201preview/outputs.py,sha256=74y9HFP32EotrukKPZhHiO4nKMgYhfacFP2_d4eNjt4,57838
25673
25662
  pulumi_azure_native/workloads/v20231201preview/provider_instance.py,sha256=ORO7_6iKHAA6y-zKEP8PwSEEUV236dG5UbfGTvFMGdM,13601
25674
25663
  pulumi_azure_native/workloads/v20231201preview/sap_landscape_monitor.py,sha256=l4rMkIJwC_curtGNqO3X7XjEreuGNlhY7_JlIYOQgH0,11636
25675
- pulumi_azure_native-2.55.0.dist-info/METADATA,sha256=cx5Pkseqp0rEpLKMf6KGtc84BYWx6GCUx21dDDsZoF0,4193
25676
- pulumi_azure_native-2.55.0.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
25677
- pulumi_azure_native-2.55.0.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
25678
- pulumi_azure_native-2.55.0.dist-info/RECORD,,
25664
+ pulumi_azure_native-2.55.0a1723186763.dist-info/METADATA,sha256=yGfipmMl4V8mcUIXUl4D9F83y-f4_45sS-fI5yQ0axU,4204
25665
+ pulumi_azure_native-2.55.0a1723186763.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
25666
+ pulumi_azure_native-2.55.0a1723186763.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
25667
+ pulumi_azure_native-2.55.0a1723186763.dist-info/RECORD,,
@@ -1,17 +0,0 @@
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
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .firewall_rule import *
10
- from .get_firewall_rule import *
11
- from .get_mongo_cluster import *
12
- from .get_private_endpoint_connection import *
13
- from .list_mongo_cluster_connection_strings import *
14
- from .mongo_cluster import *
15
- from .private_endpoint_connection import *
16
- from ._inputs import *
17
- from . import outputs
@@ -1,78 +0,0 @@
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
- from enum import Enum
6
-
7
- __all__ = [
8
- 'CreateMode',
9
- 'NodeKind',
10
- 'PreviewFeature',
11
- 'PrivateEndpointServiceConnectionStatus',
12
- 'PublicNetworkAccess',
13
- ]
14
-
15
-
16
- class CreateMode(str, Enum):
17
- """
18
- The mode to create a mongo cluster.
19
- """
20
- DEFAULT = "Default"
21
- """
22
- Create a new mongo cluster.
23
- """
24
- POINT_IN_TIME_RESTORE = "PointInTimeRestore"
25
- """
26
- Create a mongo cluster from a restore point-in-time.
27
- """
28
- GEO_REPLICA = "GeoReplica"
29
- """
30
- Create a replica cluster in distinct geographic region from the source cluster.
31
- """
32
- REPLICA = "Replica"
33
- """
34
- Create a replica cluster in the same geographic region as the source cluster.
35
- """
36
-
37
-
38
- class NodeKind(str, Enum):
39
- """
40
- The node type deployed in the node group.
41
- """
42
- SHARD = "Shard"
43
- """
44
- The node is a shard kind.
45
- """
46
-
47
-
48
- class PreviewFeature(str, Enum):
49
- """
50
- Preview features that can be enabled on a mongo cluster.
51
- """
52
- GEO_REPLICAS = "GeoReplicas"
53
- """
54
- Enables geo replicas preview feature. The feature must be set at create-time on new cluster to enable linking a geo-replica cluster to it.
55
- """
56
-
57
-
58
- class PrivateEndpointServiceConnectionStatus(str, Enum):
59
- """
60
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
61
- """
62
- PENDING = "Pending"
63
- APPROVED = "Approved"
64
- REJECTED = "Rejected"
65
-
66
-
67
- class PublicNetworkAccess(str, Enum):
68
- """
69
- Whether or not public endpoint access is allowed for this mongo cluster.
70
- """
71
- ENABLED = "Enabled"
72
- """
73
- If set, mongo cluster can be accessed through private and public methods.
74
- """
75
- DISABLED = "Disabled"
76
- """
77
- If set, the private endpoints are the exclusive access method.
78
- """