Skip to content

Commit

Permalink
Refactor: All internal access token has been refactored
Browse files Browse the repository at this point in the history
While extending the Security Role cmdlet
  • Loading branch information
Splaxi committed Aug 21, 2024
1 parent 8a304ee commit ed81e37
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion d365bap.tools/functions/Compare-BapEnvironmentD365App.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Compare environment D365 Apps
Expand Down
2 changes: 1 addition & 1 deletion d365bap.tools/functions/Compare-BapEnvironmentUser.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Compare the environment users
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Compare environment Virtual Entities
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Test the integration status
Expand Down
2 changes: 1 addition & 1 deletion d365bap.tools/functions/Export-BapEnvironmentSolution.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Export PowerPlatform / Dataverse Solution from the environment
Expand Down
2 changes: 1 addition & 1 deletion d365bap.tools/functions/Get-BapEnvironment.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get environment info
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get application users from environment
Expand Down
2 changes: 1 addition & 1 deletion d365bap.tools/functions/Get-BapEnvironmentD365App.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get D365 App from the environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get Enterprise Policy
Expand Down
2 changes: 1 addition & 1 deletion d365bap.tools/functions/Get-BapEnvironmentSecurityRole.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get Security Roles from environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get users/members from security role
Expand Down
2 changes: 1 addition & 1 deletion d365bap.tools/functions/Get-BapEnvironmentSolution.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get PowerPlatform / Dataverse Solution from the environment
Expand Down
2 changes: 1 addition & 1 deletion d365bap.tools/functions/Get-BapEnvironmentUser.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get users from environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get Virtual Entity from environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Invoke the installation of a D365 App in a given environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Set the link between Dataverse and the Enterprise Policy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Set Virtual Entity configuration in environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Update the meta data for an Virtual Entity in an environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get Business Units from Environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Get language from Environment
Expand Down
2 changes: 1 addition & 1 deletion d365bap.tools/internal/functions/Test-Guid.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Validates a given input string and checks string is a valid GUID
Expand Down

0 comments on commit ed81e37

Please sign in to comment.