Skip to content

Commit 617eddf

Browse files
github-actions[bot]Microsoft Graph DevX Toolingpeombwa
authored
Docs Generation (#1638)
* Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] * Docs Generation for 11-16-2022 [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: Peter Ombwa <[email protected]>
1 parent 90829a9 commit 617eddf

File tree

411 files changed

+2474
-2470
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

+2474
-2470
lines changed

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: f89e4f2e-ad5c-40c1-9d27-5f24d9927894
3+
Module Guid: cc599579-9a66-4e2d-bfd0-cce7edd1adf7
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-MgApplication.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,11 +1209,11 @@ BODYPARAMETER <IMicrosoftGraphApplication>: application
12091209
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
12101210
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
12111211
- `[(Any) <Object>]`: This indicates any property can be added to this object.
1212-
- `[AllProperties <Boolean?>]`:
1213-
- `[CredentialsWithUsageSign <Boolean?>]`:
1214-
- `[CredentialsWithUsageVerify <Boolean?>]`:
1215-
- `[IsEnabled <Boolean?>]`:
1216-
- `[TokenEncryptionKeyId <Boolean?>]`:
1212+
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
1213+
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
1214+
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
1215+
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
1216+
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
12171217
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
12181218
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
12191219
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -1606,11 +1606,11 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
16061606
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
16071607
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
16081608
- `[(Any) <Object>]`: This indicates any property can be added to this object.
1609-
- `[AllProperties <Boolean?>]`:
1610-
- `[CredentialsWithUsageSign <Boolean?>]`:
1611-
- `[CredentialsWithUsageVerify <Boolean?>]`:
1612-
- `[IsEnabled <Boolean?>]`:
1613-
- `[TokenEncryptionKeyId <Boolean?>]`:
1609+
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
1610+
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
1611+
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
1612+
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
1613+
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
16141614
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
16151615
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
16161616
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -1972,11 +1972,11 @@ REQUIREDRESOURCEACCESS <IMicrosoftGraphRequiredResourceAccess[]>: Specifies the
19721972

19731973
SERVICEPRINCIPALLOCKCONFIGURATION <IMicrosoftGraphServicePrincipalLockConfiguration>: servicePrincipalLockConfiguration
19741974
- `[(Any) <Object>]`: This indicates any property can be added to this object.
1975-
- `[AllProperties <Boolean?>]`:
1976-
- `[CredentialsWithUsageSign <Boolean?>]`:
1977-
- `[CredentialsWithUsageVerify <Boolean?>]`:
1978-
- `[IsEnabled <Boolean?>]`:
1979-
- `[TokenEncryptionKeyId <Boolean?>]`:
1975+
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
1976+
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
1977+
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
1978+
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
1979+
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
19801980

19811981
SPA <IMicrosoftGraphSpaApplication>: spaApplication
19821982
- `[(Any) <Object>]`: This indicates any property can be added to this object.

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,11 @@ BODYPARAMETER <IMicrosoftGraphOnPremisesPublishingProfile>: onPremisesPublishing
505505
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
506506
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
507507
- `[(Any) <Object>]`: This indicates any property can be added to this object.
508-
- `[AllProperties <Boolean?>]`:
509-
- `[CredentialsWithUsageSign <Boolean?>]`:
510-
- `[CredentialsWithUsageVerify <Boolean?>]`:
511-
- `[IsEnabled <Boolean?>]`:
512-
- `[TokenEncryptionKeyId <Boolean?>]`:
508+
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
509+
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
510+
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
511+
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
512+
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
513513
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
514514
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
515515
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -916,11 +916,11 @@ CONNECTORGROUPS <IMicrosoftGraphConnectorGroup[]>: List of existing connectorGro
916916
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
917917
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
918918
- `[(Any) <Object>]`: This indicates any property can be added to this object.
919-
- `[AllProperties <Boolean?>]`:
920-
- `[CredentialsWithUsageSign <Boolean?>]`:
921-
- `[CredentialsWithUsageVerify <Boolean?>]`:
922-
- `[IsEnabled <Boolean?>]`:
923-
- `[TokenEncryptionKeyId <Boolean?>]`:
919+
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
920+
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
921+
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
922+
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
923+
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
924924
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
925925
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
926926
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -1320,11 +1320,11 @@ CONNECTORS <IMicrosoftGraphConnector[]>: List of existing connector objects for
13201320
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
13211321
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
13221322
- `[(Any) <Object>]`: This indicates any property can be added to this object.
1323-
- `[AllProperties <Boolean?>]`:
1324-
- `[CredentialsWithUsageSign <Boolean?>]`:
1325-
- `[CredentialsWithUsageVerify <Boolean?>]`:
1326-
- `[IsEnabled <Boolean?>]`:
1327-
- `[TokenEncryptionKeyId <Boolean?>]`:
1323+
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
1324+
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
1325+
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
1326+
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
1327+
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
13281328
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
13291329
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
13301330
- `[(Any) <Object>]`: This indicates any property can be added to this object.

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,11 @@ BODYPARAMETER <IMicrosoftGraphConnector>: connector
435435
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
436436
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
437437
- `[(Any) <Object>]`: This indicates any property can be added to this object.
438-
- `[AllProperties <Boolean?>]`:
439-
- `[CredentialsWithUsageSign <Boolean?>]`:
440-
- `[CredentialsWithUsageVerify <Boolean?>]`:
441-
- `[IsEnabled <Boolean?>]`:
442-
- `[TokenEncryptionKeyId <Boolean?>]`:
438+
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
439+
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
440+
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
441+
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
442+
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
443443
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
444444
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
445445
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -861,11 +861,11 @@ MEMBEROF <IMicrosoftGraphConnectorGroup[]>: The connectorGroup that the connecto
861861
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
862862
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
863863
- `[(Any) <Object>]`: This indicates any property can be added to this object.
864-
- `[AllProperties <Boolean?>]`:
865-
- `[CredentialsWithUsageSign <Boolean?>]`:
866-
- `[CredentialsWithUsageVerify <Boolean?>]`:
867-
- `[IsEnabled <Boolean?>]`:
868-
- `[TokenEncryptionKeyId <Boolean?>]`:
864+
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
865+
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
866+
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
867+
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
868+
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
869869
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
870870
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
871871
- `[(Any) <Object>]`: This indicates any property can be added to this object.

0 commit comments

Comments
 (0)