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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 10 additions & 8 deletions azure-pipelines/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ steps:
targetType: 'inline'
pwsh: true
script: |
$modules = Get-Module -Name Microsoft.Graph -ListAvailable
if ($modules.Count -gt 0 -and $modules[0].Version -eq "1.21.0") {
echo "Latest version already installed"
}else {
echo "Installing latest version"
Install-Module Microsoft.Graph -Repository PSGallery -Scope AllUsers -Force -AllowClobber
Import-Module Microsoft.Graph -Global -Force
}
echo "Updating to the latest sdk version"
try {
# Try to update the module first.
Update-Module -Name Microsoft.Graph -Scope CurrentUser -AcceptLicense -Force -ErrorAction Stop
} catch {
# If the module is not installed, install it.
Install-Module Microsoft.Graph -Repository PSGallery -Scope CurrentUser -AcceptLicense -Force -AllowClobber
}

Import-Module Microsoft.Graph -Global -Force

- template: checkout.yml
parameters:
Expand Down
5 changes: 0 additions & 5 deletions microsoftgraph/config/BrokenLinks.txt
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlace.md
graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgPlace.md
graph-powershell-beta/Microsoft.Graph.Calendar/New-MgPlace.md
graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Initialize-MgOrganizationService.md
graph-powershell-beta/Microsoft.Graph.Users.Actions/Initialize-MgUserServicePlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplication
schema: 2.0.0
ms.prod: applications
---

# Get-MgApplication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Invoke function delta
## SYNTAX

```
Get-MgApplicationDelta [-Count] [-Filter <String>] [-Property <String[]>] [-Search <String>] [-Skip <Int32>]
[-Sort <String[]>] [-Top <Int32>] [<CommonParameters>]
Get-MgApplicationDelta [-Filter <String>] [-Property <String[]>] [-Search <String>] [-Skip <Int32>]
[-Sort <String[]>] [-Top <Int32>] [-PageSize <Int32>] [-All] [-CountVariable <String>] [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g

## PARAMETERS

### -Count
Include count of items
### -All
List all pages.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -CountVariable
Specifies a count of the total number of items in a collection.
By default, this variable will be set in the global scope.

```yaml
Type: String
Parameter Sets: (All)
Aliases: CV

Required: False
Position: Named
Default value: None
Expand All @@ -63,6 +79,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -PageSize
Sets the page size of results.

```yaml
Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
```

### -Property
Select properties to be returned

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationextensionproperty
schema: 2.0.0
ms.prod: extensions
---

# Get-MgApplicationExtensionProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationfederatedidentitycredential
schema: 2.0.0
ms.prod: applications
---

# Get-MgApplicationFederatedIdentityCredential
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationowner
schema: 2.0.0
ms.prod: applications
---

# Get-MgApplicationOwner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationownerbyref
schema: 2.0.0
ms.prod: applications
---

# Get-MgApplicationOwnerByRef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtemplate
schema: 2.0.0
ms.prod: applications
---

# Get-MgApplicationTemplate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicy
schema: 2.0.0
ms.prod: applications
---

# Get-MgApplicationTokenIssuancePolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicybyref
schema: 2.0.0
ms.prod: applications
---

# Get-MgApplicationTokenIssuancePolicyByRef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenlifetimepolicy
schema: 2.0.0
ms.prod: applications
---

# Get-MgApplicationTokenLifetimePolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenlifetimepolicybyref
schema: 2.0.0
ms.prod: applications
---

# Get-MgApplicationTokenLifetimePolicyByRef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mggroupapproleassignment
schema: 2.0.0
ms.prod: groups
---

# Get-MgGroupAppRoleAssignment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipal
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignedto
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalAppRoleAssignedTo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignment
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalAppRoleAssignment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalclaimmappingpolicy
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalClaimMappingPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalclaimmappingpolicybyref
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalClaimMappingPolicyByRef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipaldelegatedpermissionclassification
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalDelegatedPermissionClassification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Invoke function delta
## SYNTAX

```
Get-MgServicePrincipalDelta [-Count] [-Filter <String>] [-Property <String[]>] [-Search <String>]
[-Skip <Int32>] [-Sort <String[]>] [-Top <Int32>] [<CommonParameters>]
Get-MgServicePrincipalDelta [-Filter <String>] [-Property <String[]>] [-Search <String>] [-Skip <Int32>]
[-Sort <String[]>] [-Top <Int32>] [-PageSize <Int32>] [-All] [-CountVariable <String>] [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -33,14 +33,30 @@ To learn about permissions for this resource, see the [permissions reference](/g

## PARAMETERS

### -Count
Include count of items
### -All
List all pages.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -CountVariable
Specifies a count of the total number of items in a collection.
By default, this variable will be set in the global scope.

```yaml
Type: String
Parameter Sets: (All)
Aliases: CV

Required: False
Position: Named
Default value: None
Expand All @@ -63,6 +79,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -PageSize
Sets the page size of results.

```yaml
Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
```

### -Property
Select properties to be returned

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalhomerealmdiscoverypolicy
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalHomeRealmDiscoveryPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalhomerealmdiscoverypolicybyref
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberof
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalMemberOf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipaloauth2permissiongrant
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalOauth2PermissionGrant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalowner
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalOwner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownerbyref
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalOwnerByRef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberof
schema: 2.0.0
ms.prod: applications
---

# Get-MgServicePrincipalTransitiveMemberOf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
Module Name: Microsoft.Graph.Applications
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mguserapproleassignment
schema: 2.0.0
ms.prod: users
---

# Get-MgUserAppRoleAssignment
Expand Down
Loading