Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Deprecating CSCC Alpha support and removing Beta checks (#2647)
Browse files Browse the repository at this point in the history
* deprecating alpha support and removing beta check

* removed alpha check

* use_versioned_discovery_doc field is always True

* Removed Alpha API client unit test
  • Loading branch information
red2k18 committed Mar 20, 2019
1 parent b5ad038 commit e93d38d
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 924 deletions.
2 changes: 0 additions & 2 deletions google/cloud/forseti/common/gcp_api/_base_repository.py
Expand Up @@ -94,8 +94,6 @@ def _create_service_api(credentials, service_name, version, is_private_api,

if use_versioned_discovery_doc:
service_json = '{}_{}.json'.format(service_name, version)
else:
service_json = '{}.json'.format(service_name)

service_path = os.path.join(DISCOVERY_DOCS_BASE_DIR, service_json)
return _build_service_from_document(
Expand Down

0 comments on commit e93d38d

Please sign in to comment.