Skip to content

Commit 1b950c6

Browse files
padamstxMike Kistlerrmkeezer
authored
feat(Configuration Governance): add service to project (#45)
Co-authored-by: Mike Kistler <[email protected]> Co-authored-by: rmkeezer <[email protected]>
1 parent 47ddcd6 commit 1b950c6

File tree

6 files changed

+6540
-2
lines changed

6 files changed

+6540
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Service Name | Imported Class Name
5050
--- | ---
5151
[Case Management](https://cloud.ibm.com/apidocs/case-management) | CaseManagementV1
5252
[Catalog Management](https://cloud.ibm.com/apidocs/resource-catalog/private-catalog) | CatalogManagementV1
53+
[Configuration Governance](https://cloud.ibm.com/apidocs/security-compliance/config) | ConfigurationGovernanceV1
5354
[Enterprise Management](https://cloud.ibm.com/apidocs/enterprise-apis/enterprise) | EnterpriseManagementV1
5455
[Global Catalog](https://cloud.ibm.com/apidocs/resource-catalog/global-catalog) | GlobalCatalogV1
5556
[Global Search](https://cloud.ibm.com/apidocs/search) | GlobalSearchV2
@@ -74,13 +75,13 @@ Service Name | Imported Class Name
7475
To install, use `pip` or `easy_install`:
7576

7677
```bash
77-
pip install --upgrade "ibm_platform_services>=0.11.0"
78+
pip install --upgrade "ibm-platform-services>=0.11.0"
7879
```
7980

8081
or
8182

8283
```bash
83-
easy_install --upgrade "ibm_platform_services>=0.11.0"
84+
easy_install --upgrade "ibm-platform-services>=0.11.0"
8485
```
8586

8687
## Using the SDK

0 commit comments

Comments
 (0)