Skip to content

Commit

Permalink
chore: update go documentation, provider documentation and format ter…
Browse files Browse the repository at this point in the history
…raform files

Signed-off-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 3b4bb0c commit dc438d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ Import is supported using the following syntax:
```shell
# Using the provider-default project ID, the import ID is:
# {resource_id}
terraform terraform import microsoft365_graph_beta_device_and_app_management_device_shell_script.example device-shell-script-id
terraform import microsoft365_graph_beta_device_and_app_management_device_shell_script.example device-shell-script-id
```

Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,6 @@ Import is supported using the following syntax:
```shell
# Using the provider-default project ID, the import ID is:
# {resource_id}
terraform terraform import microsoft365_graph_beta_device_and_app_management_settings_catalog.example settings-catalog-id
terraform import microsoft365_graph_beta_device_and_app_management_settings_catalog.example settings-catalog-id
```

Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ Import is supported using the following syntax:
```shell
# Using the provider-default project ID, the import ID is:
# {resource_id}
terraform terraform import microsoft365_graph_beta_device_and_app_management_device_management_script.example device-management-script-id
terraform import microsoft365_graph_beta_device_and_app_management_device_management_script.example device-management-script-id
```

Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Optional:

Required:

- `guest_or_external_user_types` (String) Indicates internal guests or external user types. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue.
- `guest_or_external_user_types` (List of String) Indicates internal guests or external user types. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue.

Optional:

Expand All @@ -116,7 +116,7 @@ Required:

Required:

- `guest_or_external_user_types` (String) Indicates internal guests or external user types. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue.
- `guest_or_external_user_types` (List of String) Indicates internal guests or external user types. Possible values are: none, internalGuest, b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, otherExternalUser, serviceProvider, unknownFutureValue.

Optional:

Expand All @@ -137,7 +137,7 @@ Required:

Optional:

- `transfer_methods` (String) Represents the transfer methods in scope for the policy. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue.
- `transfer_methods` (List of String) Represents the transfer methods in scope for the policy. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue.


<a id="nestedatt--conditions--client_applications"></a>
Expand Down Expand Up @@ -174,9 +174,7 @@ Optional:
Optional:

- `device_filter` (Attributes) Filter that defines the dynamic-device-syntax rule to include/exclude devices. A filter can use device properties (such as extension attributes) to include/exclude them. Cannot be set if includeDevices or excludeDevices is set. (see [below for nested schema](#nestedatt--conditions--devices--device_filter))
- `exclude_device_states` (List of String, Deprecated) (Deprecated) States excluded from the scope of the policy. Possible values: 'Compliant', 'DomainJoined'.
- `exclude_devices` (List of String) States excluded from the scope of the policy. Possible values: 'Compliant', 'DomainJoined'. Cannot be set if deviceFilter is set.
- `include_device_states` (List of String, Deprecated) (Deprecated) States in the scope of the policy. 'All' is the only allowed value.
- `include_devices` (List of String) States in the scope of the policy. 'All' is the only allowed value. Cannot be set if deviceFilter is set.

<a id="nestedatt--conditions--devices--device_filter"></a>
Expand Down

0 comments on commit dc438d7

Please sign in to comment.