From 4e79ffb8a7fe7bf93a3e076f9ff6d4377cac58b3 Mon Sep 17 00:00:00 2001 From: ziyeqf <51212351+ziyeqf@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:46:23 +0800 Subject: [PATCH] `azurerm_site_recovery_replicated_vm`, `azurerm_sentinel_alert_rule_scheduled` and `azurerm_data_share_dataset_kusto_cluster` - fix document (#19804) --- website/docs/r/data_share_dataset_kusto_cluster.html.markdown | 2 -- website/docs/r/sentinel_alert_rule_scheduled.html.markdown | 4 ++-- website/docs/r/site_recovery_replicated_vm.html.markdown | 4 +++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/r/data_share_dataset_kusto_cluster.html.markdown b/website/docs/r/data_share_dataset_kusto_cluster.html.markdown index 2749ebbcdc91..f888a0788541 100644 --- a/website/docs/r/data_share_dataset_kusto_cluster.html.markdown +++ b/website/docs/r/data_share_dataset_kusto_cluster.html.markdown @@ -74,8 +74,6 @@ The following arguments are supported: * `kusto_cluster_id` - (Required) The resource ID of the Kusto Cluster to be shared with the receiver. Changing this forces a new Data Share Kusto Cluster Dataset to be created. -* `public_network_access_enabled` - (Optional) Whether public network access is allowed for the container registry. Defaults to `true`. - ## Attributes Reference In addition to the Arguments listed above - the following Attributes are exported: diff --git a/website/docs/r/sentinel_alert_rule_scheduled.html.markdown b/website/docs/r/sentinel_alert_rule_scheduled.html.markdown index bfdb1f61e797..cc353b616ab4 100644 --- a/website/docs/r/sentinel_alert_rule_scheduled.html.markdown +++ b/website/docs/r/sentinel_alert_rule_scheduled.html.markdown @@ -166,9 +166,9 @@ A `grouping` block supports the following: * `group_by_entities` - (Optional) A list of entity types to group by, only when the `entity_matching_method` is `Selected`. Possible values are `Account`, `AzureResource`, `CloudApplication`, `DNS`, `File`, `FileHash`, `Host`, `IP`, `Mailbox`, `MailCluster`, `MailMessage`, `Malware`, `Process`, `RegistryKey`, `RegistryValue`, `SecurityGroup`, `SubmissionMail`, `URL`. -* `gorup_by_alert_details` - (Optional) A list of alert details to group by, only when the `entity_matching_method` is `Selected`. +* `group_by_alert_details` - (Optional) A list of alert details to group by, only when the `entity_matching_method` is `Selected`. -* `gorup_by_custom_details` - (Optional) A list of custom details keys to group by, only when the `entity_matching_method` is `Selected`. Only keys defined in the `custom_details` may be used. +* `group_by_custom_details` - (Optional) A list of custom details keys to group by, only when the `entity_matching_method` is `Selected`. Only keys defined in the `custom_details` may be used. ## Attributes Reference diff --git a/website/docs/r/site_recovery_replicated_vm.html.markdown b/website/docs/r/site_recovery_replicated_vm.html.markdown index d201f3089250..e9d701a1655e 100644 --- a/website/docs/r/site_recovery_replicated_vm.html.markdown +++ b/website/docs/r/site_recovery_replicated_vm.html.markdown @@ -228,7 +228,9 @@ The following arguments are supported: * `recovery_vault_name` - (Required) The name of the vault that should be updated. Changing this forces a new resource to be created. -* `source_recovery_fabric_name` - (Required) Name of fabric that should contains this replication. Changing this forces a new resource to be created. +* `recovery_replication_policy_id` - (Required) Id of the policy to use for this replicated vm. Changing this forces a new resource to be created. + +* `source_recovery_fabric_name` - (Required) Name of fabric that should contain this replication. Changing this forces a new resource to be created. * `source_vm_id` - (Required) Id of the VM to replicate Changing this forces a new resource to be created.