@pulumi/azure 5.84.0-alpha.1720764155 → 5.84.0-alpha.1721111802

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 (80) hide show
  1. package/apimanagement/identityProviderAad.d.ts +15 -3
  2. package/apimanagement/identityProviderAad.js +2 -0
  3. package/apimanagement/identityProviderAad.js.map +1 -1
  4. package/apimanagement/identityProviderAadb2c.d.ts +12 -0
  5. package/apimanagement/identityProviderAadb2c.js +2 -0
  6. package/apimanagement/identityProviderAadb2c.js.map +1 -1
  7. package/cognitive/account.d.ts +3 -3
  8. package/communication/service.js +2 -0
  9. package/communication/service.js.map +1 -1
  10. package/compute/index.d.ts +6 -0
  11. package/compute/index.js +11 -1
  12. package/compute/index.js.map +1 -1
  13. package/compute/restorePoint.d.ts +86 -0
  14. package/compute/restorePoint.js +69 -0
  15. package/compute/restorePoint.js.map +1 -0
  16. package/compute/restorePointCollection.d.ts +17 -17
  17. package/compute/restorePointCollection.js +4 -2
  18. package/compute/restorePointCollection.js.map +1 -1
  19. package/compute/virtualMachineRestorePointCollection.d.ts +181 -0
  20. package/compute/virtualMachineRestorePointCollection.js +144 -0
  21. package/compute/virtualMachineRestorePointCollection.js.map +1 -0
  22. package/config/vars.d.ts +1 -1
  23. package/containerservice/kubernetesCluster.d.ts +0 -6
  24. package/containerservice/kubernetesCluster.js.map +1 -1
  25. package/core/zMixins.js +17 -11
  26. package/core/zMixins.js.map +1 -1
  27. package/devcenter/devBoxDefinition.d.ts +152 -0
  28. package/devcenter/devBoxDefinition.js +106 -0
  29. package/devcenter/devBoxDefinition.js.map +1 -0
  30. package/devcenter/environmentType.d.ts +116 -0
  31. package/devcenter/environmentType.js +94 -0
  32. package/devcenter/environmentType.js.map +1 -0
  33. package/devcenter/index.d.ts +6 -0
  34. package/devcenter/index.js +11 -1
  35. package/devcenter/index.js.map +1 -1
  36. package/elasticsan/getVolumeSnapshot.d.ts +100 -0
  37. package/elasticsan/getVolumeSnapshot.js +68 -0
  38. package/elasticsan/getVolumeSnapshot.js.map +1 -0
  39. package/elasticsan/index.d.ts +3 -0
  40. package/elasticsan/index.js +4 -1
  41. package/elasticsan/index.js.map +1 -1
  42. package/eventgrid/zMixins.js +3 -3
  43. package/eventhub/queue.d.ts +27 -0
  44. package/eventhub/queue.js +6 -0
  45. package/eventhub/queue.js.map +1 -1
  46. package/eventhub/subscription.d.ts +10 -1
  47. package/eventhub/subscription.js +2 -0
  48. package/eventhub/subscription.js.map +1 -1
  49. package/eventhub/topic.d.ts +27 -0
  50. package/eventhub/topic.js +6 -0
  51. package/eventhub/topic.js.map +1 -1
  52. package/hdinsight/interactiveQueryCluster.d.ts +1 -1
  53. package/hdinsight/sparkCluster.d.ts +1 -1
  54. package/machinelearning/computeCluster.d.ts +3 -3
  55. package/monitoring/scheduledQueryRulesAlert.d.ts +2 -0
  56. package/monitoring/scheduledQueryRulesAlert.js +2 -0
  57. package/monitoring/scheduledQueryRulesAlert.js.map +1 -1
  58. package/network/routeTable.d.ts +10 -1
  59. package/network/routeTable.js +2 -0
  60. package/network/routeTable.js.map +1 -1
  61. package/package.json +3 -3
  62. package/paloalto/localRulestackRule.d.ts +7 -0
  63. package/paloalto/localRulestackRule.js +1 -0
  64. package/paloalto/localRulestackRule.js.map +1 -1
  65. package/provider.d.ts +1 -1
  66. package/recoveryservices/vault.d.ts +1 -1
  67. package/sentinel/logAnalyticsWorkspaceOnboarding.d.ts +10 -14
  68. package/sentinel/logAnalyticsWorkspaceOnboarding.js +1 -2
  69. package/sentinel/logAnalyticsWorkspaceOnboarding.js.map +1 -1
  70. package/servicebus/queue.d.ts +27 -0
  71. package/servicebus/queue.js +6 -0
  72. package/servicebus/queue.js.map +1 -1
  73. package/servicebus/subscription.d.ts +10 -1
  74. package/servicebus/subscription.js +2 -0
  75. package/servicebus/subscription.js.map +1 -1
  76. package/servicebus/topic.d.ts +27 -0
  77. package/servicebus/topic.js +6 -0
  78. package/servicebus/topic.js.map +1 -1
  79. package/types/input.d.ts +68 -11
  80. package/types/output.d.ts +94 -11
package/types/output.d.ts CHANGED
@@ -12295,7 +12295,7 @@ export declare namespace appservice {
12295
12295
  */
12296
12296
  nodeVersion?: string;
12297
12297
  /**
12298
- * The version of PHP to run. Possible values are `7.4`, `8.0`, `8.1` and `8.2`.
12298
+ * The version of PHP to run. Possible values are `7.4`, `8.0`, `8.1`, `8.2` and `8.3`.
12299
12299
  *
12300
12300
  * > **NOTE:** version `7.4` is deprecated and will be removed from the provider in a future version.
12301
12301
  */
@@ -13429,7 +13429,7 @@ export declare namespace appservice {
13429
13429
  */
13430
13430
  nodeVersion?: string;
13431
13431
  /**
13432
- * The version of PHP to run. Possible values are `7.4`, `8.0`, `8.1` and `8.2`.
13432
+ * The version of PHP to run. Possible values are `7.4`, `8.0`, `8.1`, `8.2` and `8.3`.
13433
13433
  *
13434
13434
  * > **NOTE:** version `7.4` is deprecated and will be removed from the provider in a future version.
13435
13435
  */
@@ -19818,9 +19818,14 @@ export declare namespace automation {
19818
19818
  occurrence: number;
19819
19819
  }
19820
19820
  interface SoftwareUpdateConfigurationLinux {
19821
+ /**
19822
+ * @deprecated this property is deprecated and will be removed in version 4.0 of the provider, please use `classificationsIncluded` instead.
19823
+ */
19821
19824
  classificationIncluded: string;
19822
19825
  /**
19823
19826
  * Specifies the list of update classifications included in the Software Update Configuration. Possible values are `Unclassified`, `Critical`, `Security` and `Other`.
19827
+ *
19828
+ * > **NOTE:** The `classificationsIncluded` property will become `Required` in version 4.0 of the Provider.
19824
19829
  */
19825
19830
  classificationsIncludeds: string[];
19826
19831
  /**
@@ -19968,11 +19973,13 @@ export declare namespace automation {
19968
19973
  }
19969
19974
  interface SoftwareUpdateConfigurationWindows {
19970
19975
  /**
19971
- * @deprecated windows classification can be set as a list, use `classificationsIncluded` instead.
19976
+ * @deprecated this property is deprecated and will be removed in version 4.0 of the provider, please use `classificationsIncluded` instead.
19972
19977
  */
19973
19978
  classificationIncluded: string;
19974
19979
  /**
19975
19980
  * Specifies the list of update classification. Possible values are `Unclassified`, `Critical`, `Security`, `UpdateRollup`, `FeaturePack`, `ServicePack`, `Definition`, `Tools` and `Updates`.
19981
+ *
19982
+ * > **NOTE:** The `classificationsIncluded` property will become `Required` in version 4.0 of the Provider.
19976
19983
  */
19977
19984
  classificationsIncludeds: string[];
19978
19985
  /**
@@ -30339,6 +30346,10 @@ export declare namespace containerservice {
30339
30346
  userAssignedIdentityId: string;
30340
30347
  }
30341
30348
  interface GetKubernetesClusterServiceMeshProfile {
30349
+ /**
30350
+ * A `certificateAuthority` block as documented below.
30351
+ */
30352
+ certificateAuthorities: outputs.containerservice.GetKubernetesClusterServiceMeshProfileCertificateAuthority[];
30342
30353
  /**
30343
30354
  * Is Istio External Ingress Gateway enabled?
30344
30355
  */
@@ -30352,6 +30363,28 @@ export declare namespace containerservice {
30352
30363
  */
30353
30364
  mode: string;
30354
30365
  }
30366
+ interface GetKubernetesClusterServiceMeshProfileCertificateAuthority {
30367
+ /**
30368
+ * The certificate chain object name in Azure Key Vault.
30369
+ */
30370
+ certChainObjectName: string;
30371
+ /**
30372
+ * The intermediate certificate object name in Azure Key Vault.
30373
+ */
30374
+ certObjectName: string;
30375
+ /**
30376
+ * The intermediate certificate private key object name in Azure Key Vault.
30377
+ */
30378
+ keyObjectName: string;
30379
+ /**
30380
+ * The resource ID of the Key Vault.
30381
+ */
30382
+ keyVaultId: string;
30383
+ /**
30384
+ * The root certificate object name in Azure Key Vault.
30385
+ */
30386
+ rootCertObjectName: string;
30387
+ }
30355
30388
  interface GetKubernetesClusterServicePrincipal {
30356
30389
  /**
30357
30390
  * The Client ID of the user-defined Managed Identity assigned to the Kubelets.
@@ -32211,6 +32244,10 @@ export declare namespace containerservice {
32211
32244
  userAssignedIdentityId: string;
32212
32245
  }
32213
32246
  interface KubernetesClusterServiceMeshProfile {
32247
+ /**
32248
+ * A `certificateAuthority` block as defined below. When this property is specified, `keyVaultSecretsProvider` is also required to be set. This configuration allows you to bring your own root certificate and keys for Istio CA in the Istio-based service mesh add-on for Azure Kubernetes Service.
32249
+ */
32250
+ certificateAuthority?: outputs.containerservice.KubernetesClusterServiceMeshProfileCertificateAuthority;
32214
32251
  /**
32215
32252
  * Is Istio External Ingress Gateway enabled?
32216
32253
  *
@@ -32226,6 +32263,30 @@ export declare namespace containerservice {
32226
32263
  */
32227
32264
  mode: string;
32228
32265
  }
32266
+ interface KubernetesClusterServiceMeshProfileCertificateAuthority {
32267
+ /**
32268
+ * The certificate chain object name in Azure Key Vault.
32269
+ */
32270
+ certChainObjectName: string;
32271
+ /**
32272
+ * The intermediate certificate object name in Azure Key Vault.
32273
+ */
32274
+ certObjectName: string;
32275
+ /**
32276
+ * The intermediate certificate private key object name in Azure Key Vault.
32277
+ *
32278
+ * > **Note:** For more information on [Istio-based service mesh add-on with plug-in CA certificates and how to generate these certificates](https://learn.microsoft.com/en-us/azure/aks/istio-plugin-ca),
32279
+ */
32280
+ keyObjectName: string;
32281
+ /**
32282
+ * The resource ID of the Key Vault.
32283
+ */
32284
+ keyVaultId: string;
32285
+ /**
32286
+ * The root certificate object name in Azure Key Vault.
32287
+ */
32288
+ rootCertObjectName: string;
32289
+ }
32229
32290
  interface KubernetesClusterServicePrincipal {
32230
32291
  /**
32231
32292
  * The Client ID for the Service Principal.
@@ -34237,7 +34298,9 @@ export declare namespace databricks {
34237
34298
  /**
34238
34299
  * Are public IP Addresses not allowed? Possible values are `true` or `false`. Defaults to `false`.
34239
34300
  *
34240
- * > **Note:** Updating `noPublicIp` parameter is only allowed if the value is changing from `false` to `true` and and only for VNet-injected workspaces.
34301
+ * > **Note:** Updating `noPublicIp` parameter is only allowed if the value is changing from `false` to `true` and only for VNet-injected workspaces.
34302
+ *
34303
+ * > **Note:** In `v3.104.0` and higher of the provider the `noPublicIp` parameter will now default to `true` instead of `false`.
34241
34304
  */
34242
34305
  noPublicIp: boolean;
34243
34306
  /**
@@ -34265,7 +34328,7 @@ export declare namespace databricks {
34265
34328
  */
34266
34329
  storageAccountName: string;
34267
34330
  /**
34268
- * Storage account SKU name. Possible values include `Standard_LRS`, `Standard_GRS`, `Standard_RAGRS`, `Standard_GZRS`, `Standard_RAGZRS`, `Standard_ZRS`, `Premium_LRS` or `Premium_ZRS`. Defaults to `Standard_GRS`. Changing this forces a new resource to be created.
34331
+ * Storage account SKU name. Possible values include `Standard_LRS`, `Standard_GRS`, `Standard_RAGRS`, `Standard_GZRS`, `Standard_RAGZRS`, `Standard_ZRS`, `Premium_LRS` or `Premium_ZRS`. Defaults to `Standard_GRS`.
34269
34332
  */
34270
34333
  storageAccountSkuName: string;
34271
34334
  /**
@@ -36807,6 +36870,10 @@ export declare namespace devtest {
36807
36870
  * Specifies the name of the Dev Test Virtual Network. Changing this forces a new resource to be created.
36808
36871
  */
36809
36872
  name: string;
36873
+ /**
36874
+ * A `sharedPublicIpAddress` block as defined below.
36875
+ */
36876
+ sharedPublicIpAddress?: outputs.devtest.VirtualNetworkSubnetSharedPublicIpAddress;
36810
36877
  /**
36811
36878
  * Can this subnet be used for creating Virtual Machines? Possible values are `Allow`, `Default` and `Deny`. Defaults to `Allow`.
36812
36879
  */
@@ -36816,6 +36883,22 @@ export declare namespace devtest {
36816
36883
  */
36817
36884
  usePublicIpAddress?: string;
36818
36885
  }
36886
+ interface VirtualNetworkSubnetSharedPublicIpAddress {
36887
+ /**
36888
+ * A list of `allowedPorts` blocks as defined below.
36889
+ */
36890
+ allowedPorts?: outputs.devtest.VirtualNetworkSubnetSharedPublicIpAddressAllowedPort[];
36891
+ }
36892
+ interface VirtualNetworkSubnetSharedPublicIpAddressAllowedPort {
36893
+ /**
36894
+ * The port on the Virtual Machine that the traffic will be sent to.
36895
+ */
36896
+ backendPort?: number;
36897
+ /**
36898
+ * The transport protocol that the traffic will use. Possible values are `TCP` and `UDP`.
36899
+ */
36900
+ transportProtocol?: string;
36901
+ }
36819
36902
  interface WindowsVirtualMachineGalleryImageReference {
36820
36903
  /**
36821
36904
  * The Offer of the Gallery Image. Changing this forces a new resource to be created.
@@ -57454,21 +57537,21 @@ export declare namespace nginx {
57454
57537
  }
57455
57538
  interface DeploymentFrontendPrivate {
57456
57539
  /**
57457
- * Specify the method for allocating the private IP. Possible values are `Static` and `Dynamic`.
57540
+ * Specify the method for allocating the private IP. Possible values are `Static` and `Dynamic`. Changing this forces a new NGINX Deployment to be created.
57458
57541
  */
57459
57542
  allocationMethod: string;
57460
57543
  /**
57461
- * Specify the private IP Address.
57544
+ * Specify the private IP Address. Changing this forces a new NGINX Deployment to be created.
57462
57545
  */
57463
57546
  ipAddress: string;
57464
57547
  /**
57465
- * Specify the Subnet Resource ID for this NGINX Deployment.
57548
+ * Specify the Subnet Resource ID for this NGINX Deployment. Changing this forces a new NGINX Deployment to be created.
57466
57549
  */
57467
57550
  subnetId: string;
57468
57551
  }
57469
57552
  interface DeploymentFrontendPublic {
57470
57553
  /**
57471
- * Specifies a list of Public IP Resource ID to this NGINX Deployment.
57554
+ * Specifies a list of Public IP Resource ID to this NGINX Deployment. Changing this forces a new NGINX Deployment to be created.
57472
57555
  */
57473
57556
  ipAddresses?: string[];
57474
57557
  }
@@ -57498,7 +57581,7 @@ export declare namespace nginx {
57498
57581
  }
57499
57582
  interface DeploymentNetworkInterface {
57500
57583
  /**
57501
- * Specify The Subnet Resource ID for this NGINX Deployment.
57584
+ * Specify The Subnet Resource ID for this NGINX Deployment. Changing this forces a new NGINX Deployment to be created.
57502
57585
  */
57503
57586
  subnetId: string;
57504
57587
  }
@@ -64186,7 +64269,7 @@ export declare namespace waf {
64186
64269
  }
64187
64270
  interface PolicyManagedRulesManagedRuleSetRuleGroupOverrideRule {
64188
64271
  /**
64189
- * Describes the override action to be applied when rule matches. Possible values are `Allow`, `AnomalyScoring`, `Block` and `Log`.
64272
+ * Describes the override action to be applied when rule matches. Possible values are `Allow`, `AnomalyScoring`, `Block`, `JSChallenge` and `Log`. `JSChallenge` is only valid for rulesets of type `Microsoft_BotManagerRuleSet`.
64190
64273
  */
64191
64274
  action?: string;
64192
64275
  /**