Skip to content

Commit 0f79aed

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 103115
1 parent 9ac84b4 commit 0f79aed

16 files changed

+40
-38
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
dependencies {
2121
// Include the sdk as a dependency
22-
implementation 'com.microsoft.graph:microsoft-graph:5.44.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:5.45.0'
2323
// Uncomment the line below if you are building an android application
2424
//implementation 'com.google.guava:guava:30.1.1-android'
2525
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
3636
<!-- Include the sdk as a dependency -->
3737
<groupId>com.microsoft.graph</groupId>
3838
<artifactId>microsoft-graph</artifactId>
39-
<version>5.44.0</version>
39+
<version>5.45.0</version>
4040
</dependency>
4141
<dependency>
4242
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -175,5 +175,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
175175

176176

177177

178+
178179

179180

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ org.gradle.caching=true
2626
mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph
2828
mavenMajorVersion = 5
29-
mavenMinorVersion = 44
29+
mavenMinorVersion = 45
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -98,5 +98,6 @@ mavenCentralPublishingEnabled=false
9898

9999

100100

101+
101102

102103

src/main/java/com/microsoft/graph/info/Constants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private Constants() {
1818
/** The client secret to use for unit testing */
1919
public static final String CLIENTSECRET = "clientsecret";
2020
/** The SDK version */
21-
public static final String VERSION_NAME = "5.44.0";
21+
public static final String VERSION_NAME = "5.45.0";
2222
}
2323

2424

@@ -75,5 +75,6 @@ private Constants() {
7575

7676

7777

78+
7879

7980

src/main/java/com/microsoft/graph/models/ChatMessageAttachment.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ public final AdditionalDataManager additionalDataManager() {
8282
@Nullable
8383
public String name;
8484

85+
/**
86+
* The Teams App Id.
87+
*
88+
*/
89+
@SerializedName(value = "teamsAppId", alternate = {"TeamsAppId"})
90+
@Expose
91+
@Nullable
92+
public String teamsAppId;
93+
8594
/**
8695
* The Thumbnail Url.
8796
* 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.

src/main/java/com/microsoft/graph/models/ConnectedOrganization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class ConnectedOrganization extends Entity implements IJsonBackedObject {
5757

5858
/**
5959
* The Identity Sources.
60-
* The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource or externalDomainFederation. Nullable.
60+
* The identity sources in this connected organization, one of azureActiveDirectoryTenant, domainIdentitySource, externalDomainFederation or crossCloudAzureActiveDirectoryTenant. Nullable.
6161
*/
6262
@SerializedName(value = "identitySources", alternate = {"IdentitySources"})
6363
@Expose

src/main/java/com/microsoft/graph/models/CrossCloudAzureActiveDirectoryTenant.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class CrossCloudAzureActiveDirectoryTenant extends IdentitySource impleme
2727

2828
/**
2929
* The Cloud Instance.
30-
*
30+
* The ID of the cloud where the tenant is located, one of microsoftonline.com, microsoftonline.us or partner.microsoftonline.cn. Read only.
3131
*/
3232
@SerializedName(value = "cloudInstance", alternate = {"CloudInstance"})
3333
@Expose
@@ -36,7 +36,7 @@ public class CrossCloudAzureActiveDirectoryTenant extends IdentitySource impleme
3636

3737
/**
3838
* The Display Name.
39-
*
39+
* The name of the Azure Active Directory tenant. Read only.
4040
*/
4141
@SerializedName(value = "displayName", alternate = {"DisplayName"})
4242
@Expose
@@ -45,7 +45,7 @@ public class CrossCloudAzureActiveDirectoryTenant extends IdentitySource impleme
4545

4646
/**
4747
* The Tenant Id.
48-
*
48+
* The ID of the Azure Active Directory tenant. Read only.
4949
*/
5050
@SerializedName(value = "tenantId", alternate = {"TenantId"})
5151
@Expose

src/main/java/com/microsoft/graph/models/Group.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public class Group extends DirectoryObject implements IJsonBackedObject {
127127

128128
/**
129129
* The Is Assignable To Role.
130-
* Indicates whether this group can be assigned to an Azure Active Directory role or not. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Azure AD role assignmentsReturned by default. Supports $filter (eq, ne, not).
130+
* Indicates whether this group can be assigned to an Azure Active Directory role or not. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Azure AD role assignmentsUsing this feature requires a Azure AD Premium P1 license. Returned by default. Supports $filter (eq, ne, not).
131131
*/
132132
@SerializedName(value = "isAssignableToRole", alternate = {"IsAssignableToRole"})
133133
@Expose

src/main/java/com/microsoft/graph/models/KeyCredential.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final AdditionalDataManager additionalDataManager() {
3939

4040
/**
4141
* The Custom Key Identifier.
42-
* Custom key identifier
42+
* A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.
4343
*/
4444
@SerializedName(value = "customKeyIdentifier", alternate = {"CustomKeyIdentifier"})
4545
@Expose

src/main/java/com/microsoft/graph/models/List.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class List extends BaseItem implements IJsonBackedObject {
5555

5656
/**
5757
* The Sharepoint Ids.
58-
*
58+
* Returns identifiers useful for SharePoint REST compatibility. Read-only.
5959
*/
6060
@SerializedName(value = "sharepointIds", alternate = {"SharepointIds"})
6161
@Expose

src/main/java/com/microsoft/graph/models/Organization.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ public class Organization extends DirectoryObject implements IJsonBackedObject {
8989
@Nullable
9090
public java.time.OffsetDateTime createdDateTime;
9191

92+
/**
93+
* The Default Usage Location.
94+
* Two-letter ISO 3166 country code indicating the default service usage location of an organization.
95+
*/
96+
@SerializedName(value = "defaultUsageLocation", alternate = {"DefaultUsageLocation"})
97+
@Expose
98+
@Nullable
99+
public String defaultUsageLocation;
100+
92101
/**
93102
* The Display Name.
94103
* The display name for the tenant.

0 commit comments

Comments
 (0)