Skip to content

Commit 31f1a58

Browse files
authored
Merge pull request #2606 from microsoftgraph/WeeklyApiRefresh/202402210617
[v2] Weekly OpenApiDocs Refresh
2 parents 1c9946f + d0e310e commit 31f1a58

Some content is hidden

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

50 files changed

+126366
-126354
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.14.0"
30+
"version": "2.15.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.14.0"
34+
"version": "2.15.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.14.0"
38+
"version": "2.15.0"
3939
}
4040
}
4141
}

openApiDocs/beta/Applications.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10043,10 +10043,10 @@ paths:
1004310043
tags:
1004410044
- onPremisesPublishingProfiles.connectorGroup
1004510045
summary: Create connectorGroup
10046-
description: Create a connectorGroup object.
10046+
description: Create a new connectorGroup.
1004710047
externalDocs:
1004810048
description: Find more info here
10049-
url: https://learn.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
10049+
url: https://learn.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
1005010050
operationId: onPremisesPublishingProfile_CreateConnectorGroup
1005110051
parameters:
1005210052
- name: onPremisesPublishingProfile-id
@@ -24444,7 +24444,7 @@ components:
2444424444
type: array
2444524445
items:
2444624446
$ref: '#/components/schemas/microsoft.graph.objectIdentity'
24447-
description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft and tied to a user account. It may contain multiple items with the same signInType value. Supports $filter (eq) including on null values, only where the signInType is not userPrincipalName.'
24447+
description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft and tied to a user account. It may contain multiple items with the same signInType value. Supports $filter (eq) with limitations.'
2444824448
imAddresses:
2444924449
type: array
2445024450
items:
@@ -25794,7 +25794,7 @@ components:
2579425794
$ref: '#/components/schemas/microsoft.graph.licenseProcessingState'
2579525795
mail:
2579625796
type: string
25797-
description: 'The SMTP address for the group, for example, ''serviceadmins@contoso.onmicrosoft.com''. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).'
25797+
description: 'The SMTP address for the group, for example, ''[email protected]''. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).'
2579825798
nullable: true
2579925799
mailEnabled:
2580025800
type: boolean
@@ -26871,15 +26871,15 @@ components:
2687126871
properties:
2687226872
issuer:
2687326873
type: string
26874-
description: 'Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn''t federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For guests from other Microsoft Entra organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.'
26874+
description: 'Specifies the issuer of the identity, for example facebook.com. 512 character limit. For local accounts (where signInType isn''t federated), this property is the local default domain name for the tenant, for example contoso.com.<br>For guests from other Microsoft Entra organization, this is the domain of the federated organization, for examplecontoso.com`. For more information about filtering behavior for this property, see Filtering on the identities property of a user.'
2687526875
nullable: true
2687626876
issuerAssignedId:
2687726877
type: string
26878-
description: 'Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or Supports $filter. 64 character limit.'
26878+
description: 'Specifies the unique identifier assigned to the user by the issuer. 64 character limit. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress (or a custom string that starts with emailAddress like emailAddress1), issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or _ For more information about filtering behavior for this property, see Filtering on the identities property of a user.'
2687926879
nullable: true
2688026880
signInType:
2688126881
type: string
26882-
description: 'Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.'
26882+
description: 'Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity updates the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, are performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user.'
2688326883
nullable: true
2688426884
additionalProperties:
2688526885
type: object
@@ -27580,7 +27580,7 @@ components:
2758027580
items:
2758127581
type: string
2758227582
nullable: true
27583-
description: 'Contains occurrenceId property values of cancelled instances in a recurring series, if the event is the series master. Instances in a recurring series that are cancelled are called cancelledOccurences.Returned only on $select in a Get operation which specifies the id of a series master event (that is, the seriesMasterId property value).'
27583+
description: 'Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. Instances in a recurring series that are canceled are called cancelledOccurences.Returned only on $select in a Get operation which specifies the id of a series master event (that is, the seriesMasterId property value).'
2758427584
end:
2758527585
$ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone'
2758627586
hasAttachments:
@@ -27699,7 +27699,7 @@ components:
2769927699
type: array
2770027700
items:
2770127701
$ref: '#/components/schemas/microsoft.graph.event'
27702-
description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.'
27702+
description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.'
2770327703
x-ms-navigationProperty: true
2770427704
multiValueExtendedProperties:
2770527705
type: array
@@ -33598,7 +33598,7 @@ components:
3359833598
properties:
3359933599
dataLocationCode:
3360033600
type: string
33601-
description: The geographic region code for where this site collection resides. Read-only.
33601+
description: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only.
3360233602
nullable: true
3360333603
hostname:
3360433604
type: string
@@ -39483,27 +39483,27 @@ components:
3948339483
nullable: true
3948439484
contentType:
3948539485
type: string
39486-
description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.'
39486+
description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework''s Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.'
3948739487
nullable: true
3948839488
contentUrl:
3948939489
type: string
39490-
description: 'URL for the content of the attachment. Supported protocols: http, https, file and data.'
39490+
description: The URL for the content of the attachment.
3949139491
nullable: true
3949239492
id:
3949339493
type: string
39494-
description: Read-only. Unique id of the attachment.
39494+
description: Read-only. The unique id of the attachment.
3949539495
nullable: true
3949639496
name:
3949739497
type: string
3949839498
description: Name of the attachment.
3949939499
nullable: true
3950039500
teamsAppId:
3950139501
type: string
39502-
description: The ID of the Teams app that is associated with the attachment. The property is specifically used to attribute a Teams message card to the specified app.
39502+
description: The ID of the Teams app that is associated with the attachment. The property is used to attribute a Teams message card to the specified app.
3950339503
nullable: true
3950439504
thumbnailUrl:
3950539505
type: string
39506-
description: 'URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.'
39506+
description: 'The URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user selects the image, the channel would open the document.'
3950739507
nullable: true
3950839508
additionalProperties:
3950939509
type: object

0 commit comments

Comments
 (0)