File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ function Get-AzsDirectoryTenantidentifier {
2626 return $ (Invoke-RestMethod $ (" {0}/.well-known/openid-configuration" -f $authority.TrimEnd (' /' ))).issuer.TrimEnd(' /' ).Split(' /' )[-1 ]
2727}
2828
29- Export-ModuleMember - Function ' Get-AzsDirectoryTenantidentifier'
3029
3130<#
3231 . Synopsis
@@ -316,7 +315,7 @@ function Register-AzsGuestDirectoryTenant {
316315 }
317316}
318317
319- Export-ModuleMember - Function ' Publish-AzsApplicationsToARM '
318+
320319
321320<#
322321. Synopsis
@@ -451,8 +450,8 @@ function Register-AzsWithMyDirectoryTenant {
451450}
452451
453452Export-ModuleMember - Function @ (
454- " Register-AzureStackWithMyDirectoryTenant " ,
455- " Register-GuestDirectoryTenantToAzureStack " ,
456- " Get-DirectoryTenantIdentifier " ,
453+ " Register-AzsWithMyDirectoryTenant " ,
454+ " Register-AzsGuestDirectoryTenant " ,
455+ " Get-AzsDirectoryTenantidentifier " ,
457456 " New-AzsADGraphServicePrincipal"
458457)
You can’t perform that action at this time.
0 commit comments