@pulumi/azure 5.68.0-alpha.1709211894 → 5.68.0-alpha.1709558940

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 (112) hide show
  1. package/appplatform/springCloudConfigurationService.d.ts +12 -0
  2. package/appplatform/springCloudConfigurationService.js +2 -0
  3. package/appplatform/springCloudConfigurationService.js.map +1 -1
  4. package/appplatform/springCloudGateway.d.ts +12 -0
  5. package/appplatform/springCloudGateway.js +2 -0
  6. package/appplatform/springCloudGateway.js.map +1 -1
  7. package/armmsi/federatedIdentityCredential.d.ts +12 -12
  8. package/avs/privateCloud.d.ts +9 -9
  9. package/cognitive/deployment.d.ts +3 -3
  10. package/compute/linuxVirtualMachine.d.ts +45 -3
  11. package/compute/linuxVirtualMachine.js +6 -0
  12. package/compute/linuxVirtualMachine.js.map +1 -1
  13. package/compute/orchestratedVirtualMachineScaleSet.d.ts +3 -3
  14. package/compute/windowsVirtualMachine.d.ts +45 -3
  15. package/compute/windowsVirtualMachine.js +6 -0
  16. package/compute/windowsVirtualMachine.js.map +1 -1
  17. package/containerservice/fleetUpdateRun.d.ts +169 -0
  18. package/containerservice/fleetUpdateRun.js +134 -0
  19. package/containerservice/fleetUpdateRun.js.map +1 -0
  20. package/containerservice/index.d.ts +3 -0
  21. package/containerservice/index.js +6 -1
  22. package/containerservice/index.js.map +1 -1
  23. package/containerservice/kubernetesCluster.d.ts +8 -0
  24. package/containerservice/kubernetesCluster.js +2 -0
  25. package/containerservice/kubernetesCluster.js.map +1 -1
  26. package/containerservice/kubernetesClusterNodePool.d.ts +3 -3
  27. package/cosmosdb/account.d.ts +12 -0
  28. package/cosmosdb/account.js +2 -0
  29. package/cosmosdb/account.js.map +1 -1
  30. package/dataprotection/backupVault.d.ts +36 -0
  31. package/dataprotection/backupVault.js +4 -0
  32. package/dataprotection/backupVault.js.map +1 -1
  33. package/devcenter/catalog.d.ts +53 -0
  34. package/devcenter/catalog.js +63 -0
  35. package/devcenter/catalog.js.map +1 -0
  36. package/devcenter/index.d.ts +3 -0
  37. package/devcenter/index.js +6 -1
  38. package/devcenter/index.js.map +1 -1
  39. package/eventhub/getServiceBusNamespace.d.ts +4 -0
  40. package/eventhub/getServiceBusNamespace.js.map +1 -1
  41. package/eventhub/namespace.d.ts +18 -0
  42. package/eventhub/namespace.js +2 -0
  43. package/eventhub/namespace.js.map +1 -1
  44. package/eventhub/topic.d.ts +3 -9
  45. package/eventhub/topic.js.map +1 -1
  46. package/expressroute/getCircuitPeering.d.ts +94 -0
  47. package/expressroute/getCircuitPeering.js +31 -0
  48. package/expressroute/getCircuitPeering.js.map +1 -0
  49. package/expressroute/index.d.ts +3 -0
  50. package/expressroute/index.js +10 -0
  51. package/expressroute/index.js.map +1 -0
  52. package/index.d.ts +3 -1
  53. package/index.js +6 -2
  54. package/index.js.map +1 -1
  55. package/keyvault/certifiate.d.ts +3 -3
  56. package/keyvault/certificate.d.ts +3 -3
  57. package/keyvault/key.d.ts +9 -3
  58. package/keyvault/key.js.map +1 -1
  59. package/machinelearning/workspace.d.ts +15 -3
  60. package/machinelearning/workspace.js +2 -0
  61. package/machinelearning/workspace.js.map +1 -1
  62. package/mssql/database.d.ts +24 -0
  63. package/mssql/database.js +4 -0
  64. package/mssql/database.js.map +1 -1
  65. package/mssql/managedInstance.d.ts +3 -0
  66. package/mssql/managedInstance.js +2 -0
  67. package/mssql/managedInstance.js.map +1 -1
  68. package/mssql/serverVulnerabilityAssessment.d.ts +2 -2
  69. package/mssql/serverVulnerabilityAssessment.js +2 -2
  70. package/netapp/getPool.d.ts +4 -0
  71. package/netapp/getPool.js.map +1 -1
  72. package/netapp/getVolume.d.ts +9 -0
  73. package/netapp/getVolume.js.map +1 -1
  74. package/netapp/pool.d.ts +15 -3
  75. package/netapp/pool.js +2 -0
  76. package/netapp/pool.js.map +1 -1
  77. package/netapp/volume.d.ts +24 -0
  78. package/netapp/volume.js +4 -0
  79. package/netapp/volume.js.map +1 -1
  80. package/nginx/deployment.d.ts +16 -3
  81. package/nginx/deployment.js +3 -0
  82. package/nginx/deployment.js.map +1 -1
  83. package/nginx/getDeployment.d.ts +4 -0
  84. package/nginx/getDeployment.js.map +1 -1
  85. package/package.json +1 -1
  86. package/postgresql/flexibleServer.d.ts +57 -6
  87. package/postgresql/flexibleServer.js +23 -0
  88. package/postgresql/flexibleServer.js.map +1 -1
  89. package/postgresql/flexibleServerDatabase.d.ts +4 -4
  90. package/postgresql/flexibleServerDatabase.js +1 -1
  91. package/servicebus/getNamespace.d.ts +4 -0
  92. package/servicebus/getNamespace.js.map +1 -1
  93. package/servicebus/namespace.d.ts +18 -0
  94. package/servicebus/namespace.js +2 -0
  95. package/servicebus/namespace.js.map +1 -1
  96. package/servicebus/topic.d.ts +3 -9
  97. package/servicebus/topic.js.map +1 -1
  98. package/storage/getTableEntities.d.ts +95 -0
  99. package/storage/getTableEntities.js +54 -0
  100. package/storage/getTableEntities.js.map +1 -0
  101. package/storage/index.d.ts +3 -0
  102. package/storage/index.js +5 -2
  103. package/storage/index.js.map +1 -1
  104. package/synapse/workspace.d.ts +6 -6
  105. package/systemcenter/index.d.ts +3 -0
  106. package/systemcenter/index.js +22 -0
  107. package/systemcenter/index.js.map +1 -0
  108. package/systemcenter/virtualMachineManagerServer.d.ts +186 -0
  109. package/systemcenter/virtualMachineManagerServer.js +118 -0
  110. package/systemcenter/virtualMachineManagerServer.js.map +1 -0
  111. package/types/input.d.ts +143 -38
  112. package/types/output.d.ts +158 -36
package/types/input.d.ts CHANGED
@@ -92,6 +92,7 @@ export interface ProviderFeaturesVirtualMachine {
92
92
  }
93
93
  export interface ProviderFeaturesVirtualMachineScaleSet {
94
94
  forceDelete?: pulumi.Input<boolean>;
95
+ reimageOnManualUpgrade?: pulumi.Input<boolean>;
95
96
  rollInstancesWhenRequired?: pulumi.Input<boolean>;
96
97
  scaleToZeroBeforeDeletion?: pulumi.Input<boolean>;
97
98
  }
@@ -2426,7 +2427,7 @@ export declare namespace appplatform {
2426
2427
  }
2427
2428
  interface SpringCloudCustomizedAcceleratorGitRepository {
2428
2429
  /**
2429
- * A `basicAuth` block as defined below. Conflicts with `git_repository.0.ssh_auth`. Changing this forces a new Spring Cloud Customized Accelerator to be created.
2430
+ * A `basicAuth` block as defined below. Conflicts with `git_repository[0].ssh_auth`. Changing this forces a new Spring Cloud Customized Accelerator to be created.
2430
2431
  */
2431
2432
  basicAuth?: pulumi.Input<inputs.appplatform.SpringCloudCustomizedAcceleratorGitRepositoryBasicAuth>;
2432
2433
  /**
@@ -2454,7 +2455,7 @@ export declare namespace appplatform {
2454
2455
  */
2455
2456
  path?: pulumi.Input<string>;
2456
2457
  /**
2457
- * A `sshAuth` block as defined below. Conflicts with `git_repository.0.basic_auth`. Changing this forces a new Spring Cloud Customized Accelerator to be created.
2458
+ * A `sshAuth` block as defined below. Conflicts with `git_repository[0].basic_auth`. Changing this forces a new Spring Cloud Customized Accelerator to be created.
2458
2459
  */
2459
2460
  sshAuth?: pulumi.Input<inputs.appplatform.SpringCloudCustomizedAcceleratorGitRepositorySshAuth>;
2460
2461
  /**
@@ -7199,7 +7200,7 @@ export declare namespace appservice {
7199
7200
  */
7200
7201
  pythonVersion?: pulumi.Input<string>;
7201
7202
  /**
7202
- * Te version of Ruby to run. Possible values include `2.6` and `2.7`.
7203
+ * The version of Ruby to run. Possible values include `2.6` and `2.7`.
7203
7204
  */
7204
7205
  rubyVersion?: pulumi.Input<string>;
7205
7206
  }
@@ -8279,7 +8280,7 @@ export declare namespace appservice {
8279
8280
  */
8280
8281
  pythonVersion?: pulumi.Input<string>;
8281
8282
  /**
8282
- * Te version of Ruby to run. Possible values include `2.6` and `2.7`.
8283
+ * The version of Ruby to run. Possible values include `2.6` and `2.7`.
8283
8284
  */
8284
8285
  rubyVersion?: pulumi.Input<string>;
8285
8286
  }
@@ -14789,7 +14790,7 @@ export declare namespace batch {
14789
14790
  */
14790
14791
  name: pulumi.Input<string>;
14791
14792
  /**
14792
- * The extension can contain either `protectedSettings` or `provisionAfterExtensions` or no protected settings at all.
14793
+ * JSON formatted protected settings for the extension, the value should be encoded with `jsonencode` function. The extension can contain either `protectedSettings` or `provisionAfterExtensions` or no protected settings at all.
14793
14794
  */
14794
14795
  protectedSettings?: pulumi.Input<string>;
14795
14796
  /**
@@ -14801,7 +14802,7 @@ export declare namespace batch {
14801
14802
  */
14802
14803
  publisher: pulumi.Input<string>;
14803
14804
  /**
14804
- * JSON formatted public settings for the extension.
14805
+ * JSON formatted public settings for the extension, the value should be encoded with `jsonencode` function.
14805
14806
  */
14806
14807
  settingsJson?: pulumi.Input<string>;
14807
14808
  /**
@@ -17164,6 +17165,10 @@ export declare namespace compute {
17164
17165
  storageAccountUri?: pulumi.Input<string>;
17165
17166
  }
17166
17167
  interface LinuxVirtualMachineGalleryApplication {
17168
+ /**
17169
+ * Specifies whether the version will be automatically updated for the VM when a new Gallery Application version is available in PIR/SIG. Defaults to `false`.
17170
+ */
17171
+ automaticUpgradeEnabled?: pulumi.Input<boolean>;
17167
17172
  /**
17168
17173
  * Specifies the URI to an Azure Blob that will replace the default configuration for the package if provided.
17169
17174
  */
@@ -17176,6 +17181,10 @@ export declare namespace compute {
17176
17181
  * Specifies a passthrough value for more generic context. This field can be any valid `string` value.
17177
17182
  */
17178
17183
  tag?: pulumi.Input<string>;
17184
+ /**
17185
+ * Specifies whether any failure for any operation in the VmApplication will fail the deployment of the VM. Defaults to `false`.
17186
+ */
17187
+ treatFailureAsDeploymentFailureEnabled?: pulumi.Input<boolean>;
17179
17188
  /**
17180
17189
  * Specifies the Gallery Application Version resource ID.
17181
17190
  */
@@ -17263,6 +17272,12 @@ export declare namespace compute {
17263
17272
  */
17264
17273
  placement?: pulumi.Input<string>;
17265
17274
  }
17275
+ interface LinuxVirtualMachineOsImageNotification {
17276
+ /**
17277
+ * Length of time a notification to be sent to the VM on the instance metadata server till the VM gets OS upgraded. The only possible value is `PT15M`. Defaults to `PT15M`.
17278
+ */
17279
+ timeout?: pulumi.Input<string>;
17280
+ }
17266
17281
  interface LinuxVirtualMachinePlan {
17267
17282
  /**
17268
17283
  * Specifies the Name of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.
@@ -17884,13 +17899,13 @@ export declare namespace compute {
17884
17899
  */
17885
17900
  diskEncryptionSetId?: pulumi.Input<string>;
17886
17901
  /**
17887
- * The size of the Data Disk which should be created.
17902
+ * The size of the Data Disk which should be created. Required if `createOption` is specified as `Empty`.
17888
17903
  */
17889
- diskSizeGb: pulumi.Input<number>;
17904
+ diskSizeGb?: pulumi.Input<number>;
17890
17905
  /**
17891
- * The Logical Unit Number of the Data Disk, which must be unique within the Virtual Machine.
17906
+ * The Logical Unit Number of the Data Disk, which must be unique within the Virtual Machine. Required if `createOption` is specified as `Empty`.
17892
17907
  */
17893
- lun: pulumi.Input<number>;
17908
+ lun?: pulumi.Input<number>;
17894
17909
  /**
17895
17910
  * The Type of Storage Account which should back this Data Disk. Possible values include `Standard_LRS`, `StandardSSD_LRS`, `StandardSSD_ZRS`, `Premium_LRS`, `PremiumV2_LRS`, `Premium_ZRS` and `UltraSSD_LRS`.
17896
17911
  */
@@ -19382,6 +19397,10 @@ export declare namespace compute {
19382
19397
  storageAccountUri?: pulumi.Input<string>;
19383
19398
  }
19384
19399
  interface WindowsVirtualMachineGalleryApplication {
19400
+ /**
19401
+ * Specifies whether the version will be automatically updated for the VM when a new Gallery Application version is available in PIR/SIG. Defaults to `false`.
19402
+ */
19403
+ automaticUpgradeEnabled?: pulumi.Input<boolean>;
19385
19404
  /**
19386
19405
  * Specifies the URI to an Azure Blob that will replace the default configuration for the package if provided.
19387
19406
  */
@@ -19394,6 +19413,10 @@ export declare namespace compute {
19394
19413
  * Specifies a passthrough value for more generic context. This field can be any valid `string` value.
19395
19414
  */
19396
19415
  tag?: pulumi.Input<string>;
19416
+ /**
19417
+ * Specifies whether any failure for any operation in the VmApplication will fail the deployment of the VM. Defaults to `false`.
19418
+ */
19419
+ treatFailureAsDeploymentFailureEnabled?: pulumi.Input<boolean>;
19397
19420
  /**
19398
19421
  * Specifies the Gallery Application Version resource ID.
19399
19422
  */
@@ -19481,6 +19504,12 @@ export declare namespace compute {
19481
19504
  */
19482
19505
  placement?: pulumi.Input<string>;
19483
19506
  }
19507
+ interface WindowsVirtualMachineOsImageNotification {
19508
+ /**
19509
+ * Length of time a notification to be sent to the VM on the instance metadata server till the VM gets OS upgraded. The only possible value is `PT15M`. Defaults to `PT15M`.
19510
+ */
19511
+ timeout?: pulumi.Input<string>;
19512
+ }
19484
19513
  interface WindowsVirtualMachinePlan {
19485
19514
  /**
19486
19515
  * Specifies the Name of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.
@@ -21134,6 +21163,52 @@ export declare namespace containerservice {
21134
21163
  */
21135
21164
  tag?: pulumi.Input<string>;
21136
21165
  }
21166
+ interface FleetUpdateRunManagedClusterUpdate {
21167
+ /**
21168
+ * A `nodeImageSelection` block as defined below.
21169
+ */
21170
+ nodeImageSelection?: pulumi.Input<inputs.containerservice.FleetUpdateRunManagedClusterUpdateNodeImageSelection>;
21171
+ /**
21172
+ * A `upgrade` block as defined below.
21173
+ */
21174
+ upgrade: pulumi.Input<inputs.containerservice.FleetUpdateRunManagedClusterUpdateUpgrade>;
21175
+ }
21176
+ interface FleetUpdateRunManagedClusterUpdateNodeImageSelection {
21177
+ /**
21178
+ * Specifies the node image upgrade type. Possible values are `Latest` and `Consistent`.
21179
+ */
21180
+ type: pulumi.Input<string>;
21181
+ }
21182
+ interface FleetUpdateRunManagedClusterUpdateUpgrade {
21183
+ /**
21184
+ * Specifies the Kubernetes version to upgrade the member clusters to. This is required if `type` is set to `Full`.
21185
+ */
21186
+ kubernetesVersion?: pulumi.Input<string>;
21187
+ /**
21188
+ * Specifies the type of upgrade to perform. Possible values are `Full` and `NodeImageOnly`.
21189
+ */
21190
+ type: pulumi.Input<string>;
21191
+ }
21192
+ interface FleetUpdateRunStage {
21193
+ /**
21194
+ * Specifies the time in seconds to wait at the end of this stage before starting the next one.
21195
+ */
21196
+ afterStageWaitInSeconds?: pulumi.Input<number>;
21197
+ /**
21198
+ * One or more `group` blocks as defined below.
21199
+ */
21200
+ groups: pulumi.Input<pulumi.Input<inputs.containerservice.FleetUpdateRunStageGroup>[]>;
21201
+ /**
21202
+ * The name which should be used for this stage.
21203
+ */
21204
+ name: pulumi.Input<string>;
21205
+ }
21206
+ interface FleetUpdateRunStageGroup {
21207
+ /**
21208
+ * The name which should be used for this group.
21209
+ */
21210
+ name: pulumi.Input<string>;
21211
+ }
21137
21212
  interface FleetUpdateStrategyStage {
21138
21213
  /**
21139
21214
  * Specifies the time in seconds to wait at the end of this stage before starting the next one.
@@ -22085,7 +22160,7 @@ export declare namespace containerservice {
22085
22160
  */
22086
22161
  osDiskType?: pulumi.Input<string>;
22087
22162
  /**
22088
- * Specifies the OS SKU used by the agent pool. Possible values are `AzureLinux`, `CBLMariner`, `Mariner`, `Ubuntu`, `Windows2019` and `Windows2022`. If not specified, the default is `Ubuntu` if OSType=Linux or `Windows2019` if OSType=Windows. And the default Windows OSSKU will be changed to `Windows2022` after Windows2019 is deprecated. `temporaryNameForRotation` must be specified when attempting a change.
22163
+ * Specifies the OS SKU used by the agent pool. Possible values are `AzureLinux`, `Ubuntu`, `Windows2019` and `Windows2022`. If not specified, the default is `Ubuntu` if OSType=Linux or `Windows2019` if OSType=Windows. And the default Windows OSSKU will be changed to `Windows2022` after Windows2019 is deprecated. `temporaryNameForRotation` must be specified when attempting a change.
22089
22164
  */
22090
22165
  osSku?: pulumi.Input<string>;
22091
22166
  /**
@@ -22492,7 +22567,7 @@ export declare namespace containerservice {
22492
22567
  }
22493
22568
  interface KubernetesClusterKeyManagementService {
22494
22569
  /**
22495
- * Identifier of Azure Key Vault key. See [key identifier format](https://learn.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name) for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When `enabled` is `false`, leave the field empty.
22570
+ * Identifier of Azure Key Vault key. See [key identifier format](https://learn.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name) for more details.
22496
22571
  */
22497
22572
  keyVaultKeyId: pulumi.Input<string>;
22498
22573
  /**
@@ -22841,7 +22916,7 @@ export declare namespace containerservice {
22841
22916
  */
22842
22917
  networkPolicy?: pulumi.Input<string>;
22843
22918
  /**
22844
- * The outbound (egress) routing method which should be used for this Kubernetes Cluster. Possible values are `loadBalancer`, `userDefinedRouting`, `managedNATGateway` and `userAssignedNATGateway`. Defaults to `loadBalancer`. Changing this forces a new resource to be created.
22919
+ * 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).
22845
22920
  */
22846
22921
  outboundType?: pulumi.Input<string>;
22847
22922
  /**
@@ -23675,7 +23750,7 @@ export declare namespace containerservice {
23675
23750
  }
23676
23751
  interface TokenPasswordPassword1 {
23677
23752
  /**
23678
- * The expiration date of the password in RFC3339 format. Changing this forces a new resource to be created.
23753
+ * The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created.
23679
23754
  */
23680
23755
  expiry?: pulumi.Input<string>;
23681
23756
  /**
@@ -23685,7 +23760,7 @@ export declare namespace containerservice {
23685
23760
  }
23686
23761
  interface TokenPasswordPassword2 {
23687
23762
  /**
23688
- * The expiration date of the password in RFC3339 format. Changing this forces a new resource to be created.
23763
+ * The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created.
23689
23764
  */
23690
23765
  expiry?: pulumi.Input<string>;
23691
23766
  /**
@@ -24241,6 +24316,10 @@ export declare namespace cosmosdb {
24241
24316
  * > **Note:** You can only configure `intervalInMinutes`, `retentionInHours` and `storageRedundancy` when the `type` field is set to `Periodic`.
24242
24317
  */
24243
24318
  storageRedundancy?: pulumi.Input<string>;
24319
+ /**
24320
+ * The continuous backup tier. Possible values are `Continuous7Days` and `Continuous30Days`.
24321
+ */
24322
+ tier?: pulumi.Input<string>;
24244
24323
  /**
24245
24324
  * The type of the `backup`. Possible values are `Continuous` and `Periodic`.
24246
24325
  *
@@ -27050,6 +27129,18 @@ export declare namespace desktopvirtualization {
27050
27129
  }
27051
27130
  }
27052
27131
  export declare namespace devcenter {
27132
+ interface CatalogCatalogAdogit {
27133
+ branch: pulumi.Input<string>;
27134
+ keyVaultKeyUrl: pulumi.Input<string>;
27135
+ path: pulumi.Input<string>;
27136
+ uri: pulumi.Input<string>;
27137
+ }
27138
+ interface CatalogCatalogGithub {
27139
+ branch: pulumi.Input<string>;
27140
+ keyVaultKeyUrl: pulumi.Input<string>;
27141
+ path: pulumi.Input<string>;
27142
+ uri: pulumi.Input<string>;
27143
+ }
27053
27144
  interface DevCenterIdentity {
27054
27145
  identityIds?: pulumi.Input<pulumi.Input<string>[]>;
27055
27146
  principalId?: pulumi.Input<string>;
@@ -34790,23 +34881,23 @@ export declare namespace machinelearning {
34790
34881
  }
34791
34882
  interface InferenceClusterSsl {
34792
34883
  /**
34793
- * The certificate for the SSL configuration.Conflicts with `ssl.0.leaf_domain_label`,`ssl.0.overwrite_existing_domain`. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34884
+ * The certificate for the SSL configuration.Conflicts with `ssl[0].leaf_domain_label`,`ssl[0].overwrite_existing_domain`. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34794
34885
  */
34795
34886
  cert?: pulumi.Input<string>;
34796
34887
  /**
34797
- * The cname of the SSL configuration.Conflicts with `ssl.0.leaf_domain_label`,`ssl.0.overwrite_existing_domain`. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34888
+ * The cname of the SSL configuration.Conflicts with `ssl[0].leaf_domain_label`,`ssl[0].overwrite_existing_domain`. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34798
34889
  */
34799
34890
  cname?: pulumi.Input<string>;
34800
34891
  /**
34801
- * The key content for the SSL configuration.Conflicts with `ssl.0.leaf_domain_label`,`ssl.0.overwrite_existing_domain`. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34892
+ * The key content for the SSL configuration.Conflicts with `ssl[0].leaf_domain_label`,`ssl[0].overwrite_existing_domain`. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34802
34893
  */
34803
34894
  key?: pulumi.Input<string>;
34804
34895
  /**
34805
- * The leaf domain label for the SSL configuration. Conflicts with `ssl.0.cert`,`ssl.0.key`,`ssl.0.cname`. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34896
+ * The leaf domain label for the SSL configuration. Conflicts with `ssl[0].cert`,`ssl[0].key`,`ssl[0].cname`. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34806
34897
  */
34807
34898
  leafDomainLabel?: pulumi.Input<string>;
34808
34899
  /**
34809
- * Whether or not to overwrite existing leaf domain. Conflicts with `ssl.0.cert`,`ssl.0.key`,`ssl.0.cname` Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34900
+ * Whether or not to overwrite existing leaf domain. Conflicts with `ssl[0].cert`,`ssl[0].key`,`ssl[0].cname` Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to `""`.
34810
34901
  */
34811
34902
  overwriteExistingDomain?: pulumi.Input<boolean>;
34812
34903
  }
@@ -34882,6 +34973,12 @@ export declare namespace machinelearning {
34882
34973
  */
34883
34974
  type: pulumi.Input<string>;
34884
34975
  }
34976
+ interface WorkspaceManagedNetwork {
34977
+ /**
34978
+ * The isolation mode of the Machine Learning Workspace. Possible values are `Disabled`, `AllowOnlyApprovedOutbound`, and `AllowInternetOutbound`
34979
+ */
34980
+ isolationMode?: pulumi.Input<string>;
34981
+ }
34885
34982
  }
34886
34983
  export declare namespace maintenance {
34887
34984
  interface ConfigurationInstallPatches {
@@ -39761,7 +39858,7 @@ export declare namespace mssql {
39761
39858
  }
39762
39859
  interface ServerAzureadAdministrator {
39763
39860
  /**
39764
- * Specifies whether only AD Users and administrators (e.g. `azuread_administrator.0.login_username`) can be used to login, or also local database users (e.g. `administratorLogin`). When `true`, the `administratorLogin` and `administratorLoginPassword` properties can be omitted.
39861
+ * Specifies whether only AD Users and administrators (e.g. `azuread_administrator[0].login_username`) can be used to login, or also local database users (e.g. `administratorLogin`). When `true`, the `administratorLogin` and `administratorLoginPassword` properties can be omitted.
39765
39862
  */
39766
39863
  azureadAuthenticationOnly?: pulumi.Input<boolean>;
39767
39864
  /**
@@ -40177,7 +40274,7 @@ export declare namespace mysql {
40177
40274
  /**
40178
40275
  * The high availability mode for the MySQL Flexible Server. Possibles values are `SameZone` and `ZoneRedundant`.
40179
40276
  *
40180
- * > **NOTE:** `storage.0.auto_grow_enabled` must be enabled when `highAvailability` is enabled. To change the `highAvailability` for a MySQL Flexible Server created with `highAvailability` disabled during creation, the resource has to be recreated.
40277
+ * > **NOTE:** `storage[0].auto_grow_enabled` must be enabled when `highAvailability` is enabled. To change the `highAvailability` for a MySQL Flexible Server created with `highAvailability` disabled during creation, the resource has to be recreated.
40181
40278
  */
40182
40279
  mode: pulumi.Input<string>;
40183
40280
  standbyAvailabilityZone?: pulumi.Input<string>;
@@ -41044,7 +41141,7 @@ export declare namespace network {
41044
41141
  /**
41045
41142
  * Rule evaluation order can be dictated by specifying an integer value from `1` to `20000` with `1` being the highest priority and `20000` being the lowest priority.
41046
41143
  *
41047
- * > **NOTE:** `priority` is required when `sku.0.tier` is set to `*_v2`.
41144
+ * > **NOTE:** `priority` is required when `sku[0].tier` is set to `*_v2`.
41048
41145
  */
41049
41146
  priority?: pulumi.Input<number>;
41050
41147
  /**
@@ -43251,7 +43348,7 @@ export declare namespace network {
43251
43348
  */
43252
43349
  name?: pulumi.Input<string>;
43253
43350
  /**
43254
- * Defines how the private IP address of the gateways virtual interface is assigned. Valid options are `Static` or `Dynamic`. Defaults to `Dynamic`.
43351
+ * Defines how the private IP address of the gateways virtual interface is assigned. The only valid value is `Dynamic` for Virtual Network Gateway (`Static` is not supported by the service yet). Defaults to `Dynamic`.
43255
43352
  */
43256
43353
  privateIpAddressAllocation?: pulumi.Input<string>;
43257
43354
  /**
@@ -44365,11 +44462,11 @@ export declare namespace paloalto {
44365
44462
  interface NextGenerationFirewallVirtualNetworkLocalRulestackDnsSettings {
44366
44463
  azureDnsServers?: pulumi.Input<pulumi.Input<string>[]>;
44367
44464
  /**
44368
- * Specifies a list of DNS servers to use. Conflicts with `dns_settings.0.use_azure_dns`.
44465
+ * Specifies a list of DNS servers to use. Conflicts with `dns_settings[0].use_azure_dns`.
44369
44466
  */
44370
44467
  dnsServers?: pulumi.Input<pulumi.Input<string>[]>;
44371
44468
  /**
44372
- * Should the Firewall use Azure Supplied DNS servers. Conflicts with `dns_settings.0.dns_servers`. Defaults to `false`.
44469
+ * Should the Firewall use Azure Supplied DNS servers. Conflicts with `dns_settings[0].dns_servers`. Defaults to `false`.
44373
44470
  */
44374
44471
  useAzureDns?: pulumi.Input<boolean>;
44375
44472
  }
@@ -44451,11 +44548,11 @@ export declare namespace paloalto {
44451
44548
  interface NextGenerationFirewallVirtualNetworkPanoramaDnsSettings {
44452
44549
  azureDnsServers?: pulumi.Input<pulumi.Input<string>[]>;
44453
44550
  /**
44454
- * Specifies a list of DNS servers to use. Conflicts with `dns_settings.0.use_azure_dns`.
44551
+ * Specifies a list of DNS servers to use. Conflicts with `dns_settings[0].use_azure_dns`.
44455
44552
  */
44456
44553
  dnsServers?: pulumi.Input<pulumi.Input<string>[]>;
44457
44554
  /**
44458
- * Should the Firewall use Azure Supplied DNS servers. Conflicts with `dns_settings.0.dns_servers`. Defaults to `false`.
44555
+ * Should the Firewall use Azure Supplied DNS servers. Conflicts with `dns_settings[0].dns_servers`. Defaults to `false`.
44459
44556
  */
44460
44557
  useAzureDns?: pulumi.Input<boolean>;
44461
44558
  }
@@ -44538,15 +44635,15 @@ export declare namespace pim {
44538
44635
  }
44539
44636
  interface ActiveRoleAssignmentScheduleExpiration {
44540
44637
  /**
44541
- * The duration of the role assignment in days. Conflicts with `schedule.0.expiration.0.duration_hours`,`schedule.0.expiration.0.end_date_time` Changing this forces a new Pim Active Role Assignment to be created.
44638
+ * The duration of the role assignment in days. Conflicts with `schedule[0].expiration[0].duration_hours`,`schedule[0].expiration[0].end_date_time` Changing this forces a new Pim Active Role Assignment to be created.
44542
44639
  */
44543
44640
  durationDays?: pulumi.Input<number>;
44544
44641
  /**
44545
- * The duration of the role assignment in hours. Conflicts with `schedule.0.expiration.0.duration_days`,`schedule.0.expiration.0.end_date_time` Changing this forces a new Pim Active Role Assignment to be created.
44642
+ * The duration of the role assignment in hours. Conflicts with `schedule[0].expiration[0].duration_days`,`schedule[0].expiration[0].end_date_time` Changing this forces a new Pim Active Role Assignment to be created.
44546
44643
  */
44547
44644
  durationHours?: pulumi.Input<number>;
44548
44645
  /**
44549
- * The end date time of the role assignment. Conflicts with `schedule.0.expiration.0.duration_days`,`schedule.0.expiration.0.duration_hours` Changing this forces a new Pim Active Role Assignment to be created.
44646
+ * The end date time of the role assignment. Conflicts with `schedule[0].expiration[0].duration_days`,`schedule[0].expiration[0].duration_hours` Changing this forces a new Pim Active Role Assignment to be created.
44550
44647
  */
44551
44648
  endDateTime?: pulumi.Input<string>;
44552
44649
  }
@@ -44572,15 +44669,15 @@ export declare namespace pim {
44572
44669
  }
44573
44670
  interface EligibleRoleAssignmentScheduleExpiration {
44574
44671
  /**
44575
- * The duration of the role assignment in days. Conflicts with `schedule.0.expiration.0.duration_hours`,`schedule.0.expiration.0.end_date_time` Changing this forces a new Pim Eligible Role Assignment to be created.
44672
+ * The duration of the role assignment in days. Conflicts with `schedule[0].expiration[0].duration_hours`,`schedule[0].expiration[0].end_date_time` Changing this forces a new Pim Eligible Role Assignment to be created.
44576
44673
  */
44577
44674
  durationDays?: pulumi.Input<number>;
44578
44675
  /**
44579
- * The duration of the role assignment in hours. Conflicts with `schedule.0.expiration.0.duration_days`,`schedule.0.expiration.0.end_date_time` Changing this forces a new Pim Eligible Role Assignment to be created.
44676
+ * The duration of the role assignment in hours. Conflicts with `schedule[0].expiration[0].duration_days`,`schedule[0].expiration[0].end_date_time` Changing this forces a new Pim Eligible Role Assignment to be created.
44580
44677
  */
44581
44678
  durationHours?: pulumi.Input<number>;
44582
44679
  /**
44583
- * The end date time of the role assignment. Conflicts with `schedule.0.expiration.0.duration_days`,`schedule.0.expiration.0.duration_hours` Changing this forces a new Pim Eligible Role Assignment to be created.
44680
+ * The end date time of the role assignment. Conflicts with `schedule[0].expiration[0].duration_days`,`schedule[0].expiration[0].duration_hours` Changing this forces a new Pim Eligible Role Assignment to be created.
44584
44681
  */
44585
44682
  endDateTime?: pulumi.Input<string>;
44586
44683
  }
@@ -44698,13 +44795,13 @@ export declare namespace postgresql {
44698
44795
  /**
44699
44796
  * The geo backup user managed identity id for a Customer Managed Key. Should be added with `identityIds`. It can't cross region and need identity in same region as geo backup.
44700
44797
  *
44701
- * > **NOTE:** `primaryUserAssignedIdentityId` or `geoBackupUserAssignedIdentityId` is required when `type` is set to `UserAssigned`.
44798
+ * > **Note:** `primaryUserAssignedIdentityId` or `geoBackupUserAssignedIdentityId` is required when `type` is set to `UserAssigned`.
44702
44799
  */
44703
44800
  geoBackupUserAssignedIdentityId?: pulumi.Input<string>;
44704
44801
  /**
44705
44802
  * The ID of the Key Vault Key.
44706
44803
  */
44707
- keyVaultKeyId?: pulumi.Input<string>;
44804
+ keyVaultKeyId: pulumi.Input<string>;
44708
44805
  /**
44709
44806
  * Specifies the primary user managed identity id for a Customer Managed Key. Should be added with `identityIds`.
44710
44807
  */
@@ -44837,7 +44934,7 @@ export declare namespace privatedns {
44837
44934
  */
44838
44935
  privateIpAddress?: pulumi.Input<string>;
44839
44936
  /**
44840
- * Private IP address allocation method. Allowed value is `Dynamic`. Defaults to `Dynamic`.
44937
+ * Private IP address allocation method. Allowed value is `Dynamic` and `Static`. Defaults to `Dynamic`.
44841
44938
  */
44842
44939
  privateIpAllocationMethod?: pulumi.Input<string>;
44843
44940
  /**
@@ -45091,7 +45188,7 @@ export declare namespace recoveryservices {
45091
45188
  */
45092
45189
  keyId: pulumi.Input<string>;
45093
45190
  /**
45094
- * Indicate that system assigned identity should be used or not. Defaults to `true`.
45191
+ * Indicate that system assigned identity should be used or not. Defaults to `true`. Must be set to `false` when `userAssignedIdentityId` is set.
45095
45192
  *
45096
45193
  * !> **Note:** `useSystemAssignedIdentity` only be able to set to `false` for **new** vaults. Any vaults containing existing items registered or attempted to be registered to it are not supported. Details can be found in [the document](https://learn.microsoft.com/en-us/azure/backup/encryption-at-rest-with-cmk?tabs=portal#before-you-start)
45097
45194
  *
@@ -45312,6 +45409,10 @@ export declare namespace redis {
45312
45409
  * Example usage:
45313
45410
  */
45314
45411
  aofStorageConnectionString1?: pulumi.Input<string>;
45412
+ /**
45413
+ * Preferred auth method to communicate to storage account used for data persistence. Possible values are `SAS` and `ManagedIdentity`. Defaults to `SAS`.
45414
+ */
45415
+ dataPersistenceAuthenticationMethod?: pulumi.Input<string>;
45315
45416
  /**
45316
45417
  * If set to `false`, the Redis instance will be accessible without authentication. Defaults to `true`.
45317
45418
  *
@@ -49092,6 +49193,10 @@ export declare namespace synapse {
49092
49193
  * The Azure Key Vault Key Versionless ID to be used as the Customer Managed Key (CMK) for double encryption (e.g. `https://example-keyvault.vault.azure.net/type/cmk/`).
49093
49194
  */
49094
49195
  keyVersionlessId: pulumi.Input<string>;
49196
+ /**
49197
+ * The User Assigned Identity ID to be used for accessing the Customer Managed Key for encryption.
49198
+ */
49199
+ userAssignedIdentityId?: pulumi.Input<string>;
49095
49200
  }
49096
49201
  interface WorkspaceGithubRepo {
49097
49202
  /**