Skip to content

Commit 2daa055

Browse files
authored
Releasing version 1.4.2
Releasing version 1.4.2
2 parents 0f1c5a9 + cfd60cd commit 2daa055

File tree

901 files changed

+16796
-2016
lines changed

Some content is hidden

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

901 files changed

+16796
-2016
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 1.4.2 - 2019-03-12
7+
### Added
8+
- Support for the Budgets service
9+
- Support for managing multifactor authentication in the Identity service
10+
- Support for managing default tags in the Identity service
11+
- Support for account recovery in the Identity service
12+
- Support for authentication policies in the Identity service
13+
- Support for specifying the workload type when creating autonomous databases in the Database service
14+
- Support for I/O resource management for Exadata database systems in the Database service
15+
- Support for customer-specified timezones on database systems in the Database service
16+
617
## 1.4.1 - 2018-02-28
718
### Added
819
- Support for the Monitoring service

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>1.4.1</version>
8+
<version>1.4.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.oracle.oci.sdk</groupId>
4545
<artifactId>oci-java-sdk-common</artifactId>
46-
<version>1.4.1</version>
46+
<version>1.4.2</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

bmc-addons/bmc-resteasy-client-configurator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk-addons</artifactId>
8-
<version>1.4.1</version>
8+
<version>1.4.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.oracle.oci.sdk</groupId>
4040
<artifactId>oci-java-sdk-common</artifactId>
41-
<version>1.4.1</version>
41+
<version>1.4.2</version>
4242
</dependency>
4343
</dependencies>
4444
</project>

bmc-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>1.4.1</version>
8+
<version>1.4.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bmc-announcementsservice/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.4.1</version>
7+
<version>1.4.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-announcementsservice</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.oracle.oci.sdk</groupId>
1919
<artifactId>oci-java-sdk-common</artifactId>
20-
<version>1.4.1</version>
20+
<version>1.4.2</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

bmc-audit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.oracle.oci.sdk</groupId>
77
<artifactId>oci-java-sdk</artifactId>
8-
<version>1.4.1</version>
8+
<version>1.4.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.oracle.oci.sdk</groupId>
2121
<artifactId>oci-java-sdk-common</artifactId>
22-
<version>1.4.1</version>
22+
<version>1.4.2</version>
2323
</dependency>
2424
</dependencies>
2525

bmc-audit/src/main/java/com/oracle/bmc/audit/responses/UpdateConfigurationResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class UpdateConfigurationResponse {
1818
private String opcRequestId;
1919

2020
/**
21-
* The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the work request.
21+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the work request.
2222
*
2323
*/
2424
private String opcWorkRequestId;

bmc-autoscaling/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk</artifactId>
7-
<version>1.4.1</version>
7+
<version>1.4.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-autoscaling</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>1.4.1</version>
18+
<version>1.4.2</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

bmc-autoscaling/src/main/java/com/oracle/bmc/autoscaling/model/AutoScalingConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public static Builder builder() {
170170

171171
/**
172172
* Defined tags for this resource. Each key is predefined and scoped to a
173-
* namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm).
173+
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
174174
* <p>
175175
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
176176
*
@@ -188,7 +188,7 @@ public static Builder builder() {
188188

189189
/**
190190
* Free-form tags for this resource. Each tag is a simple key-value pair with no
191-
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm).
191+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
192192
* <p>
193193
* Example: `{\"Department\": \"Finance\"}`
194194
*

bmc-autoscaling/src/main/java/com/oracle/bmc/autoscaling/model/CreateAutoScalingConfigurationDetails.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public static Builder builder() {
149149

150150
/**
151151
* Defined tags for this resource. Each key is predefined and scoped to a
152-
* namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm).
152+
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
153153
* <p>
154154
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
155155
*
@@ -167,7 +167,7 @@ public static Builder builder() {
167167

168168
/**
169169
* Free-form tags for this resource. Each tag is a simple key-value pair with no
170-
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm).
170+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
171171
* <p>
172172
* Example: `{\"Department\": \"Finance\"}`
173173
*

0 commit comments

Comments
 (0)