You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code adjustments to ensure that snippets for docs have all necessary info (GoogleCloudPlatform#2386)
* Moving variable definitions inside methods
Ensures that variable definitions are captured in the region tags, so they'll show up in the documentation
* Added region tags to capture imports
* Moved variable definitions inside functions
Moved the variable definitions inside the functions so they would be captured by the region tags
* Added region tags to capture imports
* Minor formatting adjustments
* Removing whitespace from blank lines
* Removing whitespace from blank lines
* Lint
* Lint
* Lint
Solved redundancy between global "service_account" and local variable "service_account" in create_service_account and rename_service_account by changing the name of the local variable to "my_service_account"
* Removing pylint tags
* Removing pylint tags
* Update service_account to my_service_account
0 commit comments