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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ steps:
pwsh: true
script: |
. $(System.DefaultWorkingDirectory)/tools/PostGeneration/NewCommandMetadata.ps1 -SourcePath "$(System.DefaultWorkingDirectory)/src/" -IncludePermissions -Debug
- task: PowerShell@2
- task: PowerShell@2
displayName: Generate authentication module metadata
inputs:
targetType: inline
pwsh: true
script: |
. $(System.DefaultWorkingDirectory)/tools/PostGeneration/AuthModuleMetadata.ps1

- task: Bash@3
displayName: Push command metadata
Expand Down
7 changes: 7 additions & 0 deletions .azure-pipelines/generation-templates/workload-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ steps:
pwsh: true
script: |
. $(System.DefaultWorkingDirectory)/tools/PostGeneration/FindDuplicateCommand.ps1 -SourcePath "$(System.DefaultWorkingDirectory)/src/"
- task: PowerShell@2
displayName: Generate authentication module metadata
inputs:
targetType: inline
pwsh: true
script: |
. $(System.DefaultWorkingDirectory)/tools/PostGeneration/AuthModuleMetadata.ps1

- ${{ if eq(parameters.Sign, true) }}:
- template: ../common-templates/esrp/strongname.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592123,5 +592123,173 @@
"ApiReferenceLink": null,
"Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
"Module": "Beta.Devices.CorporateManagement"
},
{
"Command": "Connect-MgGraph",
"Method": "POST",
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "System.Object",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/connect-mggraph?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Add-MgEnvironment",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "Microsoft.Graph.PowerShell.Authentication.Models.GraphEnvironment",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/add-mgenvironment?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Get-MgEnvironment",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "Microsoft.Graph.PowerShell.Authentication.Models.GraphEnvironment",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgenvironment?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Remove-MgEnvironment",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "System.Object",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/remove-mgenvironment?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Set-MgEnvironment",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "System.Object",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mgenvironment?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Disconnect-MgGraph",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "Microsoft.Graph.PowerShell.Authentication.IAuthContext",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/disconnect-mggraph?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Find-MgGraphCommand",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "Microsoft.Graph.PowerShell.Authentication.Models.IGraphCommand",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/find-mggraphcommand?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Find-MgGraphPermission",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "System.Array",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/find-mggraphpermission?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Get-MgContext",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "Microsoft.Graph.PowerShell.Authentication.IAuthContext",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgcontext?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Get-MgGraphOption",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "Microsoft.Graph.PowerShell.Authentication.IGraphOption",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mggraphoption?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Get-MgRequestContext",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "Microsoft.Graph.PowerShell.Authentication.Core.Interfaces.IRequestContext",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgrequestcontext?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Invoke-MgGraphRequest",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "System.Object",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/invoke-mggraphrequest?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Set-MgGraphOption",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "System.Object",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mggraphoption?view=graph-powershell-1.0",
"Uri": null
},
{
"Command": "Set-MgRequestContext",
"Method": null,
"Module": "Authentication",
"CommandAlias": null,
"Permissions": [],
"ApiVersion": null,
"OutputType": "Microsoft.Graph.PowerShell.Authentication.Core.Interfaces.IRequestContext",
"Variants": [],
"ApiReferenceLink": "https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mgrequestcontext?view=graph-powershell-1.0",
"Uri": null
}
]
Loading
Loading