Skip to content

Commit 0c3d30a

Browse files
Merge pull request #304 from microsoftgraph/beta/pipelinebuild/74554
Generated beta models and request builders using Typewriter
2 parents 97db583 + 44293e4 commit 0c3d30a

File tree

752 files changed

+29949
-4650
lines changed

Some content is hidden

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

752 files changed

+29949
-4650
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [0.47.0] - 2022-05-12
15+
16+
### Added
17+
18+
- Added security features (models and requests) related to the Ediscovery-namespace to the Security-namespace.
19+
- Added models and requests to the ManagedTenants-namespace.
20+
- SignInConfirmation & SignInFrequency models and related requests.
21+
- ZebraFoto models and related requests.
22+
- DocumentSetVersion models and related requests.
23+
24+
### Changed
25+
26+
- Updated beta models and request builders generated using Typewriter, based on latest Beta-Metadata.
27+
- Removed managementCondition models and related requests from the general microsoftGraph-namespace.
28+
- Updated dependencies of classes related to added models, added requests, and namespace updates.
29+
1430
## [0.46.0] - 2022-04-22
1531

1632
### Added

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
2121
dependencies {
2222
// Include the sdk as a dependency
23-
implementation 'com.microsoft.graph:microsoft-graph-beta:0.46.0-SNAPSHOT'
23+
implementation 'com.microsoft.graph:microsoft-graph-beta:0.47.0-SNAPSHOT'
2424
// Uncomment the line below if you are building an android application
2525
//implementation 'com.google.guava:guava:30.1.1-android'
2626
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737
<!-- Include the sdk as a dependency -->
3838
<groupId>com.microsoft.graph</groupId>
3939
<artifactId>microsoft-graph-beta</artifactId>
40-
<version>0.46.0-SNAPSHOT</version>
40+
<version>0.47.0-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -183,5 +183,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
183183

184184

185185

186+
186187

187188

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-beta
2828
mavenMajorVersion = 0
29-
mavenMinorVersion = 46
29+
mavenMinorVersion = 47
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -82,5 +82,6 @@ mavenCentralPublishingEnabled=false
8282

8383

8484

85+
8586

8687

src/main/java/com/microsoft/graph/callrecords/models/CallRecord.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
8787

8888
/**
8989
* The Start Date Time.
90-
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
90+
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
9191
*/
9292
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
9393
@Expose
@@ -105,7 +105,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
105105

106106
/**
107107
* The Version.
108-
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
108+
* Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
109109
*/
110110
@SerializedName(value = "version", alternate = {"Version"})
111111
@Expose

src/main/java/com/microsoft/graph/callrecords/models/ClientUserAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class ClientUserAgent extends UserAgent implements IJsonBackedObject {
3838

3939
/**
4040
* The Product Family.
41-
* Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
41+
* Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
4242
*/
4343
@SerializedName(value = "productFamily", alternate = {"ProductFamily"})
4444
@Expose

src/main/java/com/microsoft/graph/callrecords/models/Session.java

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

7979
/**
8080
* The Start Date Time.
81-
* UTC time when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
81+
* UTC fime when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
8282
*/
8383
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
8484
@Expose

src/main/java/com/microsoft/graph/externalconnectors/models/Acl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final AdditionalDataManager additionalDataManager() {
4242

4343
/**
4444
* The Access Type.
45-
* The access granted to the identity. Possible values are: grant, deny, unknownFutureValue.
45+
* The access granted to the identity. Possible values are: grant, deny.
4646
*/
4747
@SerializedName(value = "accessType", alternate = {"AccessType"})
4848
@Expose
@@ -62,7 +62,7 @@ public final AdditionalDataManager additionalDataManager() {
6262

6363
/**
6464
* The Type.
65-
* The type of identity. Possible values are: user, group, everyone, everyoneExceptGuests, externalGroup, unknownFutureValue.
65+
* The type of identity. Possible values are: user, group, everyone, everyoneExceptGuests if the identitySource is azureActiveDirectory and just group if the identitySource is external.
6666
*/
6767
@SerializedName(value = "type", alternate = {"Type"})
6868
@Expose
@@ -71,7 +71,7 @@ public final AdditionalDataManager additionalDataManager() {
7171

7272
/**
7373
* The Value.
74-
* The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup
74+
* The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup.
7575
*/
7676
@SerializedName(value = "value", alternate = {"Value"})
7777
@Expose

src/main/java/com/microsoft/graph/externalconnectors/models/ConnectionOperation.java

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

3939
/**
4040
* The Status.
41-
* Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.
41+
* Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed.
4242
*/
4343
@SerializedName(value = "status", alternate = {"Status"})
4444
@Expose

src/main/java/com/microsoft/graph/externalconnectors/models/ExternalConnection.java

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

9494
/**
9595
* The State.
96-
* Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.
96+
* Indicates the current state of the connection. Possible values are draft, ready, obsolete, and limitExceeded. Required.
9797
*/
9898
@SerializedName(value = "state", alternate = {"State"})
9999
@Expose

src/main/java/com/microsoft/graph/externalconnectors/models/ExternalGroup.java

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

4949
/**
5050
* The Members.
51-
* A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members.
51+
* A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members.
5252
*/
5353
@SerializedName(value = "members", alternate = {"Members"})
5454
@Expose

0 commit comments

Comments
 (0)