@pulumi/azure 6.2.0 → 6.3.0-alpha.1727698059
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.
- package/advisor/index.d.ts +3 -0
- package/advisor/index.js +16 -1
- package/advisor/index.js.map +1 -1
- package/advisor/suppression.d.ts +119 -0
- package/advisor/suppression.js +90 -0
- package/advisor/suppression.js.map +1 -0
- package/appplatform/springCloudGateway.d.ts +6 -6
- package/appservice/getStaticWebApp.d.ts +1 -0
- package/appservice/getStaticWebApp.js.map +1 -1
- package/appservice/staticWebApp.d.ts +12 -0
- package/appservice/staticWebApp.js +2 -0
- package/appservice/staticWebApp.js.map +1 -1
- package/arcmachine/automanageConfigurationAssignment.d.ts +1 -1
- package/arcmachine/automanageConfigurationAssignment.js +1 -1
- package/compute/linuxVirtualMachineScaleSet.d.ts +9 -3
- package/compute/linuxVirtualMachineScaleSet.js.map +1 -1
- package/compute/orchestratedVirtualMachineScaleSet.d.ts +9 -3
- package/compute/orchestratedVirtualMachineScaleSet.js.map +1 -1
- package/compute/sharedImage.d.ts +12 -0
- package/compute/sharedImage.js +2 -0
- package/compute/sharedImage.js.map +1 -1
- package/compute/windowsVirtualMachineScaleSet.d.ts +9 -3
- package/compute/windowsVirtualMachineScaleSet.js.map +1 -1
- package/containerapp/customDomain.d.ts +8 -0
- package/containerapp/customDomain.js +2 -0
- package/containerapp/customDomain.js.map +1 -1
- package/containerservice/registry.d.ts +3 -3
- package/dataprotection/backupPolicyMysqlFlexibleServer.d.ts +196 -0
- package/dataprotection/backupPolicyMysqlFlexibleServer.js +154 -0
- package/dataprotection/backupPolicyMysqlFlexibleServer.js.map +1 -0
- package/dataprotection/index.d.ts +3 -0
- package/dataprotection/index.js +6 -1
- package/dataprotection/index.js.map +1 -1
- package/keyvault/index.d.ts +3 -0
- package/keyvault/index.js +6 -1
- package/keyvault/index.js.map +1 -1
- package/keyvault/managedHardwareSecurityModuleKeyRotationPolicy.d.ts +115 -0
- package/keyvault/managedHardwareSecurityModuleKeyRotationPolicy.js +92 -0
- package/keyvault/managedHardwareSecurityModuleKeyRotationPolicy.js.map +1 -0
- package/loganalytics/linkedStorageAccount.d.ts +0 -6
- package/loganalytics/linkedStorageAccount.js.map +1 -1
- package/monitoring/alertPrometheusRuleGroup.d.ts +80 -0
- package/monitoring/alertPrometheusRuleGroup.js +80 -0
- package/monitoring/alertPrometheusRuleGroup.js.map +1 -1
- package/network/getVpnServerConfiguration.d.ts +114 -0
- package/network/getVpnServerConfiguration.js +56 -0
- package/network/getVpnServerConfiguration.js.map +1 -0
- package/network/index.d.ts +3 -0
- package/network/index.js +6 -3
- package/network/index.js.map +1 -1
- package/nginx/deployment.d.ts +1 -1
- package/nginx/deployment.js +1 -1
- package/nginx/getDeployment.d.ts +1 -1
- package/package.json +2 -2
- package/pim/getRoleManagementPolicy.d.ts +2 -2
- package/pim/roleManagementPolicy.d.ts +3 -3
- package/sentinel/threatIntelligenceIndicator.d.ts +28 -0
- package/sentinel/threatIntelligenceIndicator.js +28 -0
- package/sentinel/threatIntelligenceIndicator.js.map +1 -1
- package/stack/hciDeploymentSetting.d.ts +101 -0
- package/stack/hciDeploymentSetting.js +82 -0
- package/stack/hciDeploymentSetting.js.map +1 -0
- package/stack/hciStoragePath.d.ts +147 -0
- package/stack/hciStoragePath.js +101 -0
- package/stack/hciStoragePath.js.map +1 -0
- package/stack/index.d.ts +6 -0
- package/stack/index.js +11 -1
- package/stack/index.js.map +1 -1
- package/storage/blob.d.ts +3 -3
- package/types/input.d.ts +349 -3
- package/types/output.d.ts +465 -3
package/types/output.d.ts
CHANGED
|
@@ -27945,7 +27945,7 @@ export declare namespace containerapp {
|
|
|
27945
27945
|
/**
|
|
27946
27946
|
* The suffix string to which this `trafficWeight` applies.
|
|
27947
27947
|
*
|
|
27948
|
-
* > **Note:** `latestRevision`
|
|
27948
|
+
* > **Note:** If `latestRevision` is `false`, the `revisionSuffix` shall be specified.
|
|
27949
27949
|
*/
|
|
27950
27950
|
revisionSuffix?: string;
|
|
27951
27951
|
}
|
|
@@ -35948,6 +35948,72 @@ export declare namespace dataprotection {
|
|
|
35948
35948
|
*/
|
|
35949
35949
|
duration: string;
|
|
35950
35950
|
}
|
|
35951
|
+
interface BackupPolicyMysqlFlexibleServerDefaultRetentionRule {
|
|
35952
|
+
/**
|
|
35953
|
+
* A `lifeCycle` block as defined below. Changing this forces a new resource to be created.
|
|
35954
|
+
*/
|
|
35955
|
+
lifeCycles: outputs.dataprotection.BackupPolicyMysqlFlexibleServerDefaultRetentionRuleLifeCycle[];
|
|
35956
|
+
}
|
|
35957
|
+
interface BackupPolicyMysqlFlexibleServerDefaultRetentionRuleLifeCycle {
|
|
35958
|
+
/**
|
|
35959
|
+
* The type of data store. The only possible value is `VaultStore`. Changing this forces a new resource to be created.
|
|
35960
|
+
*/
|
|
35961
|
+
dataStoreType: string;
|
|
35962
|
+
/**
|
|
35963
|
+
* The retention duration up to which the backups are to be retained in the data stores. It should follow `ISO 8601` duration format. Changing this forces a new resource to be created.
|
|
35964
|
+
*/
|
|
35965
|
+
duration: string;
|
|
35966
|
+
}
|
|
35967
|
+
interface BackupPolicyMysqlFlexibleServerRetentionRule {
|
|
35968
|
+
/**
|
|
35969
|
+
* A `criteria` block as defined below. Changing this forces a new resource to be created.
|
|
35970
|
+
*/
|
|
35971
|
+
criteria: outputs.dataprotection.BackupPolicyMysqlFlexibleServerRetentionRuleCriteria;
|
|
35972
|
+
/**
|
|
35973
|
+
* A `lifeCycle` block as defined below. Changing this forces a new resource to be created.
|
|
35974
|
+
*/
|
|
35975
|
+
lifeCycles: outputs.dataprotection.BackupPolicyMysqlFlexibleServerRetentionRuleLifeCycle[];
|
|
35976
|
+
/**
|
|
35977
|
+
* Specifies the name of the retention rule. Changing this forces a new resource to be created.
|
|
35978
|
+
*/
|
|
35979
|
+
name: string;
|
|
35980
|
+
/**
|
|
35981
|
+
* Specifies the priority of the rule. The priority number must be unique for each rule. The lower the priority number, the higher the priority of the rule. Changing this forces a new resource to be created.
|
|
35982
|
+
*/
|
|
35983
|
+
priority: number;
|
|
35984
|
+
}
|
|
35985
|
+
interface BackupPolicyMysqlFlexibleServerRetentionRuleCriteria {
|
|
35986
|
+
/**
|
|
35987
|
+
* Possible values are `AllBackup`, `FirstOfDay`, `FirstOfWeek`, `FirstOfMonth` and `FirstOfYear`. These values mean the first successful backup of the day/week/month/year. Changing this forces a new resource to be created.
|
|
35988
|
+
*/
|
|
35989
|
+
absoluteCriteria?: string;
|
|
35990
|
+
/**
|
|
35991
|
+
* Possible values are `Monday`, `Tuesday`, `Thursday`, `Friday`, `Saturday` and `Sunday`. Changing this forces a new resource to be created.
|
|
35992
|
+
*/
|
|
35993
|
+
daysOfWeeks?: string[];
|
|
35994
|
+
/**
|
|
35995
|
+
* Possible values are `January`, `February`, `March`, `April`, `May`, `June`, `July`, `August`, `September`, `October`, `November` and `December`. Changing this forces a new resource to be created.
|
|
35996
|
+
*/
|
|
35997
|
+
monthsOfYears?: string[];
|
|
35998
|
+
/**
|
|
35999
|
+
* Specifies a list of backup times for backup in the `RFC3339` format. Changing this forces a new resource to be created.
|
|
36000
|
+
*/
|
|
36001
|
+
scheduledBackupTimes?: string[];
|
|
36002
|
+
/**
|
|
36003
|
+
* Possible values are `First`, `Second`, `Third`, `Fourth` and `Last`. Changing this forces a new resource to be created.
|
|
36004
|
+
*/
|
|
36005
|
+
weeksOfMonths?: string[];
|
|
36006
|
+
}
|
|
36007
|
+
interface BackupPolicyMysqlFlexibleServerRetentionRuleLifeCycle {
|
|
36008
|
+
/**
|
|
36009
|
+
* The type of data store. The only possible value is `VaultStore`. Changing this forces a new resource to be created.
|
|
36010
|
+
*/
|
|
36011
|
+
dataStoreType: string;
|
|
36012
|
+
/**
|
|
36013
|
+
* The retention duration up to which the backups are to be retained in the data stores. It should follow `ISO 8601` duration format. Changing this forces a new resource to be created.
|
|
36014
|
+
*/
|
|
36015
|
+
duration: string;
|
|
36016
|
+
}
|
|
35951
36017
|
interface BackupPolicyPostgresqlFlexibleServerDefaultRetentionRule {
|
|
35952
36018
|
/**
|
|
35953
36019
|
* A `lifeCycle` block as defined below. Changing this forces a new resource to be created.
|
|
@@ -53065,6 +53131,122 @@ export declare namespace network {
|
|
|
53065
53131
|
*/
|
|
53066
53132
|
tunnelIps: string[];
|
|
53067
53133
|
}
|
|
53134
|
+
interface GetVpnServerConfigurationAzureActiveDirectoryAuthentication {
|
|
53135
|
+
/**
|
|
53136
|
+
* The Audience which should be used for authentication.
|
|
53137
|
+
*/
|
|
53138
|
+
audience: string;
|
|
53139
|
+
/**
|
|
53140
|
+
* The Issuer which should be used for authentication.
|
|
53141
|
+
*/
|
|
53142
|
+
issuer: string;
|
|
53143
|
+
/**
|
|
53144
|
+
* The Tenant which should be used for authentication.
|
|
53145
|
+
*/
|
|
53146
|
+
tenant: string;
|
|
53147
|
+
}
|
|
53148
|
+
interface GetVpnServerConfigurationClientRevokedCertificate {
|
|
53149
|
+
/**
|
|
53150
|
+
* The Name of the VPN Server Configuration.
|
|
53151
|
+
*/
|
|
53152
|
+
name: string;
|
|
53153
|
+
/**
|
|
53154
|
+
* The Thumbprint of the Certificate.
|
|
53155
|
+
*/
|
|
53156
|
+
thumbprint: string;
|
|
53157
|
+
}
|
|
53158
|
+
interface GetVpnServerConfigurationClientRootCertificate {
|
|
53159
|
+
/**
|
|
53160
|
+
* The Name of the VPN Server Configuration.
|
|
53161
|
+
*/
|
|
53162
|
+
name: string;
|
|
53163
|
+
/**
|
|
53164
|
+
* The Public Key Data associated with the Certificate.
|
|
53165
|
+
*/
|
|
53166
|
+
publicCertData: string;
|
|
53167
|
+
}
|
|
53168
|
+
interface GetVpnServerConfigurationIpsecPolicy {
|
|
53169
|
+
/**
|
|
53170
|
+
* The DH Group, used in IKE Phase 1.
|
|
53171
|
+
*/
|
|
53172
|
+
dhGroup: string;
|
|
53173
|
+
/**
|
|
53174
|
+
* The IKE encryption algorithm, used for IKE Phase 2.
|
|
53175
|
+
*/
|
|
53176
|
+
ikeEncryption: string;
|
|
53177
|
+
/**
|
|
53178
|
+
* The IKE encryption integrity algorithm, used for IKE Phase 2.
|
|
53179
|
+
*/
|
|
53180
|
+
ikeIntegrity: string;
|
|
53181
|
+
/**
|
|
53182
|
+
* The IPSec encryption algorithm, used for IKE phase 1.
|
|
53183
|
+
*/
|
|
53184
|
+
ipsecEncryption: string;
|
|
53185
|
+
/**
|
|
53186
|
+
* The IPSec integrity algorithm, used for IKE phase 1.
|
|
53187
|
+
*/
|
|
53188
|
+
ipsecIntegrity: string;
|
|
53189
|
+
/**
|
|
53190
|
+
* The Pfs Group, used in IKE Phase 2.
|
|
53191
|
+
*/
|
|
53192
|
+
pfsGroup: string;
|
|
53193
|
+
/**
|
|
53194
|
+
* The IPSec Security Association payload size in KB for a Site-to-Site VPN tunnel.
|
|
53195
|
+
*/
|
|
53196
|
+
saDataSizeKilobytes: number;
|
|
53197
|
+
/**
|
|
53198
|
+
* The IPSec Security Association lifetime in seconds for a Site-to-Site VPN tunnel.
|
|
53199
|
+
*/
|
|
53200
|
+
saLifetimeSeconds: number;
|
|
53201
|
+
}
|
|
53202
|
+
interface GetVpnServerConfigurationRadius {
|
|
53203
|
+
/**
|
|
53204
|
+
* One or more `clientRootCertificate` blocks as defined below.
|
|
53205
|
+
*/
|
|
53206
|
+
clientRootCertificates: outputs.network.GetVpnServerConfigurationRadiusClientRootCertificate[];
|
|
53207
|
+
/**
|
|
53208
|
+
* One or more `serverRootCertificate` blocks as defined below.
|
|
53209
|
+
*/
|
|
53210
|
+
serverRootCertificates: outputs.network.GetVpnServerConfigurationRadiusServerRootCertificate[];
|
|
53211
|
+
/**
|
|
53212
|
+
* One or more `server` blocks as defined below.
|
|
53213
|
+
*/
|
|
53214
|
+
servers: outputs.network.GetVpnServerConfigurationRadiusServer[];
|
|
53215
|
+
}
|
|
53216
|
+
interface GetVpnServerConfigurationRadiusClientRootCertificate {
|
|
53217
|
+
/**
|
|
53218
|
+
* The Name of the VPN Server Configuration.
|
|
53219
|
+
*/
|
|
53220
|
+
name: string;
|
|
53221
|
+
/**
|
|
53222
|
+
* The Thumbprint of the Certificate.
|
|
53223
|
+
*/
|
|
53224
|
+
thumbprint: string;
|
|
53225
|
+
}
|
|
53226
|
+
interface GetVpnServerConfigurationRadiusServer {
|
|
53227
|
+
/**
|
|
53228
|
+
* The Address of the Radius Server.
|
|
53229
|
+
*/
|
|
53230
|
+
address: string;
|
|
53231
|
+
/**
|
|
53232
|
+
* The Score of the Radius Server determines the priority of the server.
|
|
53233
|
+
*/
|
|
53234
|
+
score: number;
|
|
53235
|
+
/**
|
|
53236
|
+
* The Secret used to communicate with the Radius Server.
|
|
53237
|
+
*/
|
|
53238
|
+
secret: string;
|
|
53239
|
+
}
|
|
53240
|
+
interface GetVpnServerConfigurationRadiusServerRootCertificate {
|
|
53241
|
+
/**
|
|
53242
|
+
* The Name of the VPN Server Configuration.
|
|
53243
|
+
*/
|
|
53244
|
+
name: string;
|
|
53245
|
+
/**
|
|
53246
|
+
* The Public Key Data associated with the Certificate.
|
|
53247
|
+
*/
|
|
53248
|
+
publicCertData: string;
|
|
53249
|
+
}
|
|
53068
53250
|
interface LocalNetworkGatewayBgpSettings {
|
|
53069
53251
|
/**
|
|
53070
53252
|
* The BGP speaker's ASN.
|
|
@@ -59482,6 +59664,286 @@ export declare namespace stack {
|
|
|
59482
59664
|
*/
|
|
59483
59665
|
type: string;
|
|
59484
59666
|
}
|
|
59667
|
+
interface HciDeploymentSettingScaleUnit {
|
|
59668
|
+
/**
|
|
59669
|
+
* Specify the full name of the Active Directory Organizational Unit container object prepared for the deployment, including the domain components. For example:`OU=HCI01,DC=contoso,DC=com`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59670
|
+
*/
|
|
59671
|
+
activeDirectoryOrganizationalUnitPath: string;
|
|
59672
|
+
/**
|
|
59673
|
+
* Whether to enable BitLocker for boot volume. Possible values are `true` and `false`. When set to `true`, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59674
|
+
*/
|
|
59675
|
+
bitlockerBootVolumeEnabled?: boolean;
|
|
59676
|
+
/**
|
|
59677
|
+
* Whether to enable BitLocker for data volume. Possible values are `true` and `false`. When set to `true`, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59678
|
+
*/
|
|
59679
|
+
bitlockerDataVolumeEnabled?: boolean;
|
|
59680
|
+
/**
|
|
59681
|
+
* A `cluster` block as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59682
|
+
*/
|
|
59683
|
+
cluster: outputs.stack.HciDeploymentSettingScaleUnitCluster;
|
|
59684
|
+
/**
|
|
59685
|
+
* Whether to enable credential guard. Possible values are `true` and `false`. Defaults to `false`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59686
|
+
*/
|
|
59687
|
+
credentialGuardEnabled?: boolean;
|
|
59688
|
+
/**
|
|
59689
|
+
* Specifies the FQDN for deploying cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59690
|
+
*/
|
|
59691
|
+
domainFqdn: string;
|
|
59692
|
+
/**
|
|
59693
|
+
* Whether to enable drift control. Possible values are `true` and `false`. When set to `true`, the security baseline is re-applied regularly. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59694
|
+
*/
|
|
59695
|
+
driftControlEnabled?: boolean;
|
|
59696
|
+
/**
|
|
59697
|
+
* Whether to enable DRTM protection. Possible values are `true` and `false`. When set to `true`, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59698
|
+
*/
|
|
59699
|
+
drtmProtectionEnabled?: boolean;
|
|
59700
|
+
/**
|
|
59701
|
+
* Whether to collect log data to facilitate quicker issue resolution. Possible values are `true` and `false`. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59702
|
+
*/
|
|
59703
|
+
episodicDataUploadEnabled?: boolean;
|
|
59704
|
+
/**
|
|
59705
|
+
* Whether to store data sent to Microsoft in EU. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to `false` results in all data sent to Microsoft to be stored outside of the EU. Possible values are `true` and `false`. Defaults to `false`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59706
|
+
*/
|
|
59707
|
+
euLocationEnabled?: boolean;
|
|
59708
|
+
/**
|
|
59709
|
+
* A `hostNetwork` block as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59710
|
+
*/
|
|
59711
|
+
hostNetwork: outputs.stack.HciDeploymentSettingScaleUnitHostNetwork;
|
|
59712
|
+
/**
|
|
59713
|
+
* Whether to enable HVCI protection. Possible values are `true` and `false`. When set to `true`, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59714
|
+
*/
|
|
59715
|
+
hvciProtectionEnabled?: boolean;
|
|
59716
|
+
/**
|
|
59717
|
+
* One or more `infrastructureNetwork` blocks as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59718
|
+
*/
|
|
59719
|
+
infrastructureNetworks: outputs.stack.HciDeploymentSettingScaleUnitInfrastructureNetwork[];
|
|
59720
|
+
/**
|
|
59721
|
+
* Specifies the name prefix to deploy cluster. It must be 1-8 characters long and contain only letters, numbers and hyphens Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59722
|
+
*/
|
|
59723
|
+
namePrefix: string;
|
|
59724
|
+
/**
|
|
59725
|
+
* A `optionalService` block as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59726
|
+
*/
|
|
59727
|
+
optionalService: outputs.stack.HciDeploymentSettingScaleUnitOptionalService;
|
|
59728
|
+
/**
|
|
59729
|
+
* One or more `physicalNode` blocks as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59730
|
+
*/
|
|
59731
|
+
physicalNodes: outputs.stack.HciDeploymentSettingScaleUnitPhysicalNode[];
|
|
59732
|
+
/**
|
|
59733
|
+
* The URI to the Key Vault or secret store. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59734
|
+
*/
|
|
59735
|
+
secretsLocation: string;
|
|
59736
|
+
/**
|
|
59737
|
+
* Whether to enable side channel mitigation. Possible values are `true` and `false`. When set to `true`, all side channel mitigations are enabled on your Azure HCI cluster. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59738
|
+
*/
|
|
59739
|
+
sideChannelMitigationEnabled?: boolean;
|
|
59740
|
+
/**
|
|
59741
|
+
* Whether to enable SMB cluster encryption. Possible values are `true` and `false`. When set to `true`, cluster east-west traffic is encrypted. Defaults to `false`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59742
|
+
*/
|
|
59743
|
+
smbClusterEncryptionEnabled?: boolean;
|
|
59744
|
+
/**
|
|
59745
|
+
* Whether to enable SMB signing. Possible values are `true` and `false`. When set to `true`, the SMB default instance requires sign in for the client and server services. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59746
|
+
*/
|
|
59747
|
+
smbSigningEnabled?: boolean;
|
|
59748
|
+
/**
|
|
59749
|
+
* A `storage` block as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59750
|
+
*/
|
|
59751
|
+
storage: outputs.stack.HciDeploymentSettingScaleUnitStorage;
|
|
59752
|
+
/**
|
|
59753
|
+
* Whether the telemetry data will be sent to Microsoft. Possible values are `true` and `false`. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59754
|
+
*/
|
|
59755
|
+
streamingDataClientEnabled?: boolean;
|
|
59756
|
+
/**
|
|
59757
|
+
* Whether to enable WDAC. Possible values are `true` and `false`. When set to `true`, applications and the code that you can run on your Azure Stack HCI cluster are limited. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59758
|
+
*/
|
|
59759
|
+
wdacEnabled?: boolean;
|
|
59760
|
+
}
|
|
59761
|
+
interface HciDeploymentSettingScaleUnitCluster {
|
|
59762
|
+
/**
|
|
59763
|
+
* Specifies the Azure blob service endpoint, for example, `core.windows.net`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59764
|
+
*/
|
|
59765
|
+
azureServiceEndpoint: string;
|
|
59766
|
+
/**
|
|
59767
|
+
* Specifies the Azure Storage account name of the cloud witness for the Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59768
|
+
*/
|
|
59769
|
+
cloudAccountName: string;
|
|
59770
|
+
/**
|
|
59771
|
+
* Specifies the name of the cluster. It must be 3-15 characters long and contain only letters, numbers and hyphens. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59772
|
+
*/
|
|
59773
|
+
name: string;
|
|
59774
|
+
/**
|
|
59775
|
+
* Specifies the fileshare path of the local witness for the Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59776
|
+
*/
|
|
59777
|
+
witnessPath: string;
|
|
59778
|
+
/**
|
|
59779
|
+
* Specifies the type of the witness. Possible values are `Cloud`, `FileShare`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59780
|
+
*/
|
|
59781
|
+
witnessType: string;
|
|
59782
|
+
}
|
|
59783
|
+
interface HciDeploymentSettingScaleUnitHostNetwork {
|
|
59784
|
+
/**
|
|
59785
|
+
* One or more `intent` blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59786
|
+
*/
|
|
59787
|
+
intents: outputs.stack.HciDeploymentSettingScaleUnitHostNetworkIntent[];
|
|
59788
|
+
/**
|
|
59789
|
+
* Whether allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically. Optional parameter required only for [3 nodes switchless deployments](https://learn.microsoft.com/azure-stack/hci/concepts/physical-network-requirements?tabs=overview%2C23H2reqs#using-switchless). Possible values are `true` and `false`. Defaults to `true`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59790
|
+
*/
|
|
59791
|
+
storageAutoIpEnabled?: boolean;
|
|
59792
|
+
/**
|
|
59793
|
+
* Defines how the storage adapters between nodes are connected either switch or switch less. Possible values are `true` and `false`. Defaults to `false`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59794
|
+
*/
|
|
59795
|
+
storageConnectivitySwitchlessEnabled?: boolean;
|
|
59796
|
+
/**
|
|
59797
|
+
* One or more `storageNetwork` blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59798
|
+
*/
|
|
59799
|
+
storageNetworks: outputs.stack.HciDeploymentSettingScaleUnitHostNetworkStorageNetwork[];
|
|
59800
|
+
}
|
|
59801
|
+
interface HciDeploymentSettingScaleUnitHostNetworkIntent {
|
|
59802
|
+
/**
|
|
59803
|
+
* A `adapterPropertyOverride` block as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59804
|
+
*/
|
|
59805
|
+
adapterPropertyOverride?: outputs.stack.HciDeploymentSettingScaleUnitHostNetworkIntentAdapterPropertyOverride;
|
|
59806
|
+
/**
|
|
59807
|
+
* Whether to override adapter properties. Possible values are `true` and `false`. defaults to `false`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59808
|
+
*/
|
|
59809
|
+
adapterPropertyOverrideEnabled?: boolean;
|
|
59810
|
+
/**
|
|
59811
|
+
* Specifies a list of ID of network interfaces used for the network intent. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59812
|
+
*/
|
|
59813
|
+
adapters: string[];
|
|
59814
|
+
/**
|
|
59815
|
+
* Specifies the name of the intent. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59816
|
+
*/
|
|
59817
|
+
name: string;
|
|
59818
|
+
/**
|
|
59819
|
+
* A `qosPolicyOverride` block as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59820
|
+
*/
|
|
59821
|
+
qosPolicyOverride?: outputs.stack.HciDeploymentSettingScaleUnitHostNetworkIntentQosPolicyOverride;
|
|
59822
|
+
/**
|
|
59823
|
+
* Whether to override QoS policy. Possible values are `true` and `false`. defaults to `false`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59824
|
+
*/
|
|
59825
|
+
qosPolicyOverrideEnabled?: boolean;
|
|
59826
|
+
/**
|
|
59827
|
+
* Specifies a list of network traffic types. Possible values are `Compute`, `Storage`, `Management`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59828
|
+
*/
|
|
59829
|
+
trafficTypes: string[];
|
|
59830
|
+
/**
|
|
59831
|
+
* A `virtualSwitchConfigurationOverride` block as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59832
|
+
*/
|
|
59833
|
+
virtualSwitchConfigurationOverride?: outputs.stack.HciDeploymentSettingScaleUnitHostNetworkIntentVirtualSwitchConfigurationOverride;
|
|
59834
|
+
/**
|
|
59835
|
+
* Whether to override virtual switch configuration. Possible values are `true` and `false`. defaults to `false`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59836
|
+
*/
|
|
59837
|
+
virtualSwitchConfigurationOverrideEnabled?: boolean;
|
|
59838
|
+
}
|
|
59839
|
+
interface HciDeploymentSettingScaleUnitHostNetworkIntentAdapterPropertyOverride {
|
|
59840
|
+
/**
|
|
59841
|
+
* The jumbo frame size of the adapter. This parameter should only be modified based on your OEM guidance. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59842
|
+
*/
|
|
59843
|
+
jumboPacket?: string;
|
|
59844
|
+
/**
|
|
59845
|
+
* The network direct of the adapter. This parameter should only be modified based on your OEM guidance. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59846
|
+
*/
|
|
59847
|
+
networkDirect?: string;
|
|
59848
|
+
/**
|
|
59849
|
+
* The network direct technology of the adapter. This parameter should only be modified based on your OEM guidance. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59850
|
+
*/
|
|
59851
|
+
networkDirectTechnology?: string;
|
|
59852
|
+
}
|
|
59853
|
+
interface HciDeploymentSettingScaleUnitHostNetworkIntentQosPolicyOverride {
|
|
59854
|
+
/**
|
|
59855
|
+
* Specifies the percentage of the allocated storage traffic bandwidth. This parameter should only be modified based on your OEM guidance. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59856
|
+
*/
|
|
59857
|
+
bandwidthPercentageSmb?: string;
|
|
59858
|
+
/**
|
|
59859
|
+
* Specifies the Cluster traffic priority. This parameter should only be modified based on your OEM guidance. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59860
|
+
*/
|
|
59861
|
+
priorityValue8021ActionCluster?: string;
|
|
59862
|
+
/**
|
|
59863
|
+
* Specifies the Priority Flow Control where Data Center Bridging (DCB) is used. This parameter should only be modified based on your OEM guidance. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59864
|
+
*/
|
|
59865
|
+
priorityValue8021ActionSmb?: string;
|
|
59866
|
+
}
|
|
59867
|
+
interface HciDeploymentSettingScaleUnitHostNetworkIntentVirtualSwitchConfigurationOverride {
|
|
59868
|
+
/**
|
|
59869
|
+
* Specifies the IoV enable status for Virtual Switch. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59870
|
+
*/
|
|
59871
|
+
enableIov?: string;
|
|
59872
|
+
/**
|
|
59873
|
+
* Specifies the load balancing algorithm for Virtual Switch. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59874
|
+
*/
|
|
59875
|
+
loadBalancingAlgorithm?: string;
|
|
59876
|
+
}
|
|
59877
|
+
interface HciDeploymentSettingScaleUnitHostNetworkStorageNetwork {
|
|
59878
|
+
/**
|
|
59879
|
+
* The name of the storage network. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59880
|
+
*/
|
|
59881
|
+
name: string;
|
|
59882
|
+
/**
|
|
59883
|
+
* The name of the network adapter. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59884
|
+
*/
|
|
59885
|
+
networkAdapterName: string;
|
|
59886
|
+
/**
|
|
59887
|
+
* Specifies the ID for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59888
|
+
*/
|
|
59889
|
+
vlanId: string;
|
|
59890
|
+
}
|
|
59891
|
+
interface HciDeploymentSettingScaleUnitInfrastructureNetwork {
|
|
59892
|
+
/**
|
|
59893
|
+
* Whether DHCP is enabled for hosts and cluster IPs. Possible values are `true` and `false`. defaults to `false`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59894
|
+
*
|
|
59895
|
+
* > **NOTE:** If `dhcpEnabled` is set to `false`, the deployment will use static IPs. If set to `true`, the gateway and DNS servers are not required.
|
|
59896
|
+
*/
|
|
59897
|
+
dhcpEnabled?: boolean;
|
|
59898
|
+
/**
|
|
59899
|
+
* Specifies a list of IPv4 addresses of the DNS servers in your environment. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59900
|
+
*/
|
|
59901
|
+
dnsServers: string[];
|
|
59902
|
+
/**
|
|
59903
|
+
* Specifies the default gateway that should be used for the provided IP address space. It should be in the format of an IPv4 IP address. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59904
|
+
*/
|
|
59905
|
+
gateway: string;
|
|
59906
|
+
/**
|
|
59907
|
+
* One or more `ipPool` blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59908
|
+
*/
|
|
59909
|
+
ipPools: outputs.stack.HciDeploymentSettingScaleUnitInfrastructureNetworkIpPool[];
|
|
59910
|
+
/**
|
|
59911
|
+
* Specifies the subnet mask that matches the provided IP address space. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59912
|
+
*/
|
|
59913
|
+
subnetMask: string;
|
|
59914
|
+
}
|
|
59915
|
+
interface HciDeploymentSettingScaleUnitInfrastructureNetworkIpPool {
|
|
59916
|
+
/**
|
|
59917
|
+
* Specifies starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59918
|
+
*/
|
|
59919
|
+
endingAddress: string;
|
|
59920
|
+
/**
|
|
59921
|
+
* Specifies ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59922
|
+
*/
|
|
59923
|
+
startingAddress: string;
|
|
59924
|
+
}
|
|
59925
|
+
interface HciDeploymentSettingScaleUnitOptionalService {
|
|
59926
|
+
/**
|
|
59927
|
+
* Specifies the name of custom location. A custom location will be created after the deployment is completed. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59928
|
+
*/
|
|
59929
|
+
customLocation: string;
|
|
59930
|
+
}
|
|
59931
|
+
interface HciDeploymentSettingScaleUnitPhysicalNode {
|
|
59932
|
+
/**
|
|
59933
|
+
* Specifies the IPv4 address assigned to each physical server on your Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59934
|
+
*/
|
|
59935
|
+
ipv4Address: string;
|
|
59936
|
+
/**
|
|
59937
|
+
* The NETBIOS name of each physical server on your Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59938
|
+
*/
|
|
59939
|
+
name: string;
|
|
59940
|
+
}
|
|
59941
|
+
interface HciDeploymentSettingScaleUnitStorage {
|
|
59942
|
+
/**
|
|
59943
|
+
* The configuration mode of storage. If set to `Express` and your storage is configured as per best practices based on the number of nodes in the cluster. Possible values are `Express`, `InfraOnly` and `KeepStorage`. Changing this forces a new Stack HCI Deployment Setting to be created.
|
|
59944
|
+
*/
|
|
59945
|
+
configurationMode: string;
|
|
59946
|
+
}
|
|
59485
59947
|
interface HciLogicalNetworkSubnet {
|
|
59486
59948
|
/**
|
|
59487
59949
|
* The address prefix in CIDR notation. Changing this forces a new resource to be created.
|
|
@@ -60702,7 +61164,7 @@ export declare namespace storage {
|
|
|
60702
61164
|
*/
|
|
60703
61165
|
copyBlobsCreatedAfter?: string;
|
|
60704
61166
|
/**
|
|
60705
|
-
* The destination storage container name.
|
|
61167
|
+
* The destination storage container name.
|
|
60706
61168
|
*/
|
|
60707
61169
|
destinationContainerName: string;
|
|
60708
61170
|
/**
|
|
@@ -60711,7 +61173,7 @@ export declare namespace storage {
|
|
|
60711
61173
|
filterOutBlobsWithPrefixes?: string[];
|
|
60712
61174
|
name: string;
|
|
60713
61175
|
/**
|
|
60714
|
-
* The source storage container name.
|
|
61176
|
+
* The source storage container name.
|
|
60715
61177
|
*/
|
|
60716
61178
|
sourceContainerName: string;
|
|
60717
61179
|
}
|