emichellecarter
emichellecarter
Had to manually add registry keys for TLS in order to prevent errors. Added the following to the DC server. New-Item -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client' -Force Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client' -Name...
Alter to use new version of powershell Az.
### Terraform CLI and Provider Versions 3.4.3 ### Terraform Configuration ```terraform resource "random_password" "password" { length = 16 special = false min_lower = 2 min_numeric = 2 min_special = 2...
sqlvm-alwayson-cluster/azuredeploy.json line 225 through 227 ### Issue Details Typo in Data Warehouse metadata. "metadata": { "description": "The Sql VM work load type: GENERAL - general work load; DW - datawear...
### Description When using the Register-AzRecoveryServicesBackupContainer cmdlet, to register an AzureVM container the cmdlet is limited to a BackupManagementType of AzureWorkloads. The documentation states that the available workload types are...
When creating a mysql database with the attribute ssl_enforcement_enabled set to false. The attribute ssl_minimal_tls_version_enforced must be set to "TLSEnforcementDisabled" or the mysql database will throw an error that the...
The random provider is using the number attribute instead of the numeric attribute. https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string
There's a slight alignment issue with the azurerm provider in the 05-Terraform-Provider-Resource-Block-Basics c1-versions.tf file.