Skip to content

Commit

Permalink
Fix: Remove unit test and docs file for non release cmdlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi committed Mar 2, 2024
1 parent c80da5e commit 348c348
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 120 deletions.
7 changes: 7 additions & 0 deletions d365bap.tools/functions/Compare-BapEnvironmentD365App.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
6ce2d70e-78bf-4ff6-85ed-1bd63d4ab444 ExportToDataLakeCoreAnchor 1.0.0.1 0.0.0.0 Azure Syna…
7523d261-f1be-46e7-8e68-f3de16eeabbb DualWriteCoreAnchor 1.0.24022.4 1.0.24011.1 Dual-write…
.EXAMPLE
PS C:\> Compare-BapEnvironmentD365App -SourceEnvironmentId eec2c11a-a4c7-4e1d-b8ed-f62acc9c74c6 -DestinationEnvironmentId 32c6b196-ef52-4c43-93cf-6ecba51e6aa1 -AsExcelOutput
This will get all installed D365 Apps from the Source Environment.
It will iterate over all of them, and validate against the Destination Environment.
Will output all details into an Excel file, that will auto open on your machine.
.NOTES
Author: Mötz Jensen (@Splaxi)
#>
Expand Down
8 changes: 8 additions & 0 deletions d365bap.tools/functions/Compare-BapEnvironmentUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
d365-scm-operationdataservice… d365-scm-operationdataservice… 14e80222-1878-455d-… 183ec023-9ccb-… Missing
[email protected] Dustin Effect 01e37132-0a44-… Missing
.EXAMPLE
PS C:\> Compare-BapEnvironmentD365App -SourceEnvironmentId eec2c11a-a4c7-4e1d-b8ed-f62acc9c74c6 -DestinationEnvironmentId 32c6b196-ef52-4c43-93cf-6ecba51e6aa1 -AsExcelOutput
This will get all system users from the Source Environment.
It will iterate over all of them, and validate against the Destination Environment.
It will exclude those with ApplicationId filled.
Will output all details into an Excel file, that will auto open on your machine.
.NOTES
Author: Mötz Jensen (@Splaxi)
#>
Expand Down
3 changes: 3 additions & 0 deletions d365bap.tools/internal/functions/Get-EnvironmentLanguage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
.EXAMPLE
PS C:\> Get-EnvironmentLanguage -BaseUri 'https://temp-test.crm4.dynamics.com'
This will fetch all languages from the environment.
Uses the WebAPI / OData endpoint.
.NOTES
Author: Mötz Jensen (@Splaxi)
#>
Expand Down
49 changes: 0 additions & 49 deletions d365bap.tools/tests/functions/Get-BapEnvironmentDetails.Tests.ps1

This file was deleted.

71 changes: 0 additions & 71 deletions docs/Get-BapEnvironmentDetails.md

This file was deleted.

0 comments on commit 348c348

Please sign in to comment.