Skip to content

Commit 187186a

Browse files
authored
Merge pull request #10 from IBM/prajwal-jarali-202504291054
Add negative segment operators
2 parents 31bba78 + ddd3326 commit 187186a

File tree

5 files changed

+243
-602
lines changed

5 files changed

+243
-602
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "package-lock.json|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-12-23T09:33:42Z",
6+
"generated_at": "2025-04-29T10:55:37Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,7 @@ console.log(result);
8989

9090
where,
9191
- **region** : Region name where the App Configuration service instance is created.
92-
- `AppConfiguration.REGION_US_SOUTH` for Dallas
93-
- `AppConfiguration.REGION_EU_GB` for London
94-
- `AppConfiguration.REGION_AU_SYD` for Sydney
95-
- `AppConfiguration.REGION_US_EAST` for Washington DC
96-
- `AppConfiguration.REGION_EU_DE` for Frankfurt
97-
- `AppConfiguration.REGION_CA_TOR` for Toronto
98-
- `AppConfiguration.REGION_JP_TOK` for Tokyo
99-
- `AppConfiguration.REGION_JP_OSA` for Osaka
92+
See list of supported locations [here](https://cloud.ibm.com/catalog/services/app-configuration). Eg:- `us-south`, `au-syd` etc.
10093
- **guid** : Instance ID of the App Configuration service. Obtain it from the service credentials section of the App Configuration dashboard.
10194
- **apikey** : The encrypted APIKey generated as described [here](./README_APIKEY_ENCRYPTION.md).
10295
- **collectionId**: ID of the collection created in App Configuration service instance under the **Collections** section.

0 commit comments

Comments
 (0)