This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Billing Enablement Script | |
| Automatically links a billing account to the current Google Cloud project. | |
| Based on battle-tested patterns from Google Cloud codelabs. | |
| This script handles common workshop scenarios: | |
| - API propagation delays after enabling | |
| - Billing account propagation delays (when credits are just claimed) |