Skip to content

Commit bafa4f0

Browse files
authored
Releasing version 2.13.0
Releasing version 2.13.0
2 parents fa795a7 + f4bc141 commit bafa4f0

File tree

2,142 files changed

+21412
-3571
lines changed

Some content is hidden

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

2,142 files changed

+21412
-3571
lines changed

CHANGELOG.rst

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

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.13.0 - 2020-04-21
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the Data Safe service
13+
* Support for the Incident Management service
14+
* Support for showing which database versions support always-free in the Database service
15+
* Support in instance configurations for flex shapes, dedicated VM hosts, encryption in transit, and KMS keys in the Compute Autoscaling service
16+
* Support for server-side object encryption using a customer-provided encryption key in the Object Storage service
17+
* Support for specifying maintenance preferences while launching and updating Exadata Database systems in the Database service
18+
* Support for flexible-shaped VM instances in the Compute service
19+
* Support for scheduled cross-region backups in the Block Volume service
20+
* Support for object versioning in the Object Storage service
21+
22+
Breaking
23+
--------
24+
* Deleted models Archiver, CreateArchiverDetails and UpdateArchiverDetails from the streaming service
25+
626
====================
727
2.12.4 - 2020-04-14
828
====================

CONTRIBUTING.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Contributing to the Oracle Cloud Infrastructure Python SDK
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
*Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.*
4+
*Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.*
5+
*This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.*
56

67
Pull requests can be made under
78
`The Oracle Contributor Agreement <https://www.oracle.com/technetwork/community/oca-486395.html>`_ (OCA).

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,8 @@ __ https://github.com/oracle/oci-python-sdk
125125
License
126126
=======
127127

128-
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
129-
130-
This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License 2.0.
128+
Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
129+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
131130

132131
See `LICENSE`__ for more details.
133132

docs/api/cims.rst

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
Cims
2+
====
3+
4+
.. autosummary::
5+
:toctree: cims/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.cims.IncidentClient
10+
oci.cims.IncidentClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: cims/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.cims.models.ActivityItem
22+
oci.cims.models.Category
23+
oci.cims.models.Classifier
24+
oci.cims.models.Contact
25+
oci.cims.models.ContactList
26+
oci.cims.models.CreateCategoryDetails
27+
oci.cims.models.CreateIncident
28+
oci.cims.models.CreateIssueTypeDetails
29+
oci.cims.models.CreateItemDetails
30+
oci.cims.models.CreateLimitItemDetails
31+
oci.cims.models.CreateResourceDetails
32+
oci.cims.models.CreateSubCategoryDetails
33+
oci.cims.models.CreateTechSupportItemDetails
34+
oci.cims.models.CreateTicketDetails
35+
oci.cims.models.Incident
36+
oci.cims.models.IncidentResourceType
37+
oci.cims.models.IncidentSummary
38+
oci.cims.models.IncidentType
39+
oci.cims.models.IssueType
40+
oci.cims.models.Item
41+
oci.cims.models.LimitItem
42+
oci.cims.models.Resource
43+
oci.cims.models.ServiceCategory
44+
oci.cims.models.Status
45+
oci.cims.models.SubCategory
46+
oci.cims.models.TechSupportItem
47+
oci.cims.models.TenancyInformation
48+
oci.cims.models.Ticket
49+
oci.cims.models.UpdateActivityItemDetails
50+
oci.cims.models.UpdateIncident
51+
oci.cims.models.UpdateItemDetails
52+
oci.cims.models.UpdateResourceDetails
53+
oci.cims.models.UpdateTicketDetails
54+
oci.cims.models.ValidationResponse
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
IncidentClient
2+
==============
3+
4+
.. currentmodule:: oci.cims
5+
6+
.. autoclass:: IncidentClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
IncidentClientCompositeOperations
2+
=================================
3+
4+
.. currentmodule:: oci.cims
5+
6+
.. autoclass:: IncidentClientCompositeOperations
7+
:special-members: __init__
8+
:members:

docs/api/streaming/models/oci.streaming.models.ArchiverError.rst renamed to docs/api/cims/models/oci.cims.models.ActivityItem.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ArchiverError
2-
=============
1+
ActivityItem
2+
============
33

4-
.. currentmodule:: oci.streaming.models
4+
.. currentmodule:: oci.cims.models
55

6-
.. autoclass:: ArchiverError
6+
.. autoclass:: ActivityItem
77
:show-inheritance:
88
:special-members: __init__
99
:members:

docs/api/streaming/models/oci.streaming.models.Archiver.rst renamed to docs/api/cims/models/oci.cims.models.Category.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Archiver
1+
Category
22
========
33

4-
.. currentmodule:: oci.streaming.models
4+
.. currentmodule:: oci.cims.models
55

6-
.. autoclass:: Archiver
6+
.. autoclass:: Category
77
:show-inheritance:
88
:special-members: __init__
99
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Classifier
2+
==========
3+
4+
.. currentmodule:: oci.cims.models
5+
6+
.. autoclass:: Classifier
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Contact
2+
=======
3+
4+
.. currentmodule:: oci.cims.models
5+
6+
.. autoclass:: Contact
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)