Skip to content

Commit 805b439

Browse files
authored
feat: remove scc-related services from project (#175)
This commit removes the Configuration Governance and Posture Management services from the project. These services are now available at https://github.com/IBM/scc-python-sdk. Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
1 parent 89eb8b5 commit 805b439

11 files changed

+10
-8750
lines changed

.secrets.baseline

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2022-10-26T12:35:22Z",
6+
"generated_at": "2022-10-28T10:19:13Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -173,32 +173,6 @@
173173
"verified_result": null
174174
}
175175
],
176-
"test/unit/test_configuration_governance_v1.py": [
177-
{
178-
"hashed_secret": "b89a28a962ef966b39c616e302eb57039449a68d",
179-
"is_secret": false,
180-
"is_verified": false,
181-
"line_number": 1315,
182-
"type": "Hex High Entropy String",
183-
"verified_result": null
184-
},
185-
{
186-
"hashed_secret": "e9a3ab857356e7183444d553531bad6c077b498e",
187-
"is_secret": false,
188-
"is_verified": false,
189-
"line_number": 1322,
190-
"type": "Hex High Entropy String",
191-
"verified_result": null
192-
},
193-
{
194-
"hashed_secret": "82aedb7431adbda1f45889955654f3961c2922d0",
195-
"is_secret": false,
196-
"is_verified": false,
197-
"line_number": 2223,
198-
"type": "Hex High Entropy String",
199-
"verified_result": null
200-
}
201-
],
202176
"test/unit/test_context_based_restrictions_v1.py": [
203177
{
204178
"hashed_secret": "f0b0b291c4d22d76db59faaeb94802714dd6d884",

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Service Name | Module Name | Service Class Name
4848
--- | --- | ---
4949
[Case Management](https://cloud.ibm.com/apidocs/case-management?code=python) | case_management_v1 | CaseManagementV1
5050
[Catalog Management](https://cloud.ibm.com/apidocs/resource-catalog/private-catalog?code=python) | catalog_management_v1 | CatalogManagementV1
51-
[Configuration Governance](https://cloud.ibm.com/apidocs/security-compliance/config?code=python) | configuration_governance_v1 | ConfigurationGovernanceV1
5251
[Context Based Restrictions](https://cloud.ibm.com/apidocs/context-based-restrictions?code=python) | context_based_restrictions_v1 | ContextBasedRestrictionsV1
5352
[Enterprise Billing Units](https://cloud.ibm.com/apidocs/enterprise-apis/billing-unit?code=python) | enterprise_billing_units_v1 | EnterpriseBillingUnitsV1
5453
[Enterprise Management](https://cloud.ibm.com/apidocs/enterprise-apis/enterprise?code=python) | enterprise_management_v1 | EnterpriseManagementV1
@@ -61,13 +60,20 @@ Service Name | Module Name | Service Class Name
6160
[IAM Policy Management](https://cloud.ibm.com/apidocs/iam-policy-management?code=python) | iam_policy_management_v1 | IamPolicyManagementV1
6261
[IBM Cloud Shell](https://cloud.ibm.com/apidocs/cloudshell?code=python) | ibm_cloud_shell_v1 | IbmCloudShellV1
6362
[Open Service Broker](https://cloud.ibm.com/apidocs/resource-controller/ibm-cloud-osb-api?code=python) | open_service_broker_v1 | OpenServiceBrokerV1
64-
[Posture Management](https://cloud.ibm.com/apidocs/security-compliance/posture?code=python) | posture_management_v1 | PostureManagementV1
6563
[Resource Controller](https://cloud.ibm.com/apidocs/resource-controller/resource-controller?code=python) | resource_controller_v2 | ResourceControllerV2
6664
[Resource Manager](https://cloud.ibm.com/apidocs/resource-controller/resource-manager?code=python) | resource_manager_v2 | ResourceManagerV2
6765
[Usage Metering](https://cloud.ibm.com/apidocs/usage-metering?code=python) | usage_metering_v4 | UsageMeteringV4
6866
[Usage Reports](https://cloud.ibm.com/apidocs/metering-reporting?code=python) | usage_reports_v4 | UsageReportsV4
6967
[User Management](https://cloud.ibm.com/apidocs/user-management?code=python) | user_management_v1 | UserManagementV1
7068

69+
The following services have been relocated to a different SDK project.
70+
Please consult the documentation for each service to determine the new location:
71+
72+
Service Name | Module Name | Service Class Name
73+
--- | --- | ---
74+
[Configuration Governance](https://cloud.ibm.com/apidocs/security-compliance/config?code=python) | configuration_governance_v1 | ConfigurationGovernanceV1
75+
[Posture Management](https://cloud.ibm.com/apidocs/security-compliance/posture?code=python) | posture_management_v1 | PostureManagementV1
76+
7177
## Prerequisites
7278

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

0 commit comments

Comments
 (0)