Skip to content

Commit 67eadf5

Browse files
github-actions[bot]Microsoft Graph DevX Toolingpeombwa
authored
Docs Generation (#1181)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] * Docs Generation for Identity.DirectoryManagement [run ci] * Docs Generation for Teams [run ci] * Docs Generation for Applications [run ci] * Docs Generation for Devices.CorporateManagement [run ci] * Docs Generation for Compliance [run ci] * Docs Generation for Files [run ci] * Docs Generation for Identity.SignIns [run ci] * Docs Generation for Sites [run ci] * Docs Generation for Groups [run ci] * Docs Generation for Search [run ci] * Docs Generation for Users.Functions [run ci] * Docs Generation for Users.Actions [run ci] * Docs Generation for Education [run ci] * Docs Generation for Identity.Governance [run ci] * Docs Generation for Users [run ci] * Docs Generation for DeviceManagement [run ci] * Docs Generation for Security [run ci] * Docs Generation for Devices.CloudPrint [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: Peter Ombwa <[email protected]>
1 parent e093795 commit 67eadf5

File tree

411 files changed

+149640
-19892
lines changed

Some content is hidden

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

411 files changed

+149640
-19892
lines changed

src/Applications/Applications/docs/v1.0-beta/Get-MgApplicationTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
229229
230230
## OUTPUTS
231231
232-
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate
232+
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1
233233
234234
## NOTES
235235

src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Microsoft.Graph.Applications
3-
Module Guid: 1c619071-81dc-42e2-ab0f-0669e2dffd2f
3+
Module Guid: f1ce971c-da15-4b4d-b3a3-3517dc2cf7b7
44
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications
55
Help Version: 1.0.0.0
66
Locale: en-US

src/Applications/Applications/docs/v1.0-beta/New-MgApplicationTemplate.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ Add new entity to applicationTemplates
1515
### CreateExpanded (Default)
1616
```
1717
New-MgApplicationTemplate [-AdditionalProperties <Hashtable>] [-Categories <String[]>] [-Description <String>]
18-
[-DisplayName <String>] [-HomePageUrl <String>] [-Id <String>] [-LogoUrl <String>] [-Publisher <String>]
18+
[-DisplayName <String>] [-HomePageUrl <String>] [-Id <String>]
19+
[-InformationalUrls <IMicrosoftGraphInformationalUrls>] [-LogoUrl <String>] [-Publisher <String>]
1920
[-SupportedProvisioningTypes <String[]>] [-SupportedSingleSignOnModes <String[]>] [-Confirm] [-WhatIf]
2021
[<CommonParameters>]
2122
```
2223

2324
### Create
2425
```
25-
New-MgApplicationTemplate -BodyParameter <IMicrosoftGraphApplicationTemplate> [-Confirm] [-WhatIf]
26+
New-MgApplicationTemplate -BodyParameter <IMicrosoftGraphApplicationTemplate1> [-Confirm] [-WhatIf]
2627
[<CommonParameters>]
2728
```
2829

@@ -53,7 +54,7 @@ applicationTemplate
5354
To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table.
5455
5556
```yaml
56-
Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate
57+
Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1
5758
Parameter Sets: Create
5859
Aliases:
5960

@@ -140,6 +141,22 @@ Accept pipeline input: False
140141
Accept wildcard characters: False
141142
```
142143
144+
### -InformationalUrls
145+
informationalUrls
146+
To construct, please use Get-Help -Online and see NOTES section for INFORMATIONALURLS properties and create a hash table.
147+
148+
```yaml
149+
Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInformationalUrls
150+
Parameter Sets: CreateExpanded
151+
Aliases:
152+
153+
Required: False
154+
Position: Named
155+
Default value: None
156+
Accept pipeline input: False
157+
Accept wildcard characters: False
158+
```
159+
143160
### -LogoUrl
144161
The URL to get the logo for this application.
145162
@@ -238,11 +255,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
238255
239256
## INPUTS
240257
241-
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate
258+
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1
242259
243260
## OUTPUTS
244261
245-
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate
262+
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1
246263
247264
## NOTES
248265
@@ -253,17 +270,26 @@ COMPLEX PARAMETER PROPERTIES
253270
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
254271
255272
256-
BODYPARAMETER <IMicrosoftGraphApplicationTemplate>: applicationTemplate
273+
BODYPARAMETER <IMicrosoftGraphApplicationTemplate1>: applicationTemplate
257274
- `[(Any) <Object>]`: This indicates any property can be added to this object.
258275
- `[Id <String>]`: Read-only.
259276
- `[Categories <String[]>]`: The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.
260277
- `[Description <String>]`: A description of the application.
261278
- `[DisplayName <String>]`: The name of the application.
262279
- `[HomePageUrl <String>]`: The home page URL of the application.
280+
- `[InformationalUrls <IMicrosoftGraphInformationalUrls>]`: informationalUrls
281+
- `[(Any) <Object>]`: This indicates any property can be added to this object.
282+
- `[AppSignUpUrl <String>]`:
283+
- `[SingleSignOnDocumentationUrl <String>]`:
263284
- `[LogoUrl <String>]`: The URL to get the logo for this application.
264285
- `[Publisher <String>]`: The name of the publisher for this application.
265286
- `[SupportedProvisioningTypes <String[]>]`: The list of provisioning modes supported by this application. The only valid value is sync.
266287
- `[SupportedSingleSignOnModes <String[]>]`: The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.
267288

289+
INFORMATIONALURLS <IMicrosoftGraphInformationalUrls>: informationalUrls
290+
- `[(Any) <Object>]`: This indicates any property can be added to this object.
291+
- `[AppSignUpUrl <String>]`:
292+
- `[SingleSignOnDocumentationUrl <String>]`:
293+
268294
## RELATED LINKS
269295

src/Applications/Applications/docs/v1.0-beta/Update-MgApplicationTemplate.md

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,30 @@ Update entity in applicationTemplates
1616
```
1717
Update-MgApplicationTemplate -ApplicationTemplateId <String> [-AdditionalProperties <Hashtable>]
1818
[-Categories <String[]>] [-Description <String>] [-DisplayName <String>] [-HomePageUrl <String>]
19-
[-Id <String>] [-LogoUrl <String>] [-Publisher <String>] [-SupportedProvisioningTypes <String[]>]
20-
[-SupportedSingleSignOnModes <String[]>] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
19+
[-Id <String>] [-InformationalUrls <IMicrosoftGraphInformationalUrls>] [-LogoUrl <String>]
20+
[-Publisher <String>] [-SupportedProvisioningTypes <String[]>] [-SupportedSingleSignOnModes <String[]>]
21+
[-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
2122
```
2223

2324
### Update
2425
```
2526
Update-MgApplicationTemplate -ApplicationTemplateId <String>
26-
-BodyParameter <IMicrosoftGraphApplicationTemplate> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
27+
-BodyParameter <IMicrosoftGraphApplicationTemplate1> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
2728
```
2829

2930
### UpdateViaIdentity
3031
```
3132
Update-MgApplicationTemplate -InputObject <IApplicationsIdentity>
32-
-BodyParameter <IMicrosoftGraphApplicationTemplate> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
33+
-BodyParameter <IMicrosoftGraphApplicationTemplate1> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
3334
```
3435

3536
### UpdateViaIdentityExpanded
3637
```
3738
Update-MgApplicationTemplate -InputObject <IApplicationsIdentity> [-AdditionalProperties <Hashtable>]
3839
[-Categories <String[]>] [-Description <String>] [-DisplayName <String>] [-HomePageUrl <String>]
39-
[-Id <String>] [-LogoUrl <String>] [-Publisher <String>] [-SupportedProvisioningTypes <String[]>]
40-
[-SupportedSingleSignOnModes <String[]>] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
40+
[-Id <String>] [-InformationalUrls <IMicrosoftGraphInformationalUrls>] [-LogoUrl <String>]
41+
[-Publisher <String>] [-SupportedProvisioningTypes <String[]>] [-SupportedSingleSignOnModes <String[]>]
42+
[-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
4143
```
4244

4345
## DESCRIPTION
@@ -82,7 +84,7 @@ applicationTemplate
8284
To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table.
8385
8486
```yaml
85-
Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate
87+
Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1
8688
Parameter Sets: Update, UpdateViaIdentity
8789
Aliases:
8890

@@ -169,6 +171,22 @@ Accept pipeline input: False
169171
Accept wildcard characters: False
170172
```
171173
174+
### -InformationalUrls
175+
informationalUrls
176+
To construct, please use Get-Help -Online and see NOTES section for INFORMATIONALURLS properties and create a hash table.
177+
178+
```yaml
179+
Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInformationalUrls
180+
Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded
181+
Aliases:
182+
183+
Required: False
184+
Position: Named
185+
Default value: None
186+
Accept pipeline input: False
187+
Accept wildcard characters: False
188+
```
189+
172190
### -InputObject
173191
Identity Parameter
174192
To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table.
@@ -300,7 +318,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
300318
301319
### Microsoft.Graph.PowerShell.Models.IApplicationsIdentity
302320
303-
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate
321+
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1
304322
305323
## OUTPUTS
306324
@@ -315,18 +333,27 @@ COMPLEX PARAMETER PROPERTIES
315333
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
316334
317335
318-
BODYPARAMETER <IMicrosoftGraphApplicationTemplate>: applicationTemplate
336+
BODYPARAMETER <IMicrosoftGraphApplicationTemplate1>: applicationTemplate
319337
- `[(Any) <Object>]`: This indicates any property can be added to this object.
320338
- `[Id <String>]`: Read-only.
321339
- `[Categories <String[]>]`: The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.
322340
- `[Description <String>]`: A description of the application.
323341
- `[DisplayName <String>]`: The name of the application.
324342
- `[HomePageUrl <String>]`: The home page URL of the application.
343+
- `[InformationalUrls <IMicrosoftGraphInformationalUrls>]`: informationalUrls
344+
- `[(Any) <Object>]`: This indicates any property can be added to this object.
345+
- `[AppSignUpUrl <String>]`:
346+
- `[SingleSignOnDocumentationUrl <String>]`:
325347
- `[LogoUrl <String>]`: The URL to get the logo for this application.
326348
- `[Publisher <String>]`: The name of the publisher for this application.
327349
- `[SupportedProvisioningTypes <String[]>]`: The list of provisioning modes supported by this application. The only valid value is sync.
328350
- `[SupportedSingleSignOnModes <String[]>]`: The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.
329351

352+
INFORMATIONALURLS <IMicrosoftGraphInformationalUrls>: informationalUrls
353+
- `[(Any) <Object>]`: This indicates any property can be added to this object.
354+
- `[AppSignUpUrl <String>]`:
355+
- `[SingleSignOnDocumentationUrl <String>]`:
356+
330357
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
331358
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
332359
- `[ApplicationId <String>]`: key: id of application

src/Applications/Applications/docs/v1.0/Get-MgApplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To learn about other permissions for this resource, see the [permissions referen
9999
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`.
100100
For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.All`.
101101

102-
### Example 4: Use -Search to get all the applications whose display name contains 'Test' including a count of the returned users
102+
### Example 4: Use -Search to get all the applications whose display name contains 'Test' including a count of the returned applications
103103
```powershell
104104
Connect-MgGraph -Scopes 'Application.Read.All'
105105
Get-MgApplication -ConsistencyLevel eventual -Count appCount -Search '"DisplayName:Test"'
@@ -120,7 +120,7 @@ To learn about other permissions for this resource, see the [permissions referen
120120
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`.
121121
For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.All`.
122122

123-
### Example 5: Use -Filter to get all the applications with a display name that starts with 'New' including a count of the returned users, with the results ordered by display name
123+
### Example 5: Use -Filter to get all the applications with a display name that starts with 'New' including a count of the returned applications, with the results ordered by display name
124124
```powershell
125125
Connect-MgGraph -Scopes 'Application.Read.All'
126126
Get-MgApplication -ConsistencyLevel eventual -Count appCount -Filter "startsWith(DisplayName, 'New')" -OrderBy DisplayName

src/Applications/Applications/docs/v1.0/Microsoft.Graph.Applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Microsoft.Graph.Applications
3-
Module Guid: 1c619071-81dc-42e2-ab0f-0669e2dffd2f
3+
Module Guid: f1ce971c-da15-4b4d-b3a3-3517dc2cf7b7
44
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications
55
Help Version: 1.0.0.0
66
Locale: en-US

src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Microsoft.Graph.Compliance
3-
Module Guid: 9cbff46d-fee8-41d0-b9ba-9c5e3d592758
3+
Module Guid: 2499bf86-13bf-4280-9a38-edaf6953c428
44
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.compliance
55
Help Version: 1.0.0.0
66
Locale: en-US

0 commit comments

Comments
 (0)