Skip to content

Commit a78af51

Browse files
authored
Resource Manager: bump API version from 'v1beta1' to 'v1'. (googleapis#6041)
See #6039.
1 parent c8f76b2 commit a78af51

File tree

1 file changed

+1
-1
lines changed
  • resource_manager/google/cloud/resource_manager

1 file changed

+1
-1
lines changed

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 = 'v1beta1'
36+
API_VERSION = 'v1'
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)