Skip to content

Commit

Permalink
Fixed error message for unsupported command (#1128)
Browse files Browse the repository at this point in the history
* Fixed error message for unsupported command

* Update src/CompatibilityAdapterBuilder.ps1

---------

Co-authored-by: Steve Mutungi <132555836+SteveMutungi254@users.noreply.github.com>
  • Loading branch information
merill and SteveMutungi254 authored Sep 29, 2024
1 parent 822c42b commit 652f2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CompatibilityAdapterBuilder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ public $($object.GetType().Name)()
hidden [scriptblock] GetUnsupportedCommand(){
$unsupported = @"
function Get-EntraUnsupportedCommand {
Throw [System.NotSupportedException] "This commands is currently not supported by the Microsoft Graph Entra PowerShell."
Throw [System.NotSupportedException] "This command is not supported by Microsoft Entra PowerShell."
}
"@
Expand Down

0 comments on commit 652f2db

Please sign in to comment.