Skip to content

Commit 2d5e440

Browse files
github-actions[bot]Microsoft Graph DevX Toolingpeombwa
authored
Docs Generation (#1811)
* Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] * Docs Generation for 02-14-2023 [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: Peter Ombwa <[email protected]>
1 parent 4bcb6e4 commit 2d5e440

File tree

4,224 files changed

+782027
-43983
lines changed

Some content is hidden

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

4,224 files changed

+782027
-43983
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Microsoft.Graph.Applications
3-
Module Guid: a0f99702-3a44-43c4-acc7-5f4b59a0e106
3+
Module Guid: d9036b88-60a8-4fcd-9635-0b024f35b22f
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
@@ -471,9 +471,6 @@ Create new navigation property to templates for applications
471471
### [New-MgApplicationSynchronizationTemplateSchemaDirectory](New-MgApplicationSynchronizationTemplateSchemaDirectory.md)
472472
Create new navigation property to directories for applications
473473

474-
### [New-MgApplicationTemplate](New-MgApplicationTemplate.md)
475-
Add new entity to applicationTemplates
476-
477474
### [New-MgApplicationTokenIssuancePolicyByRef](New-MgApplicationTokenIssuancePolicyByRef.md)
478475
Create new navigation property ref to tokenIssuancePolicies for applications
479476

@@ -514,7 +511,7 @@ Create new navigation property ref to agentGroups for onPremisesPublishingProfil
514511
Create new navigation property to connectors for onPremisesPublishingProfiles
515512

516513
### [New-MgOnPremisePublishingProfileConnectorGroup](New-MgOnPremisePublishingProfileConnectorGroup.md)
517-
Create a connectorGroup object.
514+
Create a new connectorGroup.
518515

519516
### [New-MgOnPremisePublishingProfileConnectorMemberOfByRef](New-MgOnPremisePublishingProfileConnectorMemberOfByRef.md)
520517
Create new navigation property ref to memberOf for onPremisesPublishingProfiles
@@ -641,9 +638,6 @@ Delete navigation property schema for applications
641638
### [Remove-MgApplicationSynchronizationTemplateSchemaDirectory](Remove-MgApplicationSynchronizationTemplateSchemaDirectory.md)
642639
Delete navigation property directories for applications
643640

644-
### [Remove-MgApplicationTemplate](Remove-MgApplicationTemplate.md)
645-
Delete entity from applicationTemplates
646-
647641
### [Remove-MgApplicationTokenIssuancePolicyByRef](Remove-MgApplicationTokenIssuancePolicyByRef.md)
648642
Delete ref of navigation property tokenIssuancePolicies for applications
649643

@@ -855,9 +849,6 @@ Update the navigation property schema in applications
855849
### [Update-MgApplicationSynchronizationTemplateSchemaDirectory](Update-MgApplicationSynchronizationTemplateSchemaDirectory.md)
856850
Update the navigation property directories in applications
857851

858-
### [Update-MgApplicationTemplate](Update-MgApplicationTemplate.md)
859-
Update entity in applicationTemplates
860-
861852
### [Update-MgGroupAppRoleAssignment](Update-MgGroupAppRoleAssignment.md)
862853
Update the navigation property appRoleAssignments in groups
863854

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ BODYPARAMETER <IMicrosoftGraphApplication>: application
11471147
- `[IsStateSessionEnabled <Boolean?>]`: Indicates whether validation of the state parameter when the client uses the OAuth 2.0 authorization code grant flow is enabled. This setting allows admins to specify whether they want to enable CSRF protection for their apps.
11481148
- `[IsTranslateHostHeaderEnabled <Boolean?>]`: Indicates if the application should translate urls in the reponse headers. Keep this value as true unless your application required the original host header in the authentication request. Default value is true.
11491149
- `[IsTranslateLinksInBodyEnabled <Boolean?>]`: Indicates if the application should translate urls in the application body. Keep this value as false unless you have hardcoded HTML links to other on-premises applications and don't use custom domains. For more information, see Link translation with Application Proxy. Default value is false.
1150-
- `[OnPremisesApplicationSegments <IMicrosoftGraphOnPremisesApplicationSegment[]>]`: Represents the application segment collection for an on-premises wildcard application.
1150+
- `[OnPremisesApplicationSegments <IMicrosoftGraphOnPremisesApplicationSegment[]>]`:
11511151
- `[AlternateUrl <String>]`: If you're configuring a traffic manager in front of multiple App Proxy application segments, contains the user-friendly URL that will point to the traffic manager.
11521152
- `[CorsConfigurations <IMicrosoftGraphCorsConfiguration[]>]`: CORS Rule definition for a particular application segment.
11531153
- `[AllowedHeaders <String[]>]`: The request headers that the origin domain may specify on the CORS request. The wildcard character * indicates that any header beginning with the specified prefix is allowed.
@@ -1206,7 +1206,7 @@ BODYPARAMETER <IMicrosoftGraphApplication>: application
12061206
- `[RequestSignatureVerification <IMicrosoftGraphRequestSignatureVerification>]`: requestSignatureVerification
12071207
- `[(Any) <Object>]`: This indicates any property can be added to this object.
12081208
- `[AllowedWeakAlgorithms <String>]`: weakAlgorithms
1209-
- `[IsSignedRequestRequired <Boolean?>]`: Specifies whether signed authentication requests for this application should be required.
1209+
- `[IsSignedRequestRequired <Boolean?>]`:
12101210
- `[RequiredResourceAccess <IMicrosoftGraphRequiredResourceAccess[]>]`: Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
12111211
- `[ResourceAccess <IMicrosoftGraphResourceAccess[]>]`: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.
12121212
- `[Id <String>]`: The unique identifier of an app role or delegated permission exposed by the resource application. For delegated permissions, this should match the id property of one of the delegated permissions in the oauth2PermissionScopes collection of the resource application's service principal. For app roles (application permissions), this should match the id property of an app role in the appRoles collection of the resource application's service principal.
@@ -1358,8 +1358,8 @@ BODYPARAMETER <IMicrosoftGraphApplication>: application
13581358
- `[Value <Int64?>]`: Value.
13591359
- `[TroubleshootingUrl <String>]`: In the event of an error, the URL with the troubleshooting steps for the issue.
13601360
- `[SynchronizationJobSettings <IMicrosoftGraphKeyValuePair[]>]`: Settings associated with the job. Some settings are inherited from the template.
1361-
- `[Name <String>]`: Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.
1362-
- `[Value <String>]`: Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.
1361+
- `[Name <String>]`: Name for this key-value pair
1362+
- `[Value <String>]`: Value for this key-value pair
13631363
- `[TemplateId <String>]`: Identifier of the synchronization template this job is based on.
13641364
- `[Secrets <IMicrosoftGraphSynchronizationSecretKeyStringValuePair[]>]`: Represents a collection of credentials to access provisioned cloud applications.
13651365
- `[Key <String>]`: synchronizationSecret
@@ -1546,7 +1546,7 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
15461546
- `[IsStateSessionEnabled <Boolean?>]`: Indicates whether validation of the state parameter when the client uses the OAuth 2.0 authorization code grant flow is enabled. This setting allows admins to specify whether they want to enable CSRF protection for their apps.
15471547
- `[IsTranslateHostHeaderEnabled <Boolean?>]`: Indicates if the application should translate urls in the reponse headers. Keep this value as true unless your application required the original host header in the authentication request. Default value is true.
15481548
- `[IsTranslateLinksInBodyEnabled <Boolean?>]`: Indicates if the application should translate urls in the application body. Keep this value as false unless you have hardcoded HTML links to other on-premises applications and don't use custom domains. For more information, see Link translation with Application Proxy. Default value is false.
1549-
- `[OnPremisesApplicationSegments <IMicrosoftGraphOnPremisesApplicationSegment[]>]`: Represents the application segment collection for an on-premises wildcard application.
1549+
- `[OnPremisesApplicationSegments <IMicrosoftGraphOnPremisesApplicationSegment[]>]`:
15501550
- `[AlternateUrl <String>]`: If you're configuring a traffic manager in front of multiple App Proxy application segments, contains the user-friendly URL that will point to the traffic manager.
15511551
- `[CorsConfigurations <IMicrosoftGraphCorsConfiguration[]>]`: CORS Rule definition for a particular application segment.
15521552
- `[AllowedHeaders <String[]>]`: The request headers that the origin domain may specify on the CORS request. The wildcard character * indicates that any header beginning with the specified prefix is allowed.
@@ -1605,7 +1605,7 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
16051605
- `[RequestSignatureVerification <IMicrosoftGraphRequestSignatureVerification>]`: requestSignatureVerification
16061606
- `[(Any) <Object>]`: This indicates any property can be added to this object.
16071607
- `[AllowedWeakAlgorithms <String>]`: weakAlgorithms
1608-
- `[IsSignedRequestRequired <Boolean?>]`: Specifies whether signed authentication requests for this application should be required.
1608+
- `[IsSignedRequestRequired <Boolean?>]`:
16091609
- `[RequiredResourceAccess <IMicrosoftGraphRequiredResourceAccess[]>]`: Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
16101610
- `[ResourceAccess <IMicrosoftGraphResourceAccess[]>]`: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.
16111611
- `[Id <String>]`: The unique identifier of an app role or delegated permission exposed by the resource application. For delegated permissions, this should match the id property of one of the delegated permissions in the oauth2PermissionScopes collection of the resource application's service principal. For app roles (application permissions), this should match the id property of an app role in the appRoles collection of the resource application's service principal.
@@ -1757,8 +1757,8 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
17571757
- `[Value <Int64?>]`: Value.
17581758
- `[TroubleshootingUrl <String>]`: In the event of an error, the URL with the troubleshooting steps for the issue.
17591759
- `[SynchronizationJobSettings <IMicrosoftGraphKeyValuePair[]>]`: Settings associated with the job. Some settings are inherited from the template.
1760-
- `[Name <String>]`: Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.
1761-
- `[Value <String>]`: Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.
1760+
- `[Name <String>]`: Name for this key-value pair
1761+
- `[Value <String>]`: Value for this key-value pair
17621762
- `[TemplateId <String>]`: Identifier of the synchronization template this job is based on.
17631763
- `[Secrets <IMicrosoftGraphSynchronizationSecretKeyStringValuePair[]>]`: Represents a collection of credentials to access provisioned cloud applications.
17641764
- `[Key <String>]`: synchronizationSecret
@@ -1891,7 +1891,7 @@ ONPREMISESPUBLISHING <IMicrosoftGraphOnPremisesPublishing>: onPremisesPublishing
18911891
- `[IsStateSessionEnabled <Boolean?>]`: Indicates whether validation of the state parameter when the client uses the OAuth 2.0 authorization code grant flow is enabled. This setting allows admins to specify whether they want to enable CSRF protection for their apps.
18921892
- `[IsTranslateHostHeaderEnabled <Boolean?>]`: Indicates if the application should translate urls in the reponse headers. Keep this value as true unless your application required the original host header in the authentication request. Default value is true.
18931893
- `[IsTranslateLinksInBodyEnabled <Boolean?>]`: Indicates if the application should translate urls in the application body. Keep this value as false unless you have hardcoded HTML links to other on-premises applications and don't use custom domains. For more information, see Link translation with Application Proxy. Default value is false.
1894-
- `[OnPremisesApplicationSegments <IMicrosoftGraphOnPremisesApplicationSegment[]>]`: Represents the application segment collection for an on-premises wildcard application.
1894+
- `[OnPremisesApplicationSegments <IMicrosoftGraphOnPremisesApplicationSegment[]>]`:
18951895
- `[AlternateUrl <String>]`: If you're configuring a traffic manager in front of multiple App Proxy application segments, contains the user-friendly URL that will point to the traffic manager.
18961896
- `[CorsConfigurations <IMicrosoftGraphCorsConfiguration[]>]`: CORS Rule definition for a particular application segment.
18971897
- `[AllowedHeaders <String[]>]`: The request headers that the origin domain may specify on the CORS request. The wildcard character * indicates that any header beginning with the specified prefix is allowed.
@@ -1973,7 +1973,7 @@ PUBLICCLIENT <IMicrosoftGraphPublicClientApplication>: publicClientApplication
19731973
REQUESTSIGNATUREVERIFICATION <IMicrosoftGraphRequestSignatureVerification>: requestSignatureVerification
19741974
- `[(Any) <Object>]`: This indicates any property can be added to this object.
19751975
- `[AllowedWeakAlgorithms <String>]`: weakAlgorithms
1976-
- `[IsSignedRequestRequired <Boolean?>]`: Specifies whether signed authentication requests for this application should be required.
1976+
- `[IsSignedRequestRequired <Boolean?>]`:
19771977

19781978
REQUIREDRESOURCEACCESS <IMicrosoftGraphRequiredResourceAccess[]>: Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
19791979
- `[ResourceAccess <IMicrosoftGraphResourceAccess[]>]`: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.
@@ -2126,8 +2126,8 @@ SYNCHRONIZATION <IMicrosoftGraphSynchronization>: synchronization
21262126
- `[Value <Int64?>]`: Value.
21272127
- `[TroubleshootingUrl <String>]`: In the event of an error, the URL with the troubleshooting steps for the issue.
21282128
- `[SynchronizationJobSettings <IMicrosoftGraphKeyValuePair[]>]`: Settings associated with the job. Some settings are inherited from the template.
2129-
- `[Name <String>]`: Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.
2130-
- `[Value <String>]`: Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.
2129+
- `[Name <String>]`: Name for this key-value pair
2130+
- `[Value <String>]`: Value for this key-value pair
21312131
- `[TemplateId <String>]`: Identifier of the synchronization template this job is based on.
21322132
- `[Secrets <IMicrosoftGraphSynchronizationSecretKeyStringValuePair[]>]`: Represents a collection of credentials to access provisioned cloud applications.
21332133
- `[Key <String>]`: synchronizationSecret

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ BODYPARAMETER <IMicrosoftGraphSynchronizationJob>: synchronizationJob
395395
- `[Value <Int64?>]`: Value.
396396
- `[TroubleshootingUrl <String>]`: In the event of an error, the URL with the troubleshooting steps for the issue.
397397
- `[SynchronizationJobSettings <IMicrosoftGraphKeyValuePair[]>]`: Settings associated with the job. Some settings are inherited from the template.
398-
- `[Name <String>]`: Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.
399-
- `[Value <String>]`: Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.
398+
- `[Name <String>]`: Name for this key-value pair
399+
- `[Value <String>]`: Value for this key-value pair
400400
- `[TemplateId <String>]`: Identifier of the synchronization template this job is based on.
401401

402402
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
@@ -560,8 +560,8 @@ STATUS <IMicrosoftGraphSynchronizationStatus>: synchronizationStatus
560560
- `[TroubleshootingUrl <String>]`: In the event of an error, the URL with the troubleshooting steps for the issue.
561561

562562
SYNCHRONIZATIONJOBSETTINGS <IMicrosoftGraphKeyValuePair[]>: Settings associated with the job. Some settings are inherited from the template.
563-
- `[Name <String>]`: Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.
564-
- `[Value <String>]`: Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.
563+
- `[Name <String>]`: Name for this key-value pair
564+
- `[Value <String>]`: Value for this key-value pair
565565

566566
## RELATED LINKS
567567

0 commit comments

Comments
 (0)