Skip to content

Commit 679da09

Browse files
authored
Merge pull request #242 from MicrosoftDocs/weekly_update_help_files_06-04-2023
Docs update 06 04 2023
2 parents b54e397 + 9182f28 commit 679da09

File tree

1,942 files changed

+13060
-5088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,942 files changed

+13060
-5088
lines changed

azure-pipelines/update-template.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ steps:
88
targetType: 'inline'
99
pwsh: true
1010
script: |
11-
$modules = Get-Module -Name Microsoft.Graph -ListAvailable
12-
if ($modules.Count -gt 0 -and $modules[0].Version -eq "1.21.0") {
13-
echo "Latest version already installed"
14-
}else {
15-
echo "Installing latest version"
16-
Install-Module Microsoft.Graph -Repository PSGallery -Scope AllUsers -Force -AllowClobber
17-
Import-Module Microsoft.Graph -Global -Force
18-
}
11+
echo "Updating to the latest sdk version"
12+
try {
13+
# Try to update the module first.
14+
Update-Module -Name Microsoft.Graph -Scope CurrentUser -AcceptLicense -Force -ErrorAction Stop
15+
} catch {
16+
# If the module is not installed, install it.
17+
Install-Module Microsoft.Graph -Repository PSGallery -Scope CurrentUser -AcceptLicense -Force -AllowClobber
18+
}
19+
20+
Import-Module Microsoft.Graph -Global -Force
1921
2022
- template: checkout.yml
2123
parameters:
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlace.md
2-
graph-powershell-beta/Microsoft.Graph.Calendar/Get-MgPlace.md
3-
graph-powershell-beta/Microsoft.Graph.Calendar/New-MgPlace.md
4-
graph-powershell-beta/Microsoft.Graph.Identity.DirectoryManagement/Initialize-MgOrganizationService.md
5-
graph-powershell-beta/Microsoft.Graph.Users.Actions/Initialize-MgUserServicePlan.md

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplication
55
schema: 2.0.0
6-
ms.prod: applications
76
---
87

98
# Get-MgApplication

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationDelta.md

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Invoke function delta
1313
## SYNTAX
1414

1515
```
16-
Get-MgApplicationDelta [-Count] [-Filter <String>] [-Property <String[]>] [-Search <String>] [-Skip <Int32>]
17-
[-Sort <String[]>] [-Top <Int32>] [<CommonParameters>]
16+
Get-MgApplicationDelta [-Filter <String>] [-Property <String[]>] [-Search <String>] [-Skip <Int32>]
17+
[-Sort <String[]>] [-Top <Int32>] [-PageSize <Int32>] [-All] [-CountVariable <String>] [<CommonParameters>]
1818
```
1919

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

3434
## PARAMETERS
3535

36-
### -Count
37-
Include count of items
36+
### -All
37+
List all pages.
3838

3939
```yaml
4040
Type: SwitchParameter
4141
Parameter Sets: (All)
4242
Aliases:
4343

44+
Required: False
45+
Position: Named
46+
Default value: False
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
51+
### -CountVariable
52+
Specifies a count of the total number of items in a collection.
53+
By default, this variable will be set in the global scope.
54+
55+
```yaml
56+
Type: String
57+
Parameter Sets: (All)
58+
Aliases: CV
59+
4460
Required: False
4561
Position: Named
4662
Default value: None
@@ -63,6 +79,21 @@ Accept pipeline input: False
6379
Accept wildcard characters: False
6480
```
6581
82+
### -PageSize
83+
Sets the page size of results.
84+
85+
```yaml
86+
Type: Int32
87+
Parameter Sets: (All)
88+
Aliases:
89+
90+
Required: False
91+
Position: Named
92+
Default value: 0
93+
Accept pipeline input: False
94+
Accept wildcard characters: False
95+
```
96+
6697
### -Property
6798
Select properties to be returned
6899

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationextensionproperty
55
schema: 2.0.0
6-
ms.prod: extensions
76
---
87

98
# Get-MgApplicationExtensionProperty

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationfederatedidentitycredential
55
schema: 2.0.0
6-
ms.prod: applications
76
---
87

98
# Get-MgApplicationFederatedIdentityCredential

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwner.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationowner
55
schema: 2.0.0
6-
ms.prod: applications
76
---
87

98
# Get-MgApplicationOwner

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationownerbyref
55
schema: 2.0.0
6-
ms.prod: applications
76
---
87

98
# Get-MgApplicationOwnerByRef

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtemplate
55
schema: 2.0.0
6-
ms.prod: applications
76
---
87

98
# Get-MgApplicationTemplate

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicy
55
schema: 2.0.0
6-
ms.prod: applications
76
---
87

98
# Get-MgApplicationTokenIssuancePolicy

0 commit comments

Comments
 (0)