Skip to content

Commit

Permalink
azurerm_site_recovery_replicated_vm, `azurerm_sentinel_alert_rule_s…
Browse files Browse the repository at this point in the history
…cheduled` and `azurerm_data_share_dataset_kusto_cluster` - fix document (#19804)
  • Loading branch information
ziyeqf authored Jan 3, 2023
1 parent 6e0b23d commit 4e79ffb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions website/docs/r/data_share_dataset_kusto_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/sentinel_alert_rule_scheduled.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion website/docs/r/site_recovery_replicated_vm.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4e79ffb

Please sign in to comment.