Fix PR comments

This commit is contained in:
murggu 2022-11-21 11:35:48 +01:00
parent 664d1069b8
commit f40d33642c
4 changed files with 6 additions and 16 deletions

View File

@ -27,8 +27,8 @@ Network connectivity to the workspace is allowed over public endpoints, making t
| aad_admin.login | The login name of the Azure AD Administrator of the Synapse Workspace | - |
| aad_admin.object_id| The object id of the Azure AD Administrator of the Synapse Workspace | - |
| aad_admin.tenant_id| The tenant id of the Azure AD Administrator of the Synapse Workspace | - |
| synadmin_username| Specifies the login name of the SQL administrator | sqladminuser |
| synadmin_password| The Password associated with the synadmin_username for the SQL administrator | ThisIsNotVerySecure! |
| synadmin_username| Specifies the login name of the SQL administrator | - |
| synadmin_password| The Password associated with the synadmin_username for the SQL administrator | - |
| enable_syn_sparkpool| A feature flag to enable/disable the Spark pool | false |
| enable_syn_sqlpool| A feature flag to enable/disable the SQL pool | false |

View File

@ -22,11 +22,6 @@ variable "aad_login" {
object_id = string
tenant_id = string
})
default = {
name = "AzureAD Admin"
object_id = "00000000-0000-0000-0000-000000000000"
tenant_id = "00000000-0000-0000-0000-000000000000"
}
}
variable "synadmin_username" {

View File

@ -33,10 +33,10 @@ This configuration describes the minimal set of resources you require to get sta
| aad_admin.login | The login name of the Azure AD Administrator of the Synapse Workspace | - |
| aad_admin.object_id| The object id of the Azure AD Administrator of the Synapse Workspace | - |
| aad_admin.tenant_id| The tenant id of the Azure AD Administrator of the Synapse Workspace | - |
| synadmin_username| Specifies the login name of the SQL administrator | sqladminuser |
| synadmin_password| The Password associated with the synadmin_username for the SQL administrator | ThisIsNotVerySecure! |
| jumphost_username| Admin username of the VM | azureuser |
| jumphost_password| Password for the admin username of the VM | ThisIsNotVerySecure! |
| synadmin_username| Specifies the login name of the SQL administrator | - |
| synadmin_password| The Password associated with the synadmin_username for the SQL administrator | - |
| jumphost_username| Admin username of the VM | - |
| jumphost_password| Password for the admin username of the VM | - |
| enable_syn_sparkpool| A feature flag to enable/disable the Spark pool | false |
| enable_syn_sqlpool| A feature flag to enable/disable the SQL pool | false |

View File

@ -22,11 +22,6 @@ variable "aad_login" {
object_id = string
tenant_id = string
})
default = {
name = "AzureAD Admin"
object_id = "00000000-0000-0000-0000-000000000000"
tenant_id = "00000000-0000-0000-0000-000000000000"
}
}
variable "jumphost_username" {