@pulumi/azure 5.68.0-alpha.1709362378 → 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/output.d.ts CHANGED
@@ -2838,7 +2838,7 @@ export declare namespace appplatform {
2838
2838
  }
2839
2839
  interface SpringCloudCustomizedAcceleratorGitRepository {
2840
2840
  /**
2841
- * 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.
2841
+ * 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.
2842
2842
  */
2843
2843
  basicAuth?: outputs.appplatform.SpringCloudCustomizedAcceleratorGitRepositoryBasicAuth;
2844
2844
  /**
@@ -2866,7 +2866,7 @@ export declare namespace appplatform {
2866
2866
  */
2867
2867
  path?: string;
2868
2868
  /**
2869
- * 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.
2869
+ * 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.
2870
2870
  */
2871
2871
  sshAuth?: outputs.appplatform.SpringCloudCustomizedAcceleratorGitRepositorySshAuth;
2872
2872
  /**
@@ -12079,7 +12079,7 @@ export declare namespace appservice {
12079
12079
  */
12080
12080
  pythonVersion?: string;
12081
12081
  /**
12082
- * Te version of Ruby to run. Possible values include `2.6` and `2.7`.
12082
+ * The version of Ruby to run. Possible values include `2.6` and `2.7`.
12083
12083
  */
12084
12084
  rubyVersion?: string;
12085
12085
  }
@@ -13159,7 +13159,7 @@ export declare namespace appservice {
13159
13159
  */
13160
13160
  pythonVersion?: string;
13161
13161
  /**
13162
- * Te version of Ruby to run. Possible values include `2.6` and `2.7`.
13162
+ * The version of Ruby to run. Possible values include `2.6` and `2.7`.
13163
13163
  */
13164
13164
  rubyVersion?: string;
13165
13165
  }
@@ -20534,7 +20534,7 @@ export declare namespace batch {
20534
20534
  */
20535
20535
  name: string;
20536
20536
  /**
20537
- * The extension can contain either `protectedSettings` or `provisionAfterExtensions` or no protected settings at all.
20537
+ * 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.
20538
20538
  */
20539
20539
  protectedSettings?: string;
20540
20540
  /**
@@ -20546,7 +20546,7 @@ export declare namespace batch {
20546
20546
  */
20547
20547
  publisher: string;
20548
20548
  /**
20549
- * JSON formatted public settings for the extension.
20549
+ * JSON formatted public settings for the extension, the value should be encoded with `jsonencode` function.
20550
20550
  */
20551
20551
  settingsJson?: string;
20552
20552
  /**
@@ -23613,6 +23613,10 @@ export declare namespace compute {
23613
23613
  storageAccountUri?: string;
23614
23614
  }
23615
23615
  interface LinuxVirtualMachineGalleryApplication {
23616
+ /**
23617
+ * 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`.
23618
+ */
23619
+ automaticUpgradeEnabled?: boolean;
23616
23620
  /**
23617
23621
  * Specifies the URI to an Azure Blob that will replace the default configuration for the package if provided.
23618
23622
  */
@@ -23625,6 +23629,10 @@ export declare namespace compute {
23625
23629
  * Specifies a passthrough value for more generic context. This field can be any valid `string` value.
23626
23630
  */
23627
23631
  tag?: string;
23632
+ /**
23633
+ * Specifies whether any failure for any operation in the VmApplication will fail the deployment of the VM. Defaults to `false`.
23634
+ */
23635
+ treatFailureAsDeploymentFailureEnabled?: boolean;
23628
23636
  /**
23629
23637
  * Specifies the Gallery Application Version resource ID.
23630
23638
  */
@@ -23712,6 +23720,12 @@ export declare namespace compute {
23712
23720
  */
23713
23721
  placement?: string;
23714
23722
  }
23723
+ interface LinuxVirtualMachineOsImageNotification {
23724
+ /**
23725
+ * 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`.
23726
+ */
23727
+ timeout?: string;
23728
+ }
23715
23729
  interface LinuxVirtualMachinePlan {
23716
23730
  /**
23717
23731
  * Specifies the Name of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.
@@ -24333,11 +24347,11 @@ export declare namespace compute {
24333
24347
  */
24334
24348
  diskEncryptionSetId?: string;
24335
24349
  /**
24336
- * The size of the Data Disk which should be created.
24350
+ * The size of the Data Disk which should be created. Required if `createOption` is specified as `Empty`.
24337
24351
  */
24338
24352
  diskSizeGb: number;
24339
24353
  /**
24340
- * The Logical Unit Number of the Data Disk, which must be unique within the Virtual Machine.
24354
+ * The Logical Unit Number of the Data Disk, which must be unique within the Virtual Machine. Required if `createOption` is specified as `Empty`.
24341
24355
  */
24342
24356
  lun: number;
24343
24357
  /**
@@ -25831,6 +25845,10 @@ export declare namespace compute {
25831
25845
  storageAccountUri?: string;
25832
25846
  }
25833
25847
  interface WindowsVirtualMachineGalleryApplication {
25848
+ /**
25849
+ * 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`.
25850
+ */
25851
+ automaticUpgradeEnabled?: boolean;
25834
25852
  /**
25835
25853
  * Specifies the URI to an Azure Blob that will replace the default configuration for the package if provided.
25836
25854
  */
@@ -25843,6 +25861,10 @@ export declare namespace compute {
25843
25861
  * Specifies a passthrough value for more generic context. This field can be any valid `string` value.
25844
25862
  */
25845
25863
  tag?: string;
25864
+ /**
25865
+ * Specifies whether any failure for any operation in the VmApplication will fail the deployment of the VM. Defaults to `false`.
25866
+ */
25867
+ treatFailureAsDeploymentFailureEnabled?: boolean;
25846
25868
  /**
25847
25869
  * Specifies the Gallery Application Version resource ID.
25848
25870
  */
@@ -25930,6 +25952,12 @@ export declare namespace compute {
25930
25952
  */
25931
25953
  placement?: string;
25932
25954
  }
25955
+ interface WindowsVirtualMachineOsImageNotification {
25956
+ /**
25957
+ * 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`.
25958
+ */
25959
+ timeout?: string;
25960
+ }
25933
25961
  interface WindowsVirtualMachinePlan {
25934
25962
  /**
25935
25963
  * Specifies the Name of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.
@@ -26629,6 +26657,7 @@ export declare namespace config {
26629
26657
  }
26630
26658
  interface FeaturesVirtualMachineScaleSet {
26631
26659
  forceDelete?: boolean;
26660
+ reimageOnManualUpgrade?: boolean;
26632
26661
  rollInstancesWhenRequired?: boolean;
26633
26662
  scaleToZeroBeforeDeletion?: boolean;
26634
26663
  }
@@ -28446,6 +28475,52 @@ export declare namespace containerservice {
28446
28475
  */
28447
28476
  tag?: string;
28448
28477
  }
28478
+ interface FleetUpdateRunManagedClusterUpdate {
28479
+ /**
28480
+ * A `nodeImageSelection` block as defined below.
28481
+ */
28482
+ nodeImageSelection?: outputs.containerservice.FleetUpdateRunManagedClusterUpdateNodeImageSelection;
28483
+ /**
28484
+ * A `upgrade` block as defined below.
28485
+ */
28486
+ upgrade: outputs.containerservice.FleetUpdateRunManagedClusterUpdateUpgrade;
28487
+ }
28488
+ interface FleetUpdateRunManagedClusterUpdateNodeImageSelection {
28489
+ /**
28490
+ * Specifies the node image upgrade type. Possible values are `Latest` and `Consistent`.
28491
+ */
28492
+ type: string;
28493
+ }
28494
+ interface FleetUpdateRunManagedClusterUpdateUpgrade {
28495
+ /**
28496
+ * Specifies the Kubernetes version to upgrade the member clusters to. This is required if `type` is set to `Full`.
28497
+ */
28498
+ kubernetesVersion?: string;
28499
+ /**
28500
+ * Specifies the type of upgrade to perform. Possible values are `Full` and `NodeImageOnly`.
28501
+ */
28502
+ type: string;
28503
+ }
28504
+ interface FleetUpdateRunStage {
28505
+ /**
28506
+ * Specifies the time in seconds to wait at the end of this stage before starting the next one.
28507
+ */
28508
+ afterStageWaitInSeconds?: number;
28509
+ /**
28510
+ * One or more `group` blocks as defined below.
28511
+ */
28512
+ groups: outputs.containerservice.FleetUpdateRunStageGroup[];
28513
+ /**
28514
+ * The name which should be used for this stage.
28515
+ */
28516
+ name: string;
28517
+ }
28518
+ interface FleetUpdateRunStageGroup {
28519
+ /**
28520
+ * The name which should be used for this group.
28521
+ */
28522
+ name: string;
28523
+ }
28449
28524
  interface FleetUpdateStrategyStage {
28450
28525
  /**
28451
28526
  * Specifies the time in seconds to wait at the end of this stage before starting the next one.
@@ -29819,7 +29894,7 @@ export declare namespace containerservice {
29819
29894
  */
29820
29895
  osDiskType?: string;
29821
29896
  /**
29822
- * 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.
29897
+ * 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.
29823
29898
  */
29824
29899
  osSku: string;
29825
29900
  /**
@@ -30226,7 +30301,7 @@ export declare namespace containerservice {
30226
30301
  }
30227
30302
  interface KubernetesClusterKeyManagementService {
30228
30303
  /**
30229
- * 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.
30304
+ * 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.
30230
30305
  */
30231
30306
  keyVaultKeyId: string;
30232
30307
  /**
@@ -30575,7 +30650,7 @@ export declare namespace containerservice {
30575
30650
  */
30576
30651
  networkPolicy: string;
30577
30652
  /**
30578
- * 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.
30653
+ * 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).
30579
30654
  */
30580
30655
  outboundType?: string;
30581
30656
  /**
@@ -31409,7 +31484,7 @@ export declare namespace containerservice {
31409
31484
  }
31410
31485
  interface TokenPasswordPassword1 {
31411
31486
  /**
31412
- * The expiration date of the password in RFC3339 format. Changing this forces a new resource to be created.
31487
+ * 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.
31413
31488
  */
31414
31489
  expiry?: string;
31415
31490
  /**
@@ -31419,7 +31494,7 @@ export declare namespace containerservice {
31419
31494
  }
31420
31495
  interface TokenPasswordPassword2 {
31421
31496
  /**
31422
- * The expiration date of the password in RFC3339 format. Changing this forces a new resource to be created.
31497
+ * 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.
31423
31498
  */
31424
31499
  expiry?: string;
31425
31500
  /**
@@ -32053,6 +32128,10 @@ export declare namespace cosmosdb {
32053
32128
  * > **Note:** You can only configure `intervalInMinutes`, `retentionInHours` and `storageRedundancy` when the `type` field is set to `Periodic`.
32054
32129
  */
32055
32130
  storageRedundancy: string;
32131
+ /**
32132
+ * The continuous backup tier. Possible values are `Continuous7Days` and `Continuous30Days`.
32133
+ */
32134
+ tier: string;
32056
32135
  /**
32057
32136
  * The type of the `backup`. Possible values are `Continuous` and `Periodic`.
32058
32137
  *
@@ -35244,6 +35323,18 @@ export declare namespace desktopvirtualization {
35244
35323
  }
35245
35324
  }
35246
35325
  export declare namespace devcenter {
35326
+ interface CatalogCatalogAdogit {
35327
+ branch: string;
35328
+ keyVaultKeyUrl: string;
35329
+ path: string;
35330
+ uri: string;
35331
+ }
35332
+ interface CatalogCatalogGithub {
35333
+ branch: string;
35334
+ keyVaultKeyUrl: string;
35335
+ path: string;
35336
+ uri: string;
35337
+ }
35247
35338
  interface DevCenterIdentity {
35248
35339
  identityIds?: string[];
35249
35340
  principalId: string;
@@ -43873,23 +43964,23 @@ export declare namespace machinelearning {
43873
43964
  }
43874
43965
  interface InferenceClusterSsl {
43875
43966
  /**
43876
- * 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 `""`.
43967
+ * 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 `""`.
43877
43968
  */
43878
43969
  cert?: string;
43879
43970
  /**
43880
- * 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 `""`.
43971
+ * 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 `""`.
43881
43972
  */
43882
43973
  cname?: string;
43883
43974
  /**
43884
- * 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 `""`.
43975
+ * 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 `""`.
43885
43976
  */
43886
43977
  key?: string;
43887
43978
  /**
43888
- * 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 `""`.
43979
+ * 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 `""`.
43889
43980
  */
43890
43981
  leafDomainLabel?: string;
43891
43982
  /**
43892
- * 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 `""`.
43983
+ * 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 `""`.
43893
43984
  */
43894
43985
  overwriteExistingDomain?: boolean;
43895
43986
  }
@@ -43965,6 +44056,12 @@ export declare namespace machinelearning {
43965
44056
  */
43966
44057
  type: string;
43967
44058
  }
44059
+ interface WorkspaceManagedNetwork {
44060
+ /**
44061
+ * The isolation mode of the Machine Learning Workspace. Possible values are `Disabled`, `AllowOnlyApprovedOutbound`, and `AllowInternetOutbound`
44062
+ */
44063
+ isolationMode: string;
44064
+ }
43968
44065
  }
43969
44066
  export declare namespace maintenance {
43970
44067
  interface ConfigurationInstallPatches {
@@ -50017,7 +50114,7 @@ export declare namespace mssql {
50017
50114
  }
50018
50115
  interface ServerAzureadAdministrator {
50019
50116
  /**
50020
- * 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.
50117
+ * 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.
50021
50118
  */
50022
50119
  azureadAuthenticationOnly: boolean;
50023
50120
  /**
@@ -50433,7 +50530,7 @@ export declare namespace mysql {
50433
50530
  /**
50434
50531
  * The high availability mode for the MySQL Flexible Server. Possibles values are `SameZone` and `ZoneRedundant`.
50435
50532
  *
50436
- * > **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.
50533
+ * > **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.
50437
50534
  */
50438
50535
  mode: string;
50439
50536
  standbyAvailabilityZone?: string;
@@ -51585,7 +51682,7 @@ export declare namespace network {
51585
51682
  /**
51586
51683
  * 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.
51587
51684
  *
51588
- * > **NOTE:** `priority` is required when `sku.0.tier` is set to `*_v2`.
51685
+ * > **NOTE:** `priority` is required when `sku[0].tier` is set to `*_v2`.
51589
51686
  */
51590
51687
  priority?: number;
51591
51688
  /**
@@ -55356,7 +55453,7 @@ export declare namespace network {
55356
55453
  */
55357
55454
  name?: string;
55358
55455
  /**
55359
- * Defines how the private IP address of the gateways virtual interface is assigned. Valid options are `Static` or `Dynamic`. Defaults to `Dynamic`.
55456
+ * 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`.
55360
55457
  */
55361
55458
  privateIpAddressAllocation?: string;
55362
55459
  /**
@@ -56572,11 +56669,11 @@ export declare namespace paloalto {
56572
56669
  interface NextGenerationFirewallVirtualNetworkLocalRulestackDnsSettings {
56573
56670
  azureDnsServers: string[];
56574
56671
  /**
56575
- * Specifies a list of DNS servers to use. Conflicts with `dns_settings.0.use_azure_dns`.
56672
+ * Specifies a list of DNS servers to use. Conflicts with `dns_settings[0].use_azure_dns`.
56576
56673
  */
56577
56674
  dnsServers?: string[];
56578
56675
  /**
56579
- * Should the Firewall use Azure Supplied DNS servers. Conflicts with `dns_settings.0.dns_servers`. Defaults to `false`.
56676
+ * Should the Firewall use Azure Supplied DNS servers. Conflicts with `dns_settings[0].dns_servers`. Defaults to `false`.
56580
56677
  */
56581
56678
  useAzureDns?: boolean;
56582
56679
  }
@@ -56658,11 +56755,11 @@ export declare namespace paloalto {
56658
56755
  interface NextGenerationFirewallVirtualNetworkPanoramaDnsSettings {
56659
56756
  azureDnsServers: string[];
56660
56757
  /**
56661
- * Specifies a list of DNS servers to use. Conflicts with `dns_settings.0.use_azure_dns`.
56758
+ * Specifies a list of DNS servers to use. Conflicts with `dns_settings[0].use_azure_dns`.
56662
56759
  */
56663
56760
  dnsServers?: string[];
56664
56761
  /**
56665
- * Should the Firewall use Azure Supplied DNS servers. Conflicts with `dns_settings.0.dns_servers`. Defaults to `false`.
56762
+ * Should the Firewall use Azure Supplied DNS servers. Conflicts with `dns_settings[0].dns_servers`. Defaults to `false`.
56666
56763
  */
56667
56764
  useAzureDns?: boolean;
56668
56765
  }
@@ -56745,15 +56842,15 @@ export declare namespace pim {
56745
56842
  }
56746
56843
  interface ActiveRoleAssignmentScheduleExpiration {
56747
56844
  /**
56748
- * 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.
56845
+ * 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.
56749
56846
  */
56750
56847
  durationDays: number;
56751
56848
  /**
56752
- * 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.
56849
+ * 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.
56753
56850
  */
56754
56851
  durationHours: number;
56755
56852
  /**
56756
- * 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.
56853
+ * 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.
56757
56854
  */
56758
56855
  endDateTime: string;
56759
56856
  }
@@ -56779,15 +56876,15 @@ export declare namespace pim {
56779
56876
  }
56780
56877
  interface EligibleRoleAssignmentScheduleExpiration {
56781
56878
  /**
56782
- * 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.
56879
+ * 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.
56783
56880
  */
56784
56881
  durationDays: number;
56785
56882
  /**
56786
- * 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.
56883
+ * 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.
56787
56884
  */
56788
56885
  durationHours: number;
56789
56886
  /**
56790
- * 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.
56887
+ * 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.
56791
56888
  */
56792
56889
  endDateTime: string;
56793
56890
  }
@@ -56981,13 +57078,13 @@ export declare namespace postgresql {
56981
57078
  /**
56982
57079
  * 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.
56983
57080
  *
56984
- * > **NOTE:** `primaryUserAssignedIdentityId` or `geoBackupUserAssignedIdentityId` is required when `type` is set to `UserAssigned`.
57081
+ * > **Note:** `primaryUserAssignedIdentityId` or `geoBackupUserAssignedIdentityId` is required when `type` is set to `UserAssigned`.
56985
57082
  */
56986
57083
  geoBackupUserAssignedIdentityId?: string;
56987
57084
  /**
56988
57085
  * The ID of the Key Vault Key.
56989
57086
  */
56990
- keyVaultKeyId?: string;
57087
+ keyVaultKeyId: string;
56991
57088
  /**
56992
57089
  * Specifies the primary user managed identity id for a Customer Managed Key. Should be added with `identityIds`.
56993
57090
  */
@@ -57192,7 +57289,7 @@ export declare namespace privatedns {
57192
57289
  */
57193
57290
  privateIpAddress: string;
57194
57291
  /**
57195
- * Private IP address allocation method. Allowed value is `Dynamic`. Defaults to `Dynamic`.
57292
+ * Private IP address allocation method. Allowed value is `Dynamic` and `Static`. Defaults to `Dynamic`.
57196
57293
  */
57197
57294
  privateIpAllocationMethod?: string;
57198
57295
  /**
@@ -57531,7 +57628,7 @@ export declare namespace recoveryservices {
57531
57628
  */
57532
57629
  keyId: string;
57533
57630
  /**
57534
- * Indicate that system assigned identity should be used or not. Defaults to `true`.
57631
+ * Indicate that system assigned identity should be used or not. Defaults to `true`. Must be set to `false` when `userAssignedIdentityId` is set.
57535
57632
  *
57536
57633
  * !> **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)
57537
57634
  *
@@ -57752,6 +57849,10 @@ export declare namespace redis {
57752
57849
  * Example usage:
57753
57850
  */
57754
57851
  aofStorageConnectionString1?: string;
57852
+ /**
57853
+ * Preferred auth method to communicate to storage account used for data persistence. Possible values are `SAS` and `ManagedIdentity`. Defaults to `SAS`.
57854
+ */
57855
+ dataPersistenceAuthenticationMethod?: string;
57755
57856
  /**
57756
57857
  * If set to `false`, the Redis instance will be accessible without authentication. Defaults to `true`.
57757
57858
  *
@@ -57836,6 +57937,7 @@ export declare namespace redis {
57836
57937
  aofBackupEnabled: boolean;
57837
57938
  aofStorageConnectionString0: string;
57838
57939
  aofStorageConnectionString1: string;
57940
+ dataPersistenceAuthenticationMethod: string;
57839
57941
  /**
57840
57942
  * Specifies if authentication is enabled
57841
57943
  */
@@ -61322,6 +61424,22 @@ export declare namespace storage {
61322
61424
  */
61323
61425
  start: string;
61324
61426
  }
61427
+ interface GetTableEntitiesItem {
61428
+ /**
61429
+ * Partition Key of the Entity.
61430
+ */
61431
+ partitionKey: string;
61432
+ /**
61433
+ * A map of any additional properties in key-value format.
61434
+ */
61435
+ properties: {
61436
+ [key: string]: string;
61437
+ };
61438
+ /**
61439
+ * Row Key of the Entity.
61440
+ */
61441
+ rowKey: string;
61442
+ }
61325
61443
  interface LocalUserPermissionScope {
61326
61444
  /**
61327
61445
  * A `permissions` block as defined below.
@@ -62033,6 +62151,10 @@ export declare namespace synapse {
62033
62151
  * 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/`).
62034
62152
  */
62035
62153
  keyVersionlessId: string;
62154
+ /**
62155
+ * The User Assigned Identity ID to be used for accessing the Customer Managed Key for encryption.
62156
+ */
62157
+ userAssignedIdentityId?: string;
62036
62158
  }
62037
62159
  interface WorkspaceGithubRepo {
62038
62160
  /**