Skip to content

Commit 10145e4

Browse files
authored
Merge pull request #204 from oracle/release_2020-01-08
Releasing version 2.9.0
2 parents aa281ff + d1fdbd3 commit 10145e4

File tree

1,593 files changed

+2517
-1704
lines changed

Some content is hidden

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

1,593 files changed

+2517
-1704
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions

docs/configuration.rst

Lines changed: 19 additions & 0 deletions

docs/known-issues.rst

Lines changed: 11 additions & 1 deletion

docs/upload-manager.rst

Lines changed: 11 additions & 1 deletion

examples/add_API_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
33

44
import oci
55
import sys

examples/adw_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
33

44
import oci
55

examples/budget_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
33

44
# This script provides a basic example of how to you can create a budget and an alert rule on the budget.
55
# It then shows how to perform updates, reads, and deletes. It will:

examples/change_instance_compartment_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
33

44
# This script provides a basic example of how to move an instance from one compartment to another using Python SDK.
55
# This script will:

examples/change_nat_gateway_compartment_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
33

44
# This sample will create the VCN where the NAT Gateway will be created, and create the NAT Gateway that
55
# will be moved to a new compartment. Cleanup of NAT gateway and VCN is performed after completion of

examples/change_service_gateway_compartment_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
33

44
# This script provides a basic example of how to move a service gateway from one compartment to another using Python SDK.
55
# This script will perform the following operations to perform the above operation:

0 commit comments

Comments
 (0)