Skip to content

Commit

Permalink
Common-parameters-UT
Browse files Browse the repository at this point in the history
  • Loading branch information
v-akarke committed Aug 20, 2024
1 parent e932d4d commit cdf07ed
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions test/module/Entra/EntraCmdletsMap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ $cmdlets2 = @(
TargetName = "Get-MgApplicationExtensionProperty";
IsApi = $false
},
# @{
# SourceName = "Get-EntraApplicationKeyCredential";
# TargetName = "";
# IsApi = $true
# },
@{
SourceName = "Get-EntraApplicationKeyCredential";
TargetName = "";
IsApi = $true
},
@{
SourceName = "Get-EntraApplicationLogo";
TargetName = "";
Expand All @@ -127,11 +127,11 @@ $cmdlets2 = @(
TargetName = "";
IsApi = $true
},
# @{
# SourceName = "Get-EntraApplicationPasswordCredential";
# TargetName = "";
# IsApi = $true
# },
@{
SourceName = "Get-EntraApplicationPasswordCredential";
TargetName = "";
IsApi = $true
},
@{
SourceName = "Get-EntraApplicationServiceEndpoint";
TargetName = "Get-MgServicePrincipalEndpoint";
Expand Down Expand Up @@ -227,11 +227,11 @@ $cmdlets2 = @(
TargetName = "Get-MgServicePrincipalCreatedObject";
IsApi = $false
},
# @{
# SourceName = "Get-EntraServicePrincipalKeyCredential";
# TargetName = "";
# IsApi = $true
# },
@{
SourceName = "Get-EntraServicePrincipalKeyCredential";
TargetName = "";
IsApi = $true
},
@{
SourceName = "Get-EntraServicePrincipalMembership";
TargetName = "Get-MgServicePrincipalTransitiveMemberOf";
Expand All @@ -252,11 +252,11 @@ $cmdlets2 = @(
TargetName = "Get-MgServicePrincipalOwner";
IsApi = $false
},
# @{
# SourceName = "Get-EntraServicePrincipalPasswordCredential";
# TargetName = "";
# IsApi = $true
# },
@{
SourceName = "Get-EntraServicePrincipalPasswordCredential";
TargetName = "";
IsApi = $true
},
@{
SourceName = "Get-EntraSubscribedSku";
TargetName = "Get-MgSubscribedSku";
Expand Down

0 comments on commit cdf07ed

Please sign in to comment.