Skip to content

Commit 5fd5c6f

Browse files
github-actions[bot]Microsoft Graph DevX Toolingpeombwa
authored
Docs Generation (#1436)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] * Docs Generation for Compliance [run ci] * Docs Generation for Identity.Governance [run ci] * Docs Generation for Security [run ci] * Docs Generation for Sites [run ci] * Docs Generation for DirectoryObjects [run ci] * Docs Generation for Users.Actions [run ci] * Docs Generation for DeviceManagement [run ci] * Docs Generation for Teams [run ci] * Docs Generation for DeviceManagement.Administration [run ci] * Docs Generation for Users [run ci] * Docs Generation for Devices.CorporateManagement [run ci] * Docs Generation for Reports [run ci] * Docs Generation for Files [run ci] * Docs Generation for DeviceManagement.Actions [run ci] * Docs Generation for Users.Functions [run ci] * Docs Generation for Education [run ci] * Docs Generation for Applications [run ci] * Docs Generation for Groups [run ci] * Docs Generation for Identity.DirectoryManagement [run ci] * Docs Generation for Identity.SignIns [run ci] * Docs Generation for CloudCommunications [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 8d4c76a commit 5fd5c6f

File tree

602 files changed

+38176
-9139
lines changed

Some content is hidden

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

602 files changed

+38176
-9139
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: acbd0cc0-ecca-4a06-93f3-3a2150c7a32f
3+
Module Guid: 1666c0de-cb1d-4b99-b167-0ed266f5cc63
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: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Accept wildcard characters: False
100100
The unique identifier for the application that is assigned by Azure AD.
101101
Not nullable.
102102
Read-only.
103+
Supports $filter (eq).
103104
104105
```yaml
105106
Type: System.String
@@ -318,7 +319,7 @@ Accept wildcard characters: False
318319
### -ExtensionProperties
319320
Read-only.
320321
Nullable.
321-
Supports $expand and $filter (eq when counting empty collections).
322+
Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
322323
To construct, please use Get-Help -Online and see NOTES section for EXTENSIONPROPERTIES properties and create a hash table.
323324
324325
```yaml
@@ -991,7 +992,7 @@ BODYPARAMETER <IMicrosoftGraphApplication>: application
991992
- `[AppId <String>]`: The unique identifier for the client application.
992993
- `[PermissionIds <String[]>]`: The unique identifier for the scopes the client application is granted.
993994
- `[RequestedAccessTokenVersion <Int32?>]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2
994-
- `[AppId <String>]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only.
995+
- `[AppId <String>]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq).
995996
- `[AppManagementPolicies <IMicrosoftGraphAppManagementPolicy[]>]`: The appManagementPolicy applied to this application.
996997
- `[Description <String>]`: Description for this policy. Required.
997998
- `[DisplayName <String>]`: Display name for this policy. Required.
@@ -1046,14 +1047,14 @@ BODYPARAMETER <IMicrosoftGraphApplication>: application
10461047
- `[Description <String>]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
10471048
- `[DisabledByMicrosoftStatus <String>]`: Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
10481049
- `[DisplayName <String>]`: The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
1049-
- `[ExtensionProperties <IMicrosoftGraphExtensionProperty[]>]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
1050+
- `[ExtensionProperties <IMicrosoftGraphExtensionProperty[]>]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
10501051
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
10511052
- `[Id <String>]`:
10521053
- `[AppDisplayName <String>]`: Display name of the application object on which this extension property is defined. Read-only.
10531054
- `[DataType <String>]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
10541055
- `[IsSyncedFromOnPremises <Boolean?>]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
10551056
- `[Name <String>]`: Name of the extension property. Not nullable.
1056-
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
1057+
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
10571058
- `[FederatedIdentityCredentials <IMicrosoftGraphFederatedIdentityCredential[]>]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
10581059
- `[Id <String>]`:
10591060
- `[Audiences <String[]>]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Azure AD in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. Required.
@@ -1394,7 +1395,7 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
13941395
- `[AppId <String>]`: The unique identifier for the client application.
13951396
- `[PermissionIds <String[]>]`: The unique identifier for the scopes the client application is granted.
13961397
- `[RequestedAccessTokenVersion <Int32?>]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2
1397-
- `[AppId <String>]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only.
1398+
- `[AppId <String>]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq).
13981399
- `[AppManagementPolicies <IMicrosoftGraphAppManagementPolicy[]>]`: The appManagementPolicy applied to this application.
13991400
- `[Description <String>]`: Description for this policy. Required.
14001401
- `[DisplayName <String>]`: Display name for this policy. Required.
@@ -1436,14 +1437,14 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
14361437
- `[Description <String>]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
14371438
- `[DisabledByMicrosoftStatus <String>]`: Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
14381439
- `[DisplayName <String>]`: The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
1439-
- `[ExtensionProperties <IMicrosoftGraphExtensionProperty[]>]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
1440+
- `[ExtensionProperties <IMicrosoftGraphExtensionProperty[]>]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
14401441
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
14411442
- `[Id <String>]`:
14421443
- `[AppDisplayName <String>]`: Display name of the application object on which this extension property is defined. Read-only.
14431444
- `[DataType <String>]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
14441445
- `[IsSyncedFromOnPremises <Boolean?>]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
14451446
- `[Name <String>]`: Name of the extension property. Not nullable.
1446-
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
1447+
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
14471448
- `[FederatedIdentityCredentials <IMicrosoftGraphFederatedIdentityCredential[]>]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
14481449
- `[Id <String>]`:
14491450
- `[Audiences <String[]>]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Azure AD in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. Required.
@@ -1767,14 +1768,14 @@ CREATEDONBEHALFOF <IMicrosoftGraphDirectoryObject>: directoryObject
17671768
- `[Id <String>]`:
17681769
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
17691770

1770-
EXTENSIONPROPERTIES <IMicrosoftGraphExtensionProperty[]>: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
1771+
EXTENSIONPROPERTIES <IMicrosoftGraphExtensionProperty[]>: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
17711772
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
17721773
- `[Id <String>]`:
17731774
- `[AppDisplayName <String>]`: Display name of the application object on which this extension property is defined. Read-only.
17741775
- `[DataType <String>]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
17751776
- `[IsSyncedFromOnPremises <Boolean?>]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
17761777
- `[Name <String>]`: Name of the extension property. Not nullable.
1777-
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
1778+
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
17781779

17791780
FEDERATEDIDENTITYCREDENTIALS <IMicrosoftGraphFederatedIdentityCredential[]>: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
17801781
- `[Id <String>]`:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Accept wildcard characters: False
210210
### -TargetObjects
211211
Following values are supported.
212212
Not nullable.
213-
UserGroupOrganizationDeviceApplication
213+
UserGroupAdministrativeUnitApplicationDeviceOrganization
214214
215215
```yaml
216216
Type: System.String[]
@@ -285,7 +285,7 @@ BODYPARAMETER <IMicrosoftGraphExtensionProperty>: extensionProperty
285285
- `[DataType <String>]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
286286
- `[IsSyncedFromOnPremises <Boolean?>]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
287287
- `[Name <String>]`: Name of the extension property. Not nullable.
288-
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
288+
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
289289

290290
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
291291
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy

0 commit comments

Comments
 (0)