Skip to content

Commit

Permalink
feat: remove scc-related services from project (#215)
Browse files Browse the repository at this point in the history
This commit removes the Configuration Governance
and Posture Management services from the project.
These services are now available at
https://github.com/IBM/scc-go-sdk.

Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
  • Loading branch information
padamstx committed Oct 28, 2022
1 parent 10d182b commit 6a2c910
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 9,779 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Service Name | Package name
[Activity Tracker v1 [deprecated]](https://cloud.ibm.com/apidocs/atracker/atracker-v1) | atrackerv1
[Case Management](https://cloud.ibm.com/apidocs/case-management?code=go) | casemanagementv1
[Catalog Management](https://cloud.ibm.com/apidocs/resource-catalog/private-catalog?code=go) | catalogmanagementv1
[Configuration Governance](https://cloud.ibm.com/apidocs/security-compliance/config?code=go) | configurationgovernancev1
[Context Based Restrictions](https://cloud.ibm.com/apidocs/context-based-restrictions?code=go) | contextbasedrestrictionsv1
[Enterprise Billing Units](https://cloud.ibm.com/apidocs/enterprise-apis/billing-unit?code=go) | enterprisebillingunitsv1
[Enterprise Management](https://cloud.ibm.com/apidocs/enterprise-apis/enterprise?code=go) | enterprisemanagementv1
Expand All @@ -62,13 +61,20 @@ Service Name | Package name
[IAM Policy Management](https://cloud.ibm.com/apidocs/iam-policy-management?code=go) | iampolicymanagementv1
[IBM Cloud Shell](https://cloud.ibm.com/apidocs/cloudshell?code=go) | ibmcloudshellv1
[Open Service Broker](https://cloud.ibm.com/apidocs/resource-controller/ibm-cloud-osb-api?code=go) | openservicebrokerv1
[Posture Management](https://cloud.ibm.com/apidocs/security-compliance/posture?code=go) | posturemanagementv1
[Resource Controller](https://cloud.ibm.com/apidocs/resource-controller/resource-controller?code=go) | resourcecontrollerv2
[Resource Manager](https://cloud.ibm.com/apidocs/resource-controller/resource-manager?code=go) | resourcemanagerv2
[Usage Metering](https://cloud.ibm.com/apidocs/usage-metering?code=go) | usagemeteringv4
[Usage Reports](https://cloud.ibm.com/apidocs/metering-reporting?code=go) | usagereportsv4
[User Management](https://cloud.ibm.com/apidocs/user-management?code=go) | usermanagementv1

The following services have been relocated to a different SDK project.
Please consult the documentation for each service to determine the new location:

Service Name | Package name
--- | ---
[Configuration Governance](https://cloud.ibm.com/apidocs/security-compliance/config?code=go) | configurationgovernancev1
[Posture Management](https://cloud.ibm.com/apidocs/security-compliance/posture?code=go) | posturemanagementv1

## Prerequisites

[ibm-cloud-onboarding]: https://cloud.ibm.com/registration
Expand Down

0 comments on commit 6a2c910

Please sign in to comment.