Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
],
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "1.10.0"
"version": "1.10.1"
}
8 changes: 4 additions & 4 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16935,11 +16935,11 @@ components:
nullable: true
principalId:
type: string
description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.'
description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal. Supports $filter (eq only).'
nullable: true
resourceId:
type: string
description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user.
description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only).
scope:
type: string
description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.'
Expand Down Expand Up @@ -18236,13 +18236,13 @@ components:
properties:
appId:
type: string
description: The unique identifier for the application.
description: The unique identifier for the client application.
permissionIds:
type: array
items:
type: string
nullable: true
description: The unique identifier for the oauth2PermissionScopes the application requires.
description: The unique identifier for the scopes the client application is granted.
additionalProperties:
type: object
microsoft.graph.optionalClaim:
Expand Down
4 changes: 4 additions & 0 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2422,6 +2422,7 @@ components:
nullable: true
languageTag:
type: string
description: The language of the self service booking page
nullable: true
phone:
type: string
Expand Down Expand Up @@ -2482,6 +2483,7 @@ components:
nullable: true
anonymousJoinWebUrl:
type: string
description: Url of meeting to join anonymously.
nullable: true
customerEmailAddress:
type: string
Expand Down Expand Up @@ -2720,6 +2722,7 @@ components:
nullable: true
isAnonymousJoinEnabled:
type: boolean
description: True if an anonymousJoinWebUrl(webrtcUrl) will be generated for the appointment booked for this service.
isHiddenFromCustomers:
type: boolean
description: True means this service is not available to customers for booking.
Expand All @@ -2728,6 +2731,7 @@ components:
description: True indicates that the appointments for the service will be held online. Default value is false.
languageTag:
type: string
description: The language of the self service booking page.
maximumAttendeesCount:
maximum: 2147483647
minimum: -2147483648
Expand Down
8 changes: 4 additions & 4 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8595,11 +8595,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
description: 'The identity''s display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -9036,7 +9036,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.traceRouteHop'
description: List of network trace route hops collected for this media stream.
description: List of network trace route hops collected for this media stream.*
wifiBand:
$ref: '#/components/schemas/microsoft.graph.callRecords.wifiBand'
wifiBatteryCharge:
Expand Down Expand Up @@ -9396,7 +9396,7 @@ components:
maximum: 2147483647
minimum: -2147483648
type: integer
description: The network path count of this hop that was used to compute the RTT.
description: The network path count of this hop that was used to compute the round-trip time.
format: int32
nullable: true
ipAddress:
Expand Down
37 changes: 27 additions & 10 deletions openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9566,6 +9566,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.channel'
description: List of channels shared with the team.
installedApps:
type: array
items:
Expand Down Expand Up @@ -10019,6 +10020,8 @@ components:
items:
$ref: '#/components/schemas/microsoft.graph.assignedPlan'
description: The plans that are assigned to the user. Read-only. Not nullable.Supports $filter (eq and not).
authorizationInfo:
$ref: '#/components/schemas/microsoft.graph.authorizationInfo'
businessPhones:
type: array
items:
Expand Down Expand Up @@ -10234,6 +10237,9 @@ components:
description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use invalidateAllRefreshTokens to reset.'
format: date-time
nullable: true
securityIdentifier:
type: string
nullable: true
showInAddressList:
type: boolean
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
Expand Down Expand Up @@ -12358,7 +12364,7 @@ components:
items:
type: string
nullable: true
description: The roles for that user.
description: 'The roles for that user. This property only contains additional qualifiers when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is a guest, the roles property contains guest as one of the values. A basic member should not have any values specified in the roles property.'
visibleHistoryStartDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
Expand Down Expand Up @@ -12612,6 +12618,17 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.authorizationInfo:
title: authorizationInfo
type: object
properties:
certificateUserIds:
type: array
items:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.customSecurityAttributeValue:
title: customSecurityAttributeValue
type: object
Expand Down Expand Up @@ -13029,11 +13046,11 @@ components:
nullable: true
principalId:
type: string
description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.'
description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal. Supports $filter (eq only).'
nullable: true
resourceId:
type: string
description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user.
description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only).
scope:
type: string
description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.'
Expand Down Expand Up @@ -21196,7 +21213,7 @@ components:
createdDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
description: The date and time when the temporaryAccessPass was created.
description: The date and time when the Temporary Access Pass was created.
format: date-time
nullable: true
isUsable:
Expand All @@ -21205,28 +21222,28 @@ components:
nullable: true
isUsableOnce:
type: boolean
description: 'Determines whether the pass is limited to a one time use. If true, the pass can be used once; if false, the pass can be used multiple times within the temporaryAccessPass lifetime.'
description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.'
nullable: true
lifetimeInMinutes:
maximum: 2147483647
minimum: -2147483648
type: integer
description: 'The lifetime of the temporaryAccessPass in minutes starting at startDateTime. Minimum 10, Maximum 43200 (equivalent to 30 days).'
description: The lifetime of the Temporary Access Pass in minutes starting at startDateTime. Must be between 10 and 43200 inclusive (equivalent to 30 days).
format: int32
nullable: true
methodUsabilityReason:
type: string
description: 'Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed.'
description: 'Details about the usability state (isUsable). Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, OneTimeUsed.'
nullable: true
startDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
description: The date and time when the temporaryAccessPass becomes available to use.
description: The date and time when the Temporary Access Pass becomes available to use and when isUsable is true is enforced.
format: date-time
nullable: true
temporaryAccessPass:
type: string
description: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET.
description: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -26776,7 +26793,7 @@ components:
type: string
format: date-time
nullable: true
nextExpectedRange:
nextExpectedRanges:
type: array
items:
type: string
Expand Down
11 changes: 8 additions & 3 deletions openApiDocs/beta/DeviceManagement.Administration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17668,6 +17668,7 @@ components:
nullable: true
alternateResourceUrl:
type: string
description: The interface URL of the partner service's resource that links to this Azure network connection. Returned only on $select.
nullable: true
displayName:
type: string
Expand All @@ -17688,10 +17689,10 @@ components:
nullable: true
resourceGroupId:
type: string
description: 'The ID of the target resource group. Required format: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}''.'
description: 'The ID of the target resource group. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}.'
subnetId:
type: string
description: 'The ID of the target subnet. Required format: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}''.'
description: 'The ID of the target subnet. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}.'
subscriptionId:
type: string
description: The ID of the target Azure subscription that’s associated with your tenant.
Expand All @@ -17703,7 +17704,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionType'
virtualNetworkId:
type: string
description: 'The ID of the target virtual network. Required format: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}''.'
description: 'The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}.'
additionalProperties:
type: object
microsoft.graph.cloudPcOrganizationSettings:
Expand All @@ -17728,9 +17729,11 @@ components:
properties:
alternateResourceUrl:
type: string
description: The URL of the alternate resource that links to this provisioning policy. Read-only.
nullable: true
cloudPcGroupDisplayName:
type: string
description: The display name of the Cloud PC group that the Cloud PCs reside in. Read-only.
nullable: true
description:
type: string
Expand All @@ -17746,6 +17749,7 @@ components:
maximum: 2147483647
minimum: -2147483648
type: integer
description: The number of hours to wait before reprovisioning/deprovisioning happens. Read-only.
format: int32
nullable: true
imageDisplayName:
Expand All @@ -17760,6 +17764,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyImageType'
localAdminEnabled:
type: boolean
description: 'Indicates whether the local admin option is enabled. If the local admin option is enabled, the end user can be an admin of the Cloud PC device. Read-only.'
nullable: true
managedBy:
$ref: '#/components/schemas/microsoft.graph.cloudPcManagementService'
Expand Down
Loading