Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions module/.sourcemap-maml-0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"files":{}}
3 changes: 2 additions & 1 deletion module/Entra/config/moduleMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Remove-EntraApplicationPasswordCredential": "Applications",
"Remove-EntraApplicationVerifiedPublisher": "Applications",
"Remove-EntraDeletedApplication": "Applications",
"Remove-EntraDeletedDirectoryObject": "Applications",
"Remove-EntraDeletedDirectoryObject": "DirectoryManagement",
"Remove-EntraServicePrincipal": "Applications",
"Remove-EntraServicePrincipalDelegatedPermissionClassification": "Applications",
"Remove-EntraServicePrincipalKeyCredential": "Applications",
Expand Down Expand Up @@ -213,6 +213,7 @@
"Set-EntraUserManager": "Users",
"Set-EntraUserPassword": "Users",
"Set-EntraUserThumbnailPhoto": "Users",
"Update-EntraOauth2PermissionGrant":"SignIns",
"Update-EntraSignedInUserPassword": "Users",
"Reset-EntraStrongAuthenticationMethodByUpn": "Authentication",
"Get-EntraAttributeSet": "DirectoryManagement",
Expand Down
2 changes: 1 addition & 1 deletion module/EntraBeta/config/moduleMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"Remove-EntraBetaApplicationPolicy": "Applications",
"Remove-EntraBetaApplicationVerifiedPublisher": "Applications",
"Remove-EntraBetaDeletedApplication": "Applications",
"Remove-EntraBetaDeletedDirectoryObject": "Applications",
"Remove-EntraBetaDeletedDirectoryObject": "DirectoryManagement",
"Remove-EntraBetaServicePrincipal": "Applications",
"Remove-EntraBetaServicePrincipalDelegatedPermissionClassification": "Applications",
"Remove-EntraBetaServicePrincipalOwner": "Applications",
Expand Down
3 changes: 3 additions & 0 deletions module/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- name: Docs
tocHref: /
topicHref: /
40 changes: 40 additions & 0 deletions module/docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"build": {
"content": [
{ "dest": "entra-preview", "files": [ "breadcrumb/toc.yml" ]},

{ "dest": "entra-preview", "files": [ "**/*.md", "**/*.yml" ], "src": "docs/entra-powershell-v1.0", "version": "entra-powershell-preview" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml" ], "src": "entra-powershell-preview", "version": "entra-powershell-preview" },
{ "dest": "module", "files": [ "**/About/*.md" ], "src": "entra-powershell-preview", "version": "entra-powershell-preview" },
{ "dest": "module/entra-powershell-preview", "files": [ "toc.yml" ], "src": "entra-powershell-preview", "version": "entra-powershell-preview" },

{ "dest": "entra-preview", "files": [ "**/*.md", "**/*.yml" ], "src": "docs/entra-powershell-beta", "version": "entra-powershell-beta-preview" },
{ "dest": "module", "exclude": [ "toc.yml" ], "files": [ "**/*.yml" ], "src": "entra-powershell-beta-preview", "version": "entra-powershell-beta-preview" },
{ "dest": "module", "files": [ "**/About/*.md" ], "src": "entra-powershell-beta-preview", "version": "entra-powershell-beta-preview" },
{ "dest": "module/entra-powershell-beta-preview", "files": [ "toc.yml" ], "src": "entra-powershell-beta-preview", "version": "entra-powershell-beta-preview" },

{ "dest": "entra-preview", "files": [ "**/*.md", "**/*.yml" ], "src": "virtual-folder" },
{ "dest": "module", "files": [ "**/*.md", "**/*.yml" ], "src": "virtual-folder-module" }
],
"versions": {
"entra-powershell-preview": { "dest": "entra-powershell-preview" },
"entra-powershell-beta-preview": { "dest": "entra-powershell-beta-preview" }
},
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/powershell/samples/breadcrumb/toc.json",
"extendBreadcrumb": true,
"feedback_system": "Standard",
"ms.devlang": "powershell",
"ms.topic": "reference",
"ms.author": "stevemutungi",
"author": "SteveMutungi254",
"uhfHeaderId": "MSDocsHeader-DotNet"
},
"template": [],
"markdownEngineName": "markdig",
"exportRawModel": true,
"exportViewModel": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar

[Get-EntraBetaServicePrincipalOwner](Get-EntraBetaServicePrincipalOwner.md)

[Get-EntraBetaUser](Get-EntraBetaUser.md)
[Get-EntraBetaUser](../Users/Get-EntraBetaUser.md)

[Remove-EntraBetaServicePrincipalOwner](Remove-EntraBetaServicePrincipalOwner.md)
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar

## Related Links

[Remove-EntraBetaDeletedApplication](Remove-EntraBetaDeletedApplication.md)
[Remove-EntraBetaDeletedApplication](../Applications/Remove-EntraBetaDeletedApplication.md)

[Restore-EntraBetaDeletedApplication](Restore-EntraBetaDeletedApplication.md)
[Restore-EntraBetaDeletedApplication](../Applications/Restore-EntraBetaDeletedApplication.md)

[Remove-EntraBetaDeletedDirectoryObject](Remove-EntraBetaDeletedDirectoryObject.md)

[Get-EntraBetaDeletedApplication](Get-EntraBetaDeletedApplication.md)
[Get-EntraBetaDeletedApplication](../Applications/Get-EntraBetaDeletedApplication.md)

[Get-EntraBetaDeletedDirectoryObject](Get-EntraBetaDeletedDirectoryObject.md)
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
title: Get-EntraBetaPrivilegedRole
description: This article provides details on the Get-EntraBetaPrivilegedRole command.


ms.topic: reference
ms.date: 07/19/2024
ms.author: eunicewaweru
ms.reviewer: stevemutungi
manager: CelesteDG

external help file: Microsoft.Entra.Beta.Governance-Help.xml
Module Name: Microsoft.Entra.Beta
online version: https://learn.microsoft.com/powershell/module/Microsoft.Entra.Beta/Get-EntraBetaPrivilegedRole
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
title: New-EntraBetaPrivilegedRoleAssigment
description: This article provides details on the New-EntraBetaPrivilegedRoleAssignment command.


ms.topic: reference
ms.date: 07/19/2024
ms.author: eunicewaweru
ms.reviewer: stevemutungi
manager: CelesteDG

external help file: Microsoft.Entra.Beta.Governance-Help.xml
Module Name: Microsoft.Entra.Beta
online version: https://learn.microsoft.com/powershell/module/Microsoft.Entra.Beta/New-EntraBetaPrivilegedRoleAssignment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
title: Set-EntraBetaDirectoryRoleAssignmentRequest
description: This article provides details on the Set-EntraBetaDirectoryRoleAssignmentRequest command.


ms.topic: reference
ms.date: 07/19/2024
ms.author: eunicewaweru
ms.reviewer: stevemutungi
manager: CelesteDG

external help file: Microsoft.Entra.Beta.Governance-Help.xml
Module Name: Microsoft.Entra.Beta
online version: https://learn.microsoft.com/powershell/module/Microsoft.Entra.Beta/Set-EntraBetaPrivilegedRoleAssignmentRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ System.Nullable\`1\[\[System. Boolean, mscorlib, Version=4.0.0.0, Culture=neutra

## RELATED LINKS

[Get-EntraBetaApplication](Get-EntraBetaApplication.md)
[Get-EntraBetaApplication](../Applications/Get-EntraBetaApplication.md)

[Get-EntraBetaPrivateAccessApplicationSegment](Get-EntraBetaPrivateAccessApplicationSegment.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ System.Nullable\`1\[\[System. Boolean, mscorlib, Version=4.0.0.0, Culture=neutra

## RELATED LINKS

[Get-EntraBetaApplication](Get-EntraBetaApplication.md)
[Get-EntraBetaApplication](../Applications/Get-EntraBetaApplication.md)

[Get-EntraBetaPrivateAccessApplicationSegment](Get-EntraBetaPrivateAccessApplicationSegment.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ System.Nullable\`1\[\[System. Boolean, mscorlib, Version=4.0.0.0, Culture=neutra

## RELATED LINKS

[Get-EntraBetaApplication](Get-EntraBetaApplication.md)
[Get-EntraBetaApplication](../Applications/Get-EntraBetaApplication.md)

[Remove-EntraBetaPrivateAccessApplicationSegment](Remove-EntraBetaPrivateAccessApplicationSegment.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ System.Nullable\`1\[\[System. Boolean, mscorlib, Version=4.0.0.0, Culture=neutra
[Get-EntraBetaPrivateAccessApplicationSegment](Get-EntraBetaPrivateAccessApplicationSegment.md)
[Remove-EntraBetaPrivateAccessApplicationSegment](Remove-EntraBetaPrivateAccessApplicationSegment.md)
[New-EntraBetaPrivateAccessApplicationSegment](New-EntraBetaPrivateAccessApplicationSegment.md)
[New-EntraBetaApplicationProxyConnectorGroup](New-EntraBetaApplicationProxyConnectorGroup.md)
[New-EntraBetaApplicationProxyConnectorGroup](../Applications/New-EntraBetaApplicationProxyConnectorGroup.md)
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ System.Nullable\`1\[\[System. Boolean, mscorlib, Version=4.0.0.0, Culture=neutra

[Remove-EntraBetaPrivateAccessApplicationSegment](Remove-EntraBetaPrivateAccessApplicationSegment.md)

[Get-EntraBetaApplication](Get-EntraBetaApplication.md)
[Get-EntraBetaApplication](../Applications/Get-EntraBetaApplication.md)
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ System.Nullable\`1\[\[System. Boolean, mscorlib, Version=4.0.0.0, Culture=neutra

[New-EntraBetaPrivateAccessApplicationSegment](New-EntraBetaPrivateAccessApplicationSegment.md)

[Get-EntraBetaApplication](Get-EntraBetaApplication.md)
[Get-EntraBetaApplication](../Applications/Get-EntraBetaApplication.md)
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar

[Get-EntraBetaOAuth2PermissionGrant](Get-EntraBetaOAuth2PermissionGrant.md)

[Get-EntraBetaServicePrincipal](Get-EntraBetaServicePrincipal.md)
[Get-EntraBetaServicePrincipal](../Applications/Get-EntraBetaServicePrincipal.md)
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar

[Get-EntraServicePrincipalOwner](Get-EntraServicePrincipalOwner.md)

[Get-EntraUser](Get-EntraUser.md)
[Get-EntraUser](../Users/Get-EntraUser.md)

[Remove-EntraServicePrincipalOwner](Remove-EntraServicePrincipalOwner.md)
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar

[Get-EntraDeviceRegisteredUser](Get-EntraDeviceRegisteredUser.md)

[Get-EntraUser](Get-EntraUser.md)
[Get-EntraUser](../Users/Get-EntraUser.md)

[Remove-EntraDeviceRegisteredUser](Remove-EntraDeviceRegisteredUser.md)
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar

## Related Links

[Remove-EntraDeletedApplication](Remove-EntraDeletedApplication.md)
[Remove-EntraDeletedApplication](../Applications/Remove-EntraDeletedApplication.md)

[Restore-EntraDeletedApplication](Restore-EntraDeletedApplication.md)
[Restore-EntraDeletedApplication](../Applications/Restore-EntraDeletedApplication.md)

[Remove-EntraDeletedDirectoryObject](Remove-EntraDeletedDirectoryObject.md)

[Get-EntraDeletedApplication](Get-EntraDeletedApplication.md)
[Get-EntraDeletedApplication](../Applications/Get-EntraDeletedApplication.md)

[Get-EntraDeletedDirectoryObject](Get-EntraDeletedDirectoryObject.md)
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar

## Related Links

[Get-EntraContact](Get-EntraContact.md)
[Get-EntraContact](../DirectoryManagement/Get-EntraContact.md)
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar

[Get-EntraOAuth2PermissionGrant](Get-EntraOAuth2PermissionGrant.md)

[Get-EntraServicePrincipal](Get-EntraServicePrincipal.md)
[Get-EntraServicePrincipal](../Applications/Get-EntraServicePrincipal.md)

[Update-EntraOAuth2PermissionGrant](Update-EntraOauth2PermissionGrant.md)
14 changes: 14 additions & 0 deletions module/mapping/monikerMapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"entra-powershell-preview": {
"packageRoot": "entra-powershell-v1.0",
"conceptualToc": "docs/entra-powershell-v1.0/toc.yml",
"conceptualTocUrl": "/powershell/entra-preview/toc.json",
"referenceTocUrl": "/powershell/module/entra-powershell-v1.0/toc.json"
},
"entra-powershell-beta-preview": {
"packageRoot": "entra-powershell-beta",
"conceptualToc": "docs/entra-powershell-beta/toc.yml",
"conceptualTocUrl": "/powershell/entra-preview/toc.json",
"referenceTocUrl": "/powershell/module/entra-powershell-beta/toc.json"
}
}