File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
"files": "^.secrets.baseline$",
4
4
"lines": null
5
5
},
6
- "generated_at": "2023-12-18T04:30:14Z ",
6
+ "generated_at": "2024-03-16T19:18:18Z ",
7
7
"plugins_used": [
8
8
{
9
9
"name": "AWSKeyDetector"
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ using **`AppConfiguration.get_instance()`**. [See this example below](#fetching
55
55
- ` AppConfiguration.REGION_EU_GB ` for London
56
56
- ` AppConfiguration.REGION_AU_SYD ` for Sydney
57
57
- ` AppConfiguration.REGION_US_EAST ` for Washington DC
58
+ - ` AppConfiguration.REGION_EU_DE ` for Frankfurt
58
59
- guid : GUID of the App Configuration service. Obtain it from the service credentials section of the dashboard
59
60
- apikey : ApiKey of the App Configuration service. Obtain it from the service credentials section of the dashboard
60
61
- collection_id : Id of the collection created in App Configuration service instance under the ** Collections** section.
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ class AppConfiguration:
38
38
REGION_EU_GB = "eu-gb"
39
39
REGION_AU_SYD = "au-syd"
40
40
REGION_US_EAST = "us-east"
41
+ REGION_EU_DE = "eu-de"
41
42
__override_service_url = None
42
43
__use_private_endpoint = False
43
44
Original file line number Diff line number Diff line change 15
15
"""
16
16
Version of ibm-appconfiguration-python-sdk
17
17
"""
18
- __version__ = '0.3.2 '
18
+ __version__ = '0.3.3 '
Original file line number Diff line number Diff line change 12
12
from setuptools import setup , find_packages
13
13
14
14
NAME = "ibm-appconfiguration-python-sdk"
15
- VERSION = "0.3.2 "
15
+ VERSION = "0.3.3 "
16
16
# To install the library, run the following
17
17
#
18
18
# python setup.py install
You can’t perform that action at this time.
0 commit comments