Skip to content

Commit

Permalink
azurerm_app_service_connection, azurerm_spring_cloud_connection, …
Browse files Browse the repository at this point in the history
…`azurerm_dev_test_global_vm_shutdown_schedule`, `azurerm_dev_test_policy`, `azurerm_dev_test_schedule`, `azurerm_stream_analytics_job`: Update documentations (#19812)
  • Loading branch information
jiaweitao001 authored Jan 3, 2023
1 parent c48cf8e commit 6e0b23d
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 7 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/app_service_connection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ The following arguments are supported:

---

An `authentication` block supports the following:

* `type` - (Required) The authentication type. Possible values are `systemAssignedIdentity`, `userAssignedIdentity`, `servicePrincipalSecret`, `servicePrincipalCertificate`, `secret`.

* `name` - (Required) Username or account name for secret auth. `name` and `secret` should be either both specified or both not specified when `type` is set to `secret`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ The following arguments are supported:

* `daily_recurrence_time` - (Required) The time each day when the schedule takes effect. Must match the format HHmm where HH is 00-23 and mm is 00-59 (e.g. 0930, 2300, etc.)

* `notification_settings` - (Required) The notification setting of a schedule. A `notification_settings` as defined below.

---

A `notification_settings` - (Required) - block supports the following:
A `notification_settings` block supports the following:

* `enabled` - (Required) Whether to enable pre-shutdown notifications. Possible values are `true` and `false`. Defaults to `false`

Expand Down
2 changes: 0 additions & 2 deletions website/docs/r/dev_test_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ The following arguments are supported:

* `resource_group_name` - (Required) The name of the resource group in which the Dev Test Lab resource exists. Changing this forces a new resource to be created.

* `location` - (Required) Specifies the supported Azure location where the Dev Test Lab exists. Changing this forces a new resource to be created.

* `description` - (Optional) A description for the Policy.

* `evaluator_type` - (Required) The Evaluation Type used for this Policy. Possible values include: 'AllowedValuesPolicy', 'MaxValuePolicy'. Changing this forces a new resource to be created.
Expand Down
20 changes: 17 additions & 3 deletions website/docs/r/dev_test_schedule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,37 @@ The following arguments are supported:

* `tags` - (Optional) A mapping of tags to assign to the resource.

* `notification_settings` - (Required) The notification setting of a schedule. A `notification_settings` as defined below.

* `weekly_recurrence` - (Optional) The properties of a weekly schedule. If the schedule occurs only some days of the week, specify the weekly recurrence. A `weekly_recurrence` block as defined below.

* `daily_recurrence` - (Optional) The properties of a daily schedule. If the schedule occurs once each day of the week, specify the daily recurrence. A `daily_recurrence` block as defined below.

* `hourly_recurrence` - (Optional) The properties of an hourly schedule. If the schedule occurs multiple times a day, specify the hourly recurrence. A `hourly_recurrence` block as defined below.

---

A `weekly_recurrence` - block supports the following:
A `weekly_recurrence` block supports the following:

* `time` - (Required) The time when the schedule takes effect.

* `week_days` - (Optional) A list of days that this schedule takes effect . Possible values include `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday`, `Saturday` and `Sunday`.

---

A `daily_recurrence` - block supports the following:
A `daily_recurrence` block supports the following:

* `time` - (Required) The time each day when the schedule takes effect.

---

A `notification_settings` - (Required) - block supports the following:
A `hourly_recurrence` block supports the following:

* `minute` - (Required) Minutes of the hour the schedule will run.

---

A `notification_settings` block supports the following:

* `status` - (Optional) The status of the notification. Possible values are `Enabled` and `Disabled`. Defaults to `Disabled`

Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/spring_cloud_connection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ The following arguments are supported:

---

An `authentication` block supports the following:

* `type` - (Required) The authentication type. Possible values are `systemAssignedIdentity`, `userAssignedIdentity`, `servicePrincipalSecret`, `servicePrincipalCertificate`, `secret`.

* `name` - (Required) Username or account name for secret auth. `name` and `secret` should be either both specified or both not specified when `type` is set to `secret`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ Spring Cloud Customized Accelerators can be imported using the `resource id`, e.

```shell
terraform import azurerm_spring_cloud_customized_accelerator.example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Microsoft.AppPlatform/Spring/spring1/applicationAccelerators/default/customizedAccelerators/customizedAccelerator1
```
```
2 changes: 2 additions & 0 deletions website/docs/r/stream_analytics_job.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ The following arguments are supported:

---

A `job_storage_account` supports the following:

* `authentication_mode` - (Optional) The authentication mode of the storage account. The only supported value is `ConnectionString`. Defaults to `ConnectionString`.

* `account_name` - (Required) The name of the Azure storage account.
Expand Down

0 comments on commit 6e0b23d

Please sign in to comment.