Skip to content

Commit 7edeb46

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#1362)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent 3f605dd commit 7edeb46

File tree

101 files changed

+97127
-86367
lines changed

Some content is hidden

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

101 files changed

+97127
-86367
lines changed

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
],
2323
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
2424
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
25-
"version": "1.10.0"
25+
"version": "1.10.1"
2626
}

openApiDocs/beta/Applications.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16935,11 +16935,11 @@ components:
1693516935
nullable: true
1693616936
principalId:
1693716937
type: string
16938-
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.'
16938+
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).'
1693916939
nullable: true
1694016940
resourceId:
1694116941
type: string
16942-
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.
16942+
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).
1694316943
scope:
1694416944
type: string
1694516945
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.'
@@ -18236,13 +18236,13 @@ components:
1823618236
properties:
1823718237
appId:
1823818238
type: string
18239-
description: The unique identifier for the application.
18239+
description: The unique identifier for the client application.
1824018240
permissionIds:
1824118241
type: array
1824218242
items:
1824318243
type: string
1824418244
nullable: true
18245-
description: The unique identifier for the oauth2PermissionScopes the application requires.
18245+
description: The unique identifier for the scopes the client application is granted.
1824618246
additionalProperties:
1824718247
type: object
1824818248
microsoft.graph.optionalClaim:

openApiDocs/beta/Bookings.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,6 +2422,7 @@ components:
24222422
nullable: true
24232423
languageTag:
24242424
type: string
2425+
description: The language of the self service booking page
24252426
nullable: true
24262427
phone:
24272428
type: string
@@ -2482,6 +2483,7 @@ components:
24822483
nullable: true
24832484
anonymousJoinWebUrl:
24842485
type: string
2486+
description: Url of meeting to join anonymously.
24852487
nullable: true
24862488
customerEmailAddress:
24872489
type: string
@@ -2720,6 +2722,7 @@ components:
27202722
nullable: true
27212723
isAnonymousJoinEnabled:
27222724
type: boolean
2725+
description: True if an anonymousJoinWebUrl(webrtcUrl) will be generated for the appointment booked for this service.
27232726
isHiddenFromCustomers:
27242727
type: boolean
27252728
description: True means this service is not available to customers for booking.
@@ -2728,6 +2731,7 @@ components:
27282731
description: True indicates that the appointments for the service will be held online. Default value is false.
27292732
languageTag:
27302733
type: string
2734+
description: The language of the self service booking page.
27312735
maximumAttendeesCount:
27322736
maximum: 2147483647
27332737
minimum: -2147483648

openApiDocs/beta/CloudCommunications.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8595,11 +8595,11 @@ components:
85958595
properties:
85968596
displayName:
85978597
type: string
8598-
description: The display name of the identity. This property is read-only.
8598+
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.'
85998599
nullable: true
86008600
id:
86018601
type: string
8602-
description: The identifier of the identity. This property is read-only.
8602+
description: Unique identifier for the identity.
86038603
nullable: true
86048604
additionalProperties:
86058605
type: object
@@ -9036,7 +9036,7 @@ components:
90369036
type: array
90379037
items:
90389038
$ref: '#/components/schemas/microsoft.graph.callRecords.traceRouteHop'
9039-
description: List of network trace route hops collected for this media stream.
9039+
description: List of network trace route hops collected for this media stream.*
90409040
wifiBand:
90419041
$ref: '#/components/schemas/microsoft.graph.callRecords.wifiBand'
90429042
wifiBatteryCharge:
@@ -9396,7 +9396,7 @@ components:
93969396
maximum: 2147483647
93979397
minimum: -2147483648
93989398
type: integer
9399-
description: The network path count of this hop that was used to compute the RTT.
9399+
description: The network path count of this hop that was used to compute the round-trip time.
94009400
format: int32
94019401
nullable: true
94029402
ipAddress:

openApiDocs/beta/Compliance.yml

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9566,6 +9566,7 @@ components:
95669566
type: array
95679567
items:
95689568
$ref: '#/components/schemas/microsoft.graph.channel'
9569+
description: List of channels shared with the team.
95699570
installedApps:
95709571
type: array
95719572
items:
@@ -10019,6 +10020,8 @@ components:
1001910020
items:
1002010021
$ref: '#/components/schemas/microsoft.graph.assignedPlan'
1002110022
description: The plans that are assigned to the user. Read-only. Not nullable.Supports $filter (eq and not).
10023+
authorizationInfo:
10024+
$ref: '#/components/schemas/microsoft.graph.authorizationInfo'
1002210025
businessPhones:
1002310026
type: array
1002410027
items:
@@ -10234,6 +10237,9 @@ components:
1023410237
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.'
1023510238
format: date-time
1023610239
nullable: true
10240+
securityIdentifier:
10241+
type: string
10242+
nullable: true
1023710243
showInAddressList:
1023810244
type: boolean
1023910245
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.
@@ -12358,7 +12364,7 @@ components:
1235812364
items:
1235912365
type: string
1236012366
nullable: true
12361-
description: The roles for that user.
12367+
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.'
1236212368
visibleHistoryStartDateTime:
1236312369
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])$'
1236412370
type: string
@@ -12612,6 +12618,17 @@ components:
1261212618
nullable: true
1261312619
additionalProperties:
1261412620
type: object
12621+
microsoft.graph.authorizationInfo:
12622+
title: authorizationInfo
12623+
type: object
12624+
properties:
12625+
certificateUserIds:
12626+
type: array
12627+
items:
12628+
type: string
12629+
nullable: true
12630+
additionalProperties:
12631+
type: object
1261512632
microsoft.graph.customSecurityAttributeValue:
1261612633
title: customSecurityAttributeValue
1261712634
type: object
@@ -13029,11 +13046,11 @@ components:
1302913046
nullable: true
1303013047
principalId:
1303113048
type: string
13032-
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.'
13049+
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).'
1303313050
nullable: true
1303413051
resourceId:
1303513052
type: string
13036-
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.
13053+
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).
1303713054
scope:
1303813055
type: string
1303913056
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.'
@@ -21196,7 +21213,7 @@ components:
2119621213
createdDateTime:
2119721214
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])$'
2119821215
type: string
21199-
description: The date and time when the temporaryAccessPass was created.
21216+
description: The date and time when the Temporary Access Pass was created.
2120021217
format: date-time
2120121218
nullable: true
2120221219
isUsable:
@@ -21205,28 +21222,28 @@ components:
2120521222
nullable: true
2120621223
isUsableOnce:
2120721224
type: boolean
21208-
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.'
21225+
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.'
2120921226
nullable: true
2121021227
lifetimeInMinutes:
2121121228
maximum: 2147483647
2121221229
minimum: -2147483648
2121321230
type: integer
21214-
description: 'The lifetime of the temporaryAccessPass in minutes starting at startDateTime. Minimum 10, Maximum 43200 (equivalent to 30 days).'
21231+
description: The lifetime of the Temporary Access Pass in minutes starting at startDateTime. Must be between 10 and 43200 inclusive (equivalent to 30 days).
2121521232
format: int32
2121621233
nullable: true
2121721234
methodUsabilityReason:
2121821235
type: string
21219-
description: 'Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed.'
21236+
description: 'Details about the usability state (isUsable). Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, OneTimeUsed.'
2122021237
nullable: true
2122121238
startDateTime:
2122221239
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])$'
2122321240
type: string
21224-
description: The date and time when the temporaryAccessPass becomes available to use.
21241+
description: The date and time when the Temporary Access Pass becomes available to use and when isUsable is true is enforced.
2122521242
format: date-time
2122621243
nullable: true
2122721244
temporaryAccessPass:
2122821245
type: string
21229-
description: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET.
21246+
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.
2123021247
nullable: true
2123121248
additionalProperties:
2123221249
type: object
@@ -26776,7 +26793,7 @@ components:
2677626793
type: string
2677726794
format: date-time
2677826795
nullable: true
26779-
nextExpectedRange:
26796+
nextExpectedRanges:
2678026797
type: array
2678126798
items:
2678226799
type: string

openApiDocs/beta/DeviceManagement.Administration.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17668,6 +17668,7 @@ components:
1766817668
nullable: true
1766917669
alternateResourceUrl:
1767017670
type: string
17671+
description: The interface URL of the partner service's resource that links to this Azure network connection. Returned only on $select.
1767117672
nullable: true
1767217673
displayName:
1767317674
type: string
@@ -17688,10 +17689,10 @@ components:
1768817689
nullable: true
1768917690
resourceGroupId:
1769017691
type: string
17691-
description: 'The ID of the target resource group. Required format: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}''.'
17692+
description: 'The ID of the target resource group. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}.'
1769217693
subnetId:
1769317694
type: string
17694-
description: 'The ID of the target subnet. Required format: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}''.'
17695+
description: 'The ID of the target subnet. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}.'
1769517696
subscriptionId:
1769617697
type: string
1769717698
description: The ID of the target Azure subscription that’s associated with your tenant.
@@ -17703,7 +17704,7 @@ components:
1770317704
$ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionType'
1770417705
virtualNetworkId:
1770517706
type: string
17706-
description: 'The ID of the target virtual network. Required format: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}''.'
17707+
description: 'The ID of the target virtual network. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}.'
1770717708
additionalProperties:
1770817709
type: object
1770917710
microsoft.graph.cloudPcOrganizationSettings:
@@ -17728,9 +17729,11 @@ components:
1772817729
properties:
1772917730
alternateResourceUrl:
1773017731
type: string
17732+
description: The URL of the alternate resource that links to this provisioning policy. Read-only.
1773117733
nullable: true
1773217734
cloudPcGroupDisplayName:
1773317735
type: string
17736+
description: The display name of the Cloud PC group that the Cloud PCs reside in. Read-only.
1773417737
nullable: true
1773517738
description:
1773617739
type: string
@@ -17746,6 +17749,7 @@ components:
1774617749
maximum: 2147483647
1774717750
minimum: -2147483648
1774817751
type: integer
17752+
description: The number of hours to wait before reprovisioning/deprovisioning happens. Read-only.
1774917753
format: int32
1775017754
nullable: true
1775117755
imageDisplayName:
@@ -17760,6 +17764,7 @@ components:
1776017764
$ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyImageType'
1776117765
localAdminEnabled:
1776217766
type: boolean
17767+
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.'
1776317768
nullable: true
1776417769
managedBy:
1776517770
$ref: '#/components/schemas/microsoft.graph.cloudPcManagementService'

0 commit comments

Comments
 (0)