generated from deploymenttheory/Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bug fixes for conditional access policies and fixes for crud per…
…missions (#267) * fix: update error handling to use WritePermissions in delete and update operations * fix: return correct api permission requirements if required scopes are missing in the token. * fix: implement retry logic for resource creation and update operations * fix: update import commands and modify conditional access policy settings * feat: add template for Microsoft 365 Graph Beta Identity and Access Conditional Access Policy * docs: update documentation for Microsoft 365 Graph Beta resources and add example usage for conditional access policy * chore: update go documentation, provider documentation and format terraform files Signed-off-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com> * fix: update generate-docs workflow to use the correct examples directory path * chore: update go documentation, provider documentation and format terraform files Signed-off-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com> * feat: add workflow dispatch input for release version in provider release workflow --------- Signed-off-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bbc3dc3
commit 4d7f8d8
Showing
38 changed files
with
594 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ph_beta/microsoft365_graph_beta_device_and_app_management_macos_platform_script/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 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 | ||
|
2 changes: 1 addition & 1 deletion
2
...5_graph_beta/microsoft365_graph_beta_device_and_app_management_settings_catalog/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 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 | ||
|
2 changes: 1 addition & 1 deletion
2
..._beta/microsoft365_graph_beta_device_and_app_management_windows_platform_script/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 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 | ||
|
4 changes: 4 additions & 0 deletions
4
...raph_beta/microsoft365_graph_beta_identity_and_access_conditional_access_policy/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Using the provider-default project ID, the import ID is: | ||
# {resource_id} | ||
terraform import microsoft365_graph_beta_identity_and_access_conditional_access_policy.example conditional-access-policy-id | ||
|
Oops, something went wrong.