Skip to content

Commit c6eefa8

Browse files
authored
Revert #6041. 'v1' API is not forward compatible. (#6047)
1 parent d49bd42 commit c6eefa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-resource-manager/google/cloud/resource_manager

packages/google-cloud-resource-manager/google/cloud/resource_manager/_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Connection(_http.JSONConnection):
3333
API_BASE_URL = 'https://cloudresourcemanager.googleapis.com'
3434
"""The base of the API call URL."""
3535

36-
API_VERSION = 'v1'
36+
API_VERSION = 'v1beta1'
3737
"""The version of the API, used in building the API call's URL."""
3838

3939
API_URL_TEMPLATE = '{api_base_url}/{api_version}{path}'

0 commit comments

Comments
 (0)