pulumi-azure-native 3.8.0a1755616596__py3-none-any.whl → 3.8.0a1756942349__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 (31) hide show
  1. pulumi_azure_native/config/__init__.pyi +11 -1
  2. pulumi_azure_native/config/vars.py +15 -1
  3. pulumi_azure_native/provider.py +43 -3
  4. pulumi_azure_native/pulumi-plugin.json +1 -1
  5. pulumi_azure_native/redisenterprise/_enums.py +82 -5
  6. pulumi_azure_native/redisenterprise/_inputs.py +19 -19
  7. pulumi_azure_native/redisenterprise/access_policy_assignment.py +7 -7
  8. pulumi_azure_native/redisenterprise/database.py +56 -17
  9. pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +6 -6
  10. pulumi_azure_native/redisenterprise/get_database.py +40 -12
  11. pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +8 -8
  12. pulumi_azure_native/redisenterprise/get_redis_enterprise.py +54 -12
  13. pulumi_azure_native/redisenterprise/list_database_keys.py +8 -8
  14. pulumi_azure_native/redisenterprise/outputs.py +125 -14
  15. pulumi_azure_native/redisenterprise/private_endpoint_connection.py +7 -7
  16. pulumi_azure_native/redisenterprise/redis_enterprise.py +63 -14
  17. pulumi_azure_native/search/_enums.py +121 -10
  18. pulumi_azure_native/search/_inputs.py +109 -69
  19. pulumi_azure_native/search/get_private_endpoint_connection.py +26 -12
  20. pulumi_azure_native/search/get_service.py +117 -19
  21. pulumi_azure_native/search/get_shared_private_link_resource.py +26 -12
  22. pulumi_azure_native/search/list_admin_key.py +9 -9
  23. pulumi_azure_native/search/list_query_key_by_search_service.py +10 -10
  24. pulumi_azure_native/search/outputs.py +303 -57
  25. pulumi_azure_native/search/private_endpoint_connection.py +26 -16
  26. pulumi_azure_native/search/service.py +179 -33
  27. pulumi_azure_native/search/shared_private_link_resource.py +26 -16
  28. {pulumi_azure_native-3.8.0a1755616596.dist-info → pulumi_azure_native-3.8.0a1756942349.dist-info}/METADATA +1 -1
  29. {pulumi_azure_native-3.8.0a1755616596.dist-info → pulumi_azure_native-3.8.0a1756942349.dist-info}/RECORD +31 -31
  30. {pulumi_azure_native-3.8.0a1755616596.dist-info → pulumi_azure_native-3.8.0a1756942349.dist-info}/WHEEL +0 -0
  31. {pulumi_azure_native-3.8.0a1755616596.dist-info → pulumi_azure_native-3.8.0a1756942349.dist-info}/top_level.txt +0 -0
@@ -32,6 +32,8 @@ __all__ = [
32
32
  'SharedPrivateLinkResourcePropertiesResponse',
33
33
  'SharedPrivateLinkResourceResponse',
34
34
  'SkuResponse',
35
+ 'SystemDataResponse',
36
+ 'UserAssignedIdentityResponse',
35
37
  ]
36
38
 
37
39
  @pulumi.output_type
@@ -131,7 +133,7 @@ class DataPlaneAuthOptionsResponse(dict):
131
133
  @pulumi.output_type
132
134
  class EncryptionWithCmkResponse(dict):
133
135
  """
134
- Describes a policy that determines how resources within the search service are to be encrypted with customer=managed keys.
136
+ Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
135
137
  """
136
138
  @staticmethod
137
139
  def __key_warning(key: str):
@@ -154,9 +156,9 @@ class EncryptionWithCmkResponse(dict):
154
156
  encryption_compliance_status: builtins.str,
155
157
  enforcement: Optional[builtins.str] = None):
156
158
  """
157
- Describes a policy that determines how resources within the search service are to be encrypted with customer=managed keys.
158
- :param builtins.str encryption_compliance_status: Describes whether the search service is compliant or not with respect to having non-customer-encrypted resources. If a service has more than one non-customer-encrypted resource and 'Enforcement' is 'enabled' then the service will be marked as 'nonCompliant'.
159
- :param builtins.str enforcement: Describes how a search service should enforce having one or more non-customer-encrypted resources.
159
+ Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys.
160
+ :param builtins.str encryption_compliance_status: Returns the status of search service compliance with respect to non-CMK-encrypted objects. If a service has more than one unencrypted object, and enforcement is enabled, the service is marked as noncompliant.
161
+ :param builtins.str enforcement: Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
160
162
  """
161
163
  pulumi.set(__self__, "encryption_compliance_status", encryption_compliance_status)
162
164
  if enforcement is not None:
@@ -166,7 +168,7 @@ class EncryptionWithCmkResponse(dict):
166
168
  @pulumi.getter(name="encryptionComplianceStatus")
167
169
  def encryption_compliance_status(self) -> builtins.str:
168
170
  """
169
- Describes whether the search service is compliant or not with respect to having non-customer-encrypted resources. If a service has more than one non-customer-encrypted resource and 'Enforcement' is 'enabled' then the service will be marked as 'nonCompliant'.
171
+ Returns the status of search service compliance with respect to non-CMK-encrypted objects. If a service has more than one unencrypted object, and enforcement is enabled, the service is marked as noncompliant.
170
172
  """
171
173
  return pulumi.get(self, "encryption_compliance_status")
172
174
 
@@ -174,7 +176,7 @@ class EncryptionWithCmkResponse(dict):
174
176
  @pulumi.getter
175
177
  def enforcement(self) -> Optional[builtins.str]:
176
178
  """
177
- Describes how a search service should enforce having one or more non-customer-encrypted resources.
179
+ Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key.
178
180
  """
179
181
  return pulumi.get(self, "enforcement")
180
182
 
@@ -182,7 +184,7 @@ class EncryptionWithCmkResponse(dict):
182
184
  @pulumi.output_type
183
185
  class IdentityResponse(dict):
184
186
  """
185
- Identity for the resource.
187
+ Details about the search service identity. A null value indicates that the search service has no identity assigned.
186
188
  """
187
189
  @staticmethod
188
190
  def __key_warning(key: str):
@@ -191,6 +193,8 @@ class IdentityResponse(dict):
191
193
  suggest = "principal_id"
192
194
  elif key == "tenantId":
193
195
  suggest = "tenant_id"
196
+ elif key == "userAssignedIdentities":
197
+ suggest = "user_assigned_identities"
194
198
 
195
199
  if suggest:
196
200
  pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
@@ -206,16 +210,20 @@ class IdentityResponse(dict):
206
210
  def __init__(__self__, *,
207
211
  principal_id: builtins.str,
208
212
  tenant_id: builtins.str,
209
- type: builtins.str):
213
+ type: builtins.str,
214
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
210
215
  """
211
- Identity for the resource.
216
+ Details about the search service identity. A null value indicates that the search service has no identity assigned.
212
217
  :param builtins.str principal_id: The principal ID of the system-assigned identity of the search service.
213
218
  :param builtins.str tenant_id: The tenant ID of the system-assigned identity of the search service.
214
- :param builtins.str type: The identity type.
219
+ :param builtins.str type: The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service.
220
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
215
221
  """
216
222
  pulumi.set(__self__, "principal_id", principal_id)
217
223
  pulumi.set(__self__, "tenant_id", tenant_id)
218
224
  pulumi.set(__self__, "type", type)
225
+ if user_assigned_identities is not None:
226
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
219
227
 
220
228
  @property
221
229
  @pulumi.getter(name="principalId")
@@ -237,21 +245,29 @@ class IdentityResponse(dict):
237
245
  @pulumi.getter
238
246
  def type(self) -> builtins.str:
239
247
  """
240
- The identity type.
248
+ The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service.
241
249
  """
242
250
  return pulumi.get(self, "type")
243
251
 
252
+ @property
253
+ @pulumi.getter(name="userAssignedIdentities")
254
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
255
+ """
256
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
257
+ """
258
+ return pulumi.get(self, "user_assigned_identities")
259
+
244
260
 
245
261
  @pulumi.output_type
246
262
  class IpRuleResponse(dict):
247
263
  """
248
- The IP restriction rule of the search service.
264
+ The IP restriction rule of the Azure AI Search service.
249
265
  """
250
266
  def __init__(__self__, *,
251
267
  value: Optional[builtins.str] = None):
252
268
  """
253
- The IP restriction rule of the search service.
254
- :param builtins.str value: Value corresponding to a single IPv4 address (for example, 123.1.2.3) or an IP range in CIDR format (for example, 123.1.2.3/24) to be allowed.
269
+ The IP restriction rule of the Azure AI Search service.
270
+ :param builtins.str value: Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
255
271
  """
256
272
  if value is not None:
257
273
  pulumi.set(__self__, "value", value)
@@ -260,7 +276,7 @@ class IpRuleResponse(dict):
260
276
  @pulumi.getter
261
277
  def value(self) -> Optional[builtins.str]:
262
278
  """
263
- Value corresponding to a single IPv4 address (for example, 123.1.2.3) or an IP range in CIDR format (for example, 123.1.2.3/24) to be allowed.
279
+ Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.
264
280
  """
265
281
  return pulumi.get(self, "value")
266
282
 
@@ -268,7 +284,7 @@ class IpRuleResponse(dict):
268
284
  @pulumi.output_type
269
285
  class NetworkRuleSetResponse(dict):
270
286
  """
271
- Network-specific rules that determine how the search service can be reached.
287
+ Network specific rules that determine how the Azure AI Search service may be reached.
272
288
  """
273
289
  @staticmethod
274
290
  def __key_warning(key: str):
@@ -288,19 +304,31 @@ class NetworkRuleSetResponse(dict):
288
304
  return super().get(key, default)
289
305
 
290
306
  def __init__(__self__, *,
307
+ bypass: Optional[builtins.str] = None,
291
308
  ip_rules: Optional[Sequence['outputs.IpRuleResponse']] = None):
292
309
  """
293
- Network-specific rules that determine how the search service can be reached.
294
- :param Sequence['IpRuleResponse'] ip_rules: A list of IP restriction rules used for an IP firewall. Any IPs that do not match the rules are blocked by the firewall. These rules are only applied when the 'publicNetworkAccess' of the search service is 'enabled'.
310
+ Network specific rules that determine how the Azure AI Search service may be reached.
311
+ :param builtins.str bypass: Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
312
+ :param Sequence['IpRuleResponse'] ip_rules: A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
295
313
  """
314
+ if bypass is not None:
315
+ pulumi.set(__self__, "bypass", bypass)
296
316
  if ip_rules is not None:
297
317
  pulumi.set(__self__, "ip_rules", ip_rules)
298
318
 
319
+ @property
320
+ @pulumi.getter
321
+ def bypass(self) -> Optional[builtins.str]:
322
+ """
323
+ Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
324
+ """
325
+ return pulumi.get(self, "bypass")
326
+
299
327
  @property
300
328
  @pulumi.getter(name="ipRules")
301
329
  def ip_rules(self) -> Optional[Sequence['outputs.IpRuleResponse']]:
302
330
  """
303
- A list of IP restriction rules used for an IP firewall. Any IPs that do not match the rules are blocked by the firewall. These rules are only applied when the 'publicNetworkAccess' of the search service is 'enabled'.
331
+ A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.
304
332
  """
305
333
  return pulumi.get(self, "ip_rules")
306
334
 
@@ -308,7 +336,7 @@ class NetworkRuleSetResponse(dict):
308
336
  @pulumi.output_type
309
337
  class PrivateEndpointConnectionPropertiesResponse(dict):
310
338
  """
311
- Describes the properties of an existing Private Endpoint connection to the search service.
339
+ Describes the properties of an existing private endpoint connection to the search service.
312
340
  """
313
341
  @staticmethod
314
342
  def __key_warning(key: str):
@@ -339,11 +367,11 @@ class PrivateEndpointConnectionPropertiesResponse(dict):
339
367
  private_link_service_connection_state: Optional['outputs.PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState'] = None,
340
368
  provisioning_state: Optional[builtins.str] = None):
341
369
  """
342
- Describes the properties of an existing Private Endpoint connection to the search service.
343
- :param builtins.str group_id: The group id from the provider of resource the private link service connection is for.
370
+ Describes the properties of an existing private endpoint connection to the search service.
371
+ :param builtins.str group_id: The group ID of the Azure resource for which the private link service is for.
344
372
  :param 'PrivateEndpointConnectionPropertiesResponsePrivateEndpoint' private_endpoint: The private endpoint resource from Microsoft.Network provider.
345
- :param 'PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState' private_link_service_connection_state: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
346
- :param builtins.str provisioning_state: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or Incomplete
373
+ :param 'PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState' private_link_service_connection_state: Describes the current state of an existing Azure Private Link service connection to the private endpoint.
374
+ :param builtins.str provisioning_state: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
347
375
  """
348
376
  if group_id is not None:
349
377
  pulumi.set(__self__, "group_id", group_id)
@@ -358,7 +386,7 @@ class PrivateEndpointConnectionPropertiesResponse(dict):
358
386
  @pulumi.getter(name="groupId")
359
387
  def group_id(self) -> Optional[builtins.str]:
360
388
  """
361
- The group id from the provider of resource the private link service connection is for.
389
+ The group ID of the Azure resource for which the private link service is for.
362
390
  """
363
391
  return pulumi.get(self, "group_id")
364
392
 
@@ -374,7 +402,7 @@ class PrivateEndpointConnectionPropertiesResponse(dict):
374
402
  @pulumi.getter(name="privateLinkServiceConnectionState")
375
403
  def private_link_service_connection_state(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState']:
376
404
  """
377
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
405
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
378
406
  """
379
407
  return pulumi.get(self, "private_link_service_connection_state")
380
408
 
@@ -382,7 +410,7 @@ class PrivateEndpointConnectionPropertiesResponse(dict):
382
410
  @pulumi.getter(name="provisioningState")
383
411
  def provisioning_state(self) -> Optional[builtins.str]:
384
412
  """
385
- The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or Incomplete
413
+ The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
386
414
  """
387
415
  return pulumi.get(self, "provisioning_state")
388
416
 
@@ -396,7 +424,7 @@ class PrivateEndpointConnectionPropertiesResponsePrivateEndpoint(dict):
396
424
  id: Optional[builtins.str] = None):
397
425
  """
398
426
  The private endpoint resource from Microsoft.Network provider.
399
- :param builtins.str id: The resource id of the private endpoint resource from Microsoft.Network provider.
427
+ :param builtins.str id: The resource ID of the private endpoint resource from Microsoft.Network provider.
400
428
  """
401
429
  if id is not None:
402
430
  pulumi.set(__self__, "id", id)
@@ -405,7 +433,7 @@ class PrivateEndpointConnectionPropertiesResponsePrivateEndpoint(dict):
405
433
  @pulumi.getter
406
434
  def id(self) -> Optional[builtins.str]:
407
435
  """
408
- The resource id of the private endpoint resource from Microsoft.Network provider.
436
+ The resource ID of the private endpoint resource from Microsoft.Network provider.
409
437
  """
410
438
  return pulumi.get(self, "id")
411
439
 
@@ -413,7 +441,7 @@ class PrivateEndpointConnectionPropertiesResponsePrivateEndpoint(dict):
413
441
  @pulumi.output_type
414
442
  class PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState(dict):
415
443
  """
416
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
444
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
417
445
  """
418
446
  @staticmethod
419
447
  def __key_warning(key: str):
@@ -437,7 +465,7 @@ class PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionSta
437
465
  description: Optional[builtins.str] = None,
438
466
  status: Optional[builtins.str] = None):
439
467
  """
440
- Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
468
+ Describes the current state of an existing Azure Private Link service connection to the private endpoint.
441
469
  :param builtins.str actions_required: A description of any extra actions that may be required.
442
470
  :param builtins.str description: The description for the private link service connection state.
443
471
  :param builtins.str status: Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.
@@ -479,22 +507,42 @@ class PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionSta
479
507
  @pulumi.output_type
480
508
  class PrivateEndpointConnectionResponse(dict):
481
509
  """
482
- Describes an existing private endpoint connection to the search service.
510
+ Describes an existing private endpoint connection to the Azure AI Search service.
483
511
  """
512
+ @staticmethod
513
+ def __key_warning(key: str):
514
+ suggest = None
515
+ if key == "systemData":
516
+ suggest = "system_data"
517
+
518
+ if suggest:
519
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
520
+
521
+ def __getitem__(self, key: str) -> Any:
522
+ PrivateEndpointConnectionResponse.__key_warning(key)
523
+ return super().__getitem__(key)
524
+
525
+ def get(self, key: str, default = None) -> Any:
526
+ PrivateEndpointConnectionResponse.__key_warning(key)
527
+ return super().get(key, default)
528
+
484
529
  def __init__(__self__, *,
485
530
  id: builtins.str,
486
531
  name: builtins.str,
532
+ system_data: 'outputs.SystemDataResponse',
487
533
  type: builtins.str,
488
534
  properties: Optional['outputs.PrivateEndpointConnectionPropertiesResponse'] = None):
489
535
  """
490
- Describes an existing private endpoint connection to the search service.
491
- :param builtins.str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
536
+ Describes an existing private endpoint connection to the Azure AI Search service.
537
+ :param builtins.str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
492
538
  :param builtins.str name: The name of the resource
539
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
493
540
  :param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
494
- :param 'PrivateEndpointConnectionPropertiesResponse' properties: Describes the properties of an existing private endpoint connection to the search service.
541
+ :param 'PrivateEndpointConnectionPropertiesResponse' properties: Describes the properties of an existing private endpoint connection to the Azure AI Search service.
495
542
  """
496
543
  pulumi.set(__self__, "id", id)
497
544
  pulumi.set(__self__, "name", name)
545
+ pulumi.set(__self__, "system_data", system_data)
498
546
  pulumi.set(__self__, "type", type)
499
547
  if properties is not None:
500
548
  pulumi.set(__self__, "properties", properties)
@@ -503,7 +551,7 @@ class PrivateEndpointConnectionResponse(dict):
503
551
  @pulumi.getter
504
552
  def id(self) -> builtins.str:
505
553
  """
506
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
554
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
507
555
  """
508
556
  return pulumi.get(self, "id")
509
557
 
@@ -515,6 +563,14 @@ class PrivateEndpointConnectionResponse(dict):
515
563
  """
516
564
  return pulumi.get(self, "name")
517
565
 
566
+ @property
567
+ @pulumi.getter(name="systemData")
568
+ def system_data(self) -> 'outputs.SystemDataResponse':
569
+ """
570
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
571
+ """
572
+ return pulumi.get(self, "system_data")
573
+
518
574
  @property
519
575
  @pulumi.getter
520
576
  def type(self) -> builtins.str:
@@ -527,7 +583,7 @@ class PrivateEndpointConnectionResponse(dict):
527
583
  @pulumi.getter
528
584
  def properties(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponse']:
529
585
  """
530
- Describes the properties of an existing private endpoint connection to the search service.
586
+ Describes the properties of an existing private endpoint connection to the Azure AI Search service.
531
587
  """
532
588
  return pulumi.get(self, "properties")
533
589
 
@@ -535,15 +591,15 @@ class PrivateEndpointConnectionResponse(dict):
535
591
  @pulumi.output_type
536
592
  class QueryKeyResponse(dict):
537
593
  """
538
- Describes an API key for a given search service that has permissions for query operations only.
594
+ Describes an API key for a given Azure AI Search service that conveys read-only permissions on the docs collection of an index.
539
595
  """
540
596
  def __init__(__self__, *,
541
597
  key: builtins.str,
542
598
  name: builtins.str):
543
599
  """
544
- Describes an API key for a given search service that has permissions for query operations only.
600
+ Describes an API key for a given Azure AI Search service that conveys read-only permissions on the docs collection of an index.
545
601
  :param builtins.str key: The value of the query API key.
546
- :param builtins.str name: The name of the query API key; may be empty.
602
+ :param builtins.str name: The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used.
547
603
  """
548
604
  pulumi.set(__self__, "key", key)
549
605
  pulumi.set(__self__, "name", name)
@@ -560,7 +616,7 @@ class QueryKeyResponse(dict):
560
616
  @pulumi.getter
561
617
  def name(self) -> builtins.str:
562
618
  """
563
- The name of the query API key; may be empty.
619
+ The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used.
564
620
  """
565
621
  return pulumi.get(self, "name")
566
622
 
@@ -568,7 +624,7 @@ class QueryKeyResponse(dict):
568
624
  @pulumi.output_type
569
625
  class SharedPrivateLinkResourcePropertiesResponse(dict):
570
626
  """
571
- Describes the properties of an existing Shared Private Link Resource managed by the search service.
627
+ Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
572
628
  """
573
629
  @staticmethod
574
630
  def __key_warning(key: str):
@@ -603,12 +659,12 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
603
659
  resource_region: Optional[builtins.str] = None,
604
660
  status: Optional[builtins.str] = None):
605
661
  """
606
- Describes the properties of an existing Shared Private Link Resource managed by the search service.
607
- :param builtins.str group_id: The group id from the provider of resource the shared private link resource is for.
608
- :param builtins.str private_link_resource_id: The resource id of the resource the shared private link resource is for.
662
+ Describes the properties of an existing shared private link resource managed by the Azure AI Search service.
663
+ :param builtins.str group_id: The group ID from the provider of resource the shared private link resource is for.
664
+ :param builtins.str private_link_resource_id: The resource ID of the resource the shared private link resource is for.
609
665
  :param builtins.str provisioning_state: The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
610
- :param builtins.str request_message: The request message for requesting approval of the shared private link resource.
611
- :param builtins.str resource_region: Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
666
+ :param builtins.str request_message: The message for requesting approval of the shared private link resource.
667
+ :param builtins.str resource_region: Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
612
668
  :param builtins.str status: Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
613
669
  """
614
670
  if group_id is not None:
@@ -628,7 +684,7 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
628
684
  @pulumi.getter(name="groupId")
629
685
  def group_id(self) -> Optional[builtins.str]:
630
686
  """
631
- The group id from the provider of resource the shared private link resource is for.
687
+ The group ID from the provider of resource the shared private link resource is for.
632
688
  """
633
689
  return pulumi.get(self, "group_id")
634
690
 
@@ -636,7 +692,7 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
636
692
  @pulumi.getter(name="privateLinkResourceId")
637
693
  def private_link_resource_id(self) -> Optional[builtins.str]:
638
694
  """
639
- The resource id of the resource the shared private link resource is for.
695
+ The resource ID of the resource the shared private link resource is for.
640
696
  """
641
697
  return pulumi.get(self, "private_link_resource_id")
642
698
 
@@ -652,7 +708,7 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
652
708
  @pulumi.getter(name="requestMessage")
653
709
  def request_message(self) -> Optional[builtins.str]:
654
710
  """
655
- The request message for requesting approval of the shared private link resource.
711
+ The message for requesting approval of the shared private link resource.
656
712
  """
657
713
  return pulumi.get(self, "request_message")
658
714
 
@@ -660,7 +716,7 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
660
716
  @pulumi.getter(name="resourceRegion")
661
717
  def resource_region(self) -> Optional[builtins.str]:
662
718
  """
663
- Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
719
+ Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
664
720
  """
665
721
  return pulumi.get(self, "resource_region")
666
722
 
@@ -676,22 +732,42 @@ class SharedPrivateLinkResourcePropertiesResponse(dict):
676
732
  @pulumi.output_type
677
733
  class SharedPrivateLinkResourceResponse(dict):
678
734
  """
679
- Describes a Shared Private Link Resource managed by the search service.
735
+ Describes a shared private link resource managed by the Azure AI Search service.
680
736
  """
737
+ @staticmethod
738
+ def __key_warning(key: str):
739
+ suggest = None
740
+ if key == "systemData":
741
+ suggest = "system_data"
742
+
743
+ if suggest:
744
+ pulumi.log.warn(f"Key '{key}' not found in SharedPrivateLinkResourceResponse. Access the value via the '{suggest}' property getter instead.")
745
+
746
+ def __getitem__(self, key: str) -> Any:
747
+ SharedPrivateLinkResourceResponse.__key_warning(key)
748
+ return super().__getitem__(key)
749
+
750
+ def get(self, key: str, default = None) -> Any:
751
+ SharedPrivateLinkResourceResponse.__key_warning(key)
752
+ return super().get(key, default)
753
+
681
754
  def __init__(__self__, *,
682
755
  id: builtins.str,
683
756
  name: builtins.str,
757
+ system_data: 'outputs.SystemDataResponse',
684
758
  type: builtins.str,
685
759
  properties: Optional['outputs.SharedPrivateLinkResourcePropertiesResponse'] = None):
686
760
  """
687
- Describes a Shared Private Link Resource managed by the search service.
688
- :param builtins.str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
761
+ Describes a shared private link resource managed by the Azure AI Search service.
762
+ :param builtins.str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
689
763
  :param builtins.str name: The name of the resource
764
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
690
765
  :param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
691
- :param 'SharedPrivateLinkResourcePropertiesResponse' properties: Describes the properties of a Shared Private Link Resource managed by the search service.
766
+ :param 'SharedPrivateLinkResourcePropertiesResponse' properties: Describes the properties of a shared private link resource managed by the Azure AI Search service.
692
767
  """
693
768
  pulumi.set(__self__, "id", id)
694
769
  pulumi.set(__self__, "name", name)
770
+ pulumi.set(__self__, "system_data", system_data)
695
771
  pulumi.set(__self__, "type", type)
696
772
  if properties is not None:
697
773
  pulumi.set(__self__, "properties", properties)
@@ -700,7 +776,7 @@ class SharedPrivateLinkResourceResponse(dict):
700
776
  @pulumi.getter
701
777
  def id(self) -> builtins.str:
702
778
  """
703
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
779
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
704
780
  """
705
781
  return pulumi.get(self, "id")
706
782
 
@@ -712,6 +788,14 @@ class SharedPrivateLinkResourceResponse(dict):
712
788
  """
713
789
  return pulumi.get(self, "name")
714
790
 
791
+ @property
792
+ @pulumi.getter(name="systemData")
793
+ def system_data(self) -> 'outputs.SystemDataResponse':
794
+ """
795
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
796
+ """
797
+ return pulumi.get(self, "system_data")
798
+
715
799
  @property
716
800
  @pulumi.getter
717
801
  def type(self) -> builtins.str:
@@ -724,7 +808,7 @@ class SharedPrivateLinkResourceResponse(dict):
724
808
  @pulumi.getter
725
809
  def properties(self) -> Optional['outputs.SharedPrivateLinkResourcePropertiesResponse']:
726
810
  """
727
- Describes the properties of a Shared Private Link Resource managed by the search service.
811
+ Describes the properties of a shared private link resource managed by the Azure AI Search service.
728
812
  """
729
813
  return pulumi.get(self, "properties")
730
814
 
@@ -752,3 +836,165 @@ class SkuResponse(dict):
752
836
  return pulumi.get(self, "name")
753
837
 
754
838
 
839
+ @pulumi.output_type
840
+ class SystemDataResponse(dict):
841
+ """
842
+ Metadata pertaining to creation and last modification of the resource.
843
+ """
844
+ @staticmethod
845
+ def __key_warning(key: str):
846
+ suggest = None
847
+ if key == "createdAt":
848
+ suggest = "created_at"
849
+ elif key == "createdBy":
850
+ suggest = "created_by"
851
+ elif key == "createdByType":
852
+ suggest = "created_by_type"
853
+ elif key == "lastModifiedAt":
854
+ suggest = "last_modified_at"
855
+ elif key == "lastModifiedBy":
856
+ suggest = "last_modified_by"
857
+ elif key == "lastModifiedByType":
858
+ suggest = "last_modified_by_type"
859
+
860
+ if suggest:
861
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
862
+
863
+ def __getitem__(self, key: str) -> Any:
864
+ SystemDataResponse.__key_warning(key)
865
+ return super().__getitem__(key)
866
+
867
+ def get(self, key: str, default = None) -> Any:
868
+ SystemDataResponse.__key_warning(key)
869
+ return super().get(key, default)
870
+
871
+ def __init__(__self__, *,
872
+ created_at: Optional[builtins.str] = None,
873
+ created_by: Optional[builtins.str] = None,
874
+ created_by_type: Optional[builtins.str] = None,
875
+ last_modified_at: Optional[builtins.str] = None,
876
+ last_modified_by: Optional[builtins.str] = None,
877
+ last_modified_by_type: Optional[builtins.str] = None):
878
+ """
879
+ Metadata pertaining to creation and last modification of the resource.
880
+ :param builtins.str created_at: The timestamp of resource creation (UTC).
881
+ :param builtins.str created_by: The identity that created the resource.
882
+ :param builtins.str created_by_type: The type of identity that created the resource.
883
+ :param builtins.str last_modified_at: The timestamp of resource last modification (UTC)
884
+ :param builtins.str last_modified_by: The identity that last modified the resource.
885
+ :param builtins.str last_modified_by_type: The type of identity that last modified the resource.
886
+ """
887
+ if created_at is not None:
888
+ pulumi.set(__self__, "created_at", created_at)
889
+ if created_by is not None:
890
+ pulumi.set(__self__, "created_by", created_by)
891
+ if created_by_type is not None:
892
+ pulumi.set(__self__, "created_by_type", created_by_type)
893
+ if last_modified_at is not None:
894
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
895
+ if last_modified_by is not None:
896
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
897
+ if last_modified_by_type is not None:
898
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
899
+
900
+ @property
901
+ @pulumi.getter(name="createdAt")
902
+ def created_at(self) -> Optional[builtins.str]:
903
+ """
904
+ The timestamp of resource creation (UTC).
905
+ """
906
+ return pulumi.get(self, "created_at")
907
+
908
+ @property
909
+ @pulumi.getter(name="createdBy")
910
+ def created_by(self) -> Optional[builtins.str]:
911
+ """
912
+ The identity that created the resource.
913
+ """
914
+ return pulumi.get(self, "created_by")
915
+
916
+ @property
917
+ @pulumi.getter(name="createdByType")
918
+ def created_by_type(self) -> Optional[builtins.str]:
919
+ """
920
+ The type of identity that created the resource.
921
+ """
922
+ return pulumi.get(self, "created_by_type")
923
+
924
+ @property
925
+ @pulumi.getter(name="lastModifiedAt")
926
+ def last_modified_at(self) -> Optional[builtins.str]:
927
+ """
928
+ The timestamp of resource last modification (UTC)
929
+ """
930
+ return pulumi.get(self, "last_modified_at")
931
+
932
+ @property
933
+ @pulumi.getter(name="lastModifiedBy")
934
+ def last_modified_by(self) -> Optional[builtins.str]:
935
+ """
936
+ The identity that last modified the resource.
937
+ """
938
+ return pulumi.get(self, "last_modified_by")
939
+
940
+ @property
941
+ @pulumi.getter(name="lastModifiedByType")
942
+ def last_modified_by_type(self) -> Optional[builtins.str]:
943
+ """
944
+ The type of identity that last modified the resource.
945
+ """
946
+ return pulumi.get(self, "last_modified_by_type")
947
+
948
+
949
+ @pulumi.output_type
950
+ class UserAssignedIdentityResponse(dict):
951
+ """
952
+ User assigned identity properties
953
+ """
954
+ @staticmethod
955
+ def __key_warning(key: str):
956
+ suggest = None
957
+ if key == "clientId":
958
+ suggest = "client_id"
959
+ elif key == "principalId":
960
+ suggest = "principal_id"
961
+
962
+ if suggest:
963
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
964
+
965
+ def __getitem__(self, key: str) -> Any:
966
+ UserAssignedIdentityResponse.__key_warning(key)
967
+ return super().__getitem__(key)
968
+
969
+ def get(self, key: str, default = None) -> Any:
970
+ UserAssignedIdentityResponse.__key_warning(key)
971
+ return super().get(key, default)
972
+
973
+ def __init__(__self__, *,
974
+ client_id: builtins.str,
975
+ principal_id: builtins.str):
976
+ """
977
+ User assigned identity properties
978
+ :param builtins.str client_id: The client ID of the assigned identity.
979
+ :param builtins.str principal_id: The principal ID of the assigned identity.
980
+ """
981
+ pulumi.set(__self__, "client_id", client_id)
982
+ pulumi.set(__self__, "principal_id", principal_id)
983
+
984
+ @property
985
+ @pulumi.getter(name="clientId")
986
+ def client_id(self) -> builtins.str:
987
+ """
988
+ The client ID of the assigned identity.
989
+ """
990
+ return pulumi.get(self, "client_id")
991
+
992
+ @property
993
+ @pulumi.getter(name="principalId")
994
+ def principal_id(self) -> builtins.str:
995
+ """
996
+ The principal ID of the assigned identity.
997
+ """
998
+ return pulumi.get(self, "principal_id")
999
+
1000
+