-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36c0d9b
commit ba6a5ae
Showing
1 changed file
with
21 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
## [1.0.0.1] - 27/10/2024 | ||
|
||
Fixed: | ||
- Added check for PowerShell execution policy (to support load of Microsoft.Graph.Authentication.psm1 when error 'cannot be loaded because running scripts is disabled on this system') | ||
- Optimized the PowerShell Module check/install process to be more user friendly | ||
- Fixed login functions, so if not logged in after press on 'Connect to Microsoft Graph' (via timeout or incomplete Context) the tool will not try to get Managed Identityes from tenant (as you are not logged, and therefor the tool will show '0'). | ||
|
||
|
||
## [1.0.0.0] - 25-10-2024 | ||
|
||
- Initial release | ||
Initial release | ||
|
||
- Features for this release: | ||
Features for this release: | ||
|
||
- Get a list of all Managed Identityes in connected tenant (Entra ID) | ||
- Get corrent assigned permission for selected Managed Identityes | ||
- Support one or many access scopes (for one API service at a time like Microsoft Graph) | ||
- Add permission to selected Managed Identity (keep current assigned permisisons) | ||
- Add permission to selected Managed Identity (reset current assigned permisisons so set to what set in the tool) | ||
- Remove permission on selected Managed Identity | ||
- Remove ALL permission on selected Managed Identity | ||
- Get a list of access scopes (with filter options) to get the access scope you need to add/edit | ||
- For user trust and confirmation, there is messages to comfirm for hight riks tasks | ||
- Full logs for actions performed in the tool and for changes in assigned permissions (add or removal) | ||
- And some more... | ||
- Get a list of all Managed Identityes in connected tenant (Entra ID) | ||
- Get corrent assigned permission for selected Managed Identityes | ||
- Support one or many access scopes (for one API service at a time like Microsoft Graph) | ||
- Add permission to selected Managed Identity (keep current assigned permisisons) | ||
- Add permission to selected Managed Identity (reset current assigned permisisons so set to what set in the tool) | ||
- Remove permission on selected Managed Identity | ||
- Remove ALL permission on selected Managed Identity | ||
- Get a list of access scopes (with filter options) to get the access scope you need to add/edit | ||
- For user trust and confirmation, there is messages to comfirm for hight riks tasks | ||
- Full logs for actions performed in the tool and for changes in assigned permissions (add or removal) | ||
- And some more... |