@pulumi/azure 5.75.0-alpha.1714649432 → 5.75.0-alpha.1715181652

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.
Files changed (36) hide show
  1. package/batch/getAccount.d.ts +1 -10
  2. package/batch/getAccount.js +0 -1
  3. package/batch/getAccount.js.map +1 -1
  4. package/compute/linuxVirtualMachine.d.ts +3 -3
  5. package/compute/scaleSet.d.ts +1 -1
  6. package/compute/virtualMachine.d.ts +1 -1
  7. package/keyvault/getManagedHardwareSecurityModuleRoleDefinition.d.ts +31 -2
  8. package/keyvault/getManagedHardwareSecurityModuleRoleDefinition.js +27 -0
  9. package/keyvault/getManagedHardwareSecurityModuleRoleDefinition.js.map +1 -1
  10. package/keyvault/managedHardwareSecurityModuleRoleAssignment.d.ts +21 -6
  11. package/keyvault/managedHardwareSecurityModuleRoleAssignment.js +2 -3
  12. package/keyvault/managedHardwareSecurityModuleRoleAssignment.js.map +1 -1
  13. package/keyvault/managedHardwareSecurityModuleRoleDefinition.d.ts +5 -2
  14. package/keyvault/managedHardwareSecurityModuleRoleDefinition.js +2 -3
  15. package/keyvault/managedHardwareSecurityModuleRoleDefinition.js.map +1 -1
  16. package/loadtest/loadTest.d.ts +12 -14
  17. package/loadtest/loadTest.js +2 -14
  18. package/loadtest/loadTest.js.map +1 -1
  19. package/package.json +1 -1
  20. package/storage/containerImmutabilityPolicy.d.ts +146 -0
  21. package/storage/containerImmutabilityPolicy.js +107 -0
  22. package/storage/containerImmutabilityPolicy.js.map +1 -0
  23. package/storage/customerManagedKey.d.ts +15 -3
  24. package/storage/customerManagedKey.js +2 -0
  25. package/storage/customerManagedKey.js.map +1 -1
  26. package/storage/index.d.ts +6 -0
  27. package/storage/index.js +12 -2
  28. package/storage/index.js.map +1 -1
  29. package/storage/sync.d.ts +8 -0
  30. package/storage/sync.js +2 -0
  31. package/storage/sync.js.map +1 -1
  32. package/storage/syncServerEndpoint.d.ts +205 -0
  33. package/storage/syncServerEndpoint.js +129 -0
  34. package/storage/syncServerEndpoint.js.map +1 -0
  35. package/types/input.d.ts +51 -30
  36. package/types/output.d.ts +53 -20
package/types/output.d.ts CHANGED
@@ -25382,11 +25382,12 @@ export declare namespace compute {
25382
25382
  * settings: "{\"port\": 50342}",
25383
25383
  * }],
25384
25384
  * });
25385
- * export const principalId = example.identity.apply(identity => identity.principalId);
25385
+ * export const principalId = example.identity.apply(identity => identity?.principalId);
25386
25386
  * ```
25387
25387
  */
25388
25388
  identityIds?: string[];
25389
25389
  principalId: string;
25390
+ tenantId: string;
25390
25391
  /**
25391
25392
  * Specifies the identity type to be assigned to the scale set. Allowable values are `SystemAssigned` and `UserAssigned`. For the `SystemAssigned` identity the scale set's Service Principal ID (SPN) can be retrieved after the scale set has been created. See [documentation](https://docs.microsoft.com/azure/active-directory/managed-service-identity/overview) for more information. Possible values are `SystemAssigned`, `UserAssigned` and `SystemAssigned, UserAssigned`.
25392
25393
  */
@@ -25915,6 +25916,7 @@ export declare namespace compute {
25915
25916
  * The Principal ID associated with this Managed Service Identity.
25916
25917
  */
25917
25918
  principalId: string;
25919
+ tenantId: string;
25918
25920
  /**
25919
25921
  * Specifies the type of Managed Service Identity that should be configured on this Virtual Machine. Possible values are `SystemAssigned`, `UserAssigned`, `SystemAssigned, UserAssigned` (to enable both).
25920
25922
  *
@@ -29573,13 +29575,11 @@ export declare namespace containerservice {
29573
29575
  [key: string]: string;
29574
29576
  };
29575
29577
  /**
29576
- * A `gpu` block as defined below. Changing this forces a new resource to be created.
29577
- *
29578
- * > **Note:** Gpu resources are currently only supported in Linux containers.
29578
+ * @deprecated The `gpu` block has been deprecated since K80 and P100 GPU Skus have been retired and remaining GPU resources are not fully supported and not appropriate for production workloads. This block will be removed in v4.0 of the AzureRM provider.
29579
29579
  */
29580
29580
  gpu?: outputs.containerservice.GroupContainerGpu;
29581
29581
  /**
29582
- * A `gpuLimit` block as defined below.
29582
+ * @deprecated The `gpuLimit` block has been deprecated since K80 and P100 GPU Skus have been retired and remaining GPU resources are not fully supported and not appropriate for production workloads. This block will be removed in v4.0 of the AzureRM provider.
29583
29583
  */
29584
29584
  gpuLimit?: outputs.containerservice.GroupContainerGpuLimit;
29585
29585
  /**
@@ -29626,22 +29626,16 @@ export declare namespace containerservice {
29626
29626
  volumes?: outputs.containerservice.GroupContainerVolume[];
29627
29627
  }
29628
29628
  interface GroupContainerGpu {
29629
- /**
29630
- * The number of GPUs which should be assigned to this container. Allowed values are `1`, `2`, or `4`. Changing this forces a new resource to be created.
29631
- */
29632
29629
  count?: number;
29633
29630
  /**
29634
- * The SKU which should be used for the GPU. Possible values are `K80`, `P100`, or `V100`. Changing this forces a new resource to be created.
29631
+ * Specifies the sku of the Container Group. Possible values are `Confidential`, `Dedicated` and `Standard`. Defaults to `Standard`. Changing this forces a new resource to be created.
29635
29632
  */
29636
29633
  sku?: string;
29637
29634
  }
29638
29635
  interface GroupContainerGpuLimit {
29639
- /**
29640
- * The upper limit of the number of GPUs which should be assigned to this container.
29641
- */
29642
29636
  count?: number;
29643
29637
  /**
29644
- * The allowed SKU which should be used for the GPU. Possible values are `K80`, `P100`, or `V100`.
29638
+ * Specifies the sku of the Container Group. Possible values are `Confidential`, `Dedicated` and `Standard`. Defaults to `Standard`. Changing this forces a new resource to be created.
29645
29639
  */
29646
29640
  sku?: string;
29647
29641
  }
@@ -31036,6 +31030,8 @@ export declare namespace containerservice {
31036
31030
  * > **Note:** When `networkPolicy` is set to `cilium`, the `ebpfDataPlane` field must be set to `cilium`.
31037
31031
  */
31038
31032
  networkPolicy: string;
31033
+ outboundIpAddressIds: string[];
31034
+ outboundIpPrefixIds: string[];
31039
31035
  /**
31040
31036
  * The outbound (egress) routing method which should be used for this Kubernetes Cluster. Possible values are `loadBalancer`, `userDefinedRouting`, `managedNATGateway` and `userAssignedNATGateway`. Defaults to `loadBalancer`. More information on supported migration paths for `outboundType` can be found in [this documentation](https://learn.microsoft.com/azure/aks/egress-outboundtype#updating-outboundtype-after-cluster-creation).
31041
31037
  */
@@ -31083,13 +31079,13 @@ export declare namespace containerservice {
31083
31079
  *
31084
31080
  * > **Note:** Set `outboundIpAddressIds` to an empty slice `[]` in order to unlink it from the cluster. Unlinking a `outboundIpAddressIds` will revert the load balancing for the cluster back to a managed one.
31085
31081
  */
31086
- outboundIpAddressIds: string[];
31082
+ outboundIpAddressIds?: string[];
31087
31083
  /**
31088
31084
  * The ID of the outbound Public IP Address Prefixes which should be used for the cluster load balancer.
31089
31085
  *
31090
31086
  * > **Note:** Set `outboundIpPrefixIds` to an empty slice `[]` in order to unlink it from the cluster. Unlinking a `outboundIpPrefixIds` will revert the load balancing for the cluster back to a managed one.
31091
31087
  */
31092
- outboundIpPrefixIds: string[];
31088
+ outboundIpPrefixIds?: string[];
31093
31089
  /**
31094
31090
  * Number of desired SNAT port for each VM in the clusters load balancer. Must be between `0` and `64000` inclusive. Defaults to `0`.
31095
31091
  */
@@ -31494,7 +31490,7 @@ export declare namespace containerservice {
31494
31490
  }
31495
31491
  interface RegistryEncryption {
31496
31492
  /**
31497
- * Boolean value that indicates whether encryption is enabled.
31493
+ * @deprecated The property `enabled` is deprecated and will be removed in v4.0 of the AzureRM provider.
31498
31494
  */
31499
31495
  enabled?: boolean;
31500
31496
  /**
@@ -31562,7 +31558,7 @@ export declare namespace containerservice {
31562
31558
  */
31563
31559
  ipRules?: outputs.containerservice.RegistryNetworkRuleSetIpRule[];
31564
31560
  /**
31565
- * @deprecated This is only used exclusively for service endpoints (which is a feature being deprecated). Users are expected to use Private Endpoints instead
31561
+ * @deprecated The property `virtualNetwork` is deprecated since this is used exclusively for service endpoints which are being deprecated. Users are expected to use Private Endpoints instead. This property will be removed in v4.0 of the AzureRM Provider.
31566
31562
  */
31567
31563
  virtualNetworks?: outputs.containerservice.RegistryNetworkRuleSetVirtualNetwork[];
31568
31564
  }
@@ -43297,10 +43293,43 @@ export declare namespace lighthouse {
43297
43293
  }
43298
43294
  }
43299
43295
  export declare namespace loadtest {
43296
+ interface LoadTestEncryption {
43297
+ /**
43298
+ * An `identity` block as defined below. Changing this forces a new Load Test to be created.
43299
+ */
43300
+ identity: outputs.loadtest.LoadTestEncryptionIdentity;
43301
+ /**
43302
+ * The URI specifying the Key vault and key to be used to encrypt data in this resource. The URI should include the key version. Changing this forces a new Load Test to be created.
43303
+ */
43304
+ keyUrl: string;
43305
+ }
43306
+ interface LoadTestEncryptionIdentity {
43307
+ /**
43308
+ * The User Assigned Identity ID that should be assigned to this Load Test Encryption. Changing this forces a new Load Test to be created.
43309
+ */
43310
+ identityId: string;
43311
+ /**
43312
+ * Specifies the type of Managed Identity that should be assigned to this Load Test Encryption. Possible values are `SystemAssigned` or `UserAssigned`. Changing this forces a new Load Test to be created.
43313
+ */
43314
+ type: string;
43315
+ }
43300
43316
  interface LoadTestIdentity {
43317
+ /**
43318
+ * A list of the User Assigned Identity IDs that should be assigned to this Load Test.
43319
+ */
43301
43320
  identityIds?: string[];
43321
+ /**
43322
+ * The Principal ID for the System-Assigned Managed Identity assigned to this Load Test.
43323
+ * *
43324
+ */
43302
43325
  principalId: string;
43326
+ /**
43327
+ * The Tenant ID for the System-Assigned Managed Identity assigned to this Load Test.
43328
+ */
43303
43329
  tenantId: string;
43330
+ /**
43331
+ * Specifies the type of Managed Identity that should be assigned to this Load Test Encryption. Possible values are `SystemAssigned` or `UserAssigned`. Changing this forces a new Load Test to be created.
43332
+ */
43304
43333
  type: string;
43305
43334
  }
43306
43335
  }
@@ -54484,7 +54513,7 @@ export declare namespace network {
54484
54513
  */
54485
54514
  targetResourceId: string;
54486
54515
  /**
54487
- * The endpoint type of the Network Connection Monitor. Possible values are `AzureSubnet`, `AzureVM`, `AzureVNet`, `ExternalAddress`, `MMAWorkspaceMachine` and `MMAWorkspaceNetwork`.
54516
+ * The endpoint type of the Network Connection Monitor. Possible values are `AzureArcVM`, `AzureSubnet`, `AzureVM`, `AzureVNet`, `ExternalAddress`, `MMAWorkspaceMachine` and `MMAWorkspaceNetwork`.
54488
54517
  */
54489
54518
  targetResourceType?: string;
54490
54519
  }
@@ -60501,9 +60530,13 @@ export declare namespace storage {
60501
60530
  }
60502
60531
  interface AccountCustomerManagedKey {
60503
60532
  /**
60504
- * The ID of the Key Vault Key, supplying a version-less key ID will enable auto-rotation of this key.
60533
+ * The ID of the Key Vault Key, supplying a version-less key ID will enable auto-rotation of this key. Exactly one of `keyVaultKeyId` and `managedHsmKeyId` may be specified.
60505
60534
  */
60506
- keyVaultKeyId: string;
60535
+ keyVaultKeyId?: string;
60536
+ /**
60537
+ * The ID of the managed HSM Key. Exactly one of `keyVaultKeyId` and `managedHsmKeyId` may be specified.
60538
+ */
60539
+ managedHsmKeyId?: string;
60507
60540
  /**
60508
60541
  * The ID of a user assigned identity.
60509
60542
  *