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
With the merge of #457 and #458, the code samples for Load Balancers, Identity, Compute, and Queues are using {...} style placeholders in places where the user must supply information prior to running the code samples. The Database, Networking, ObjectStore, Orchestration, and Volume code samples, however, continue to use the older getenv(...) style.
Consequently we are currently in an inconsistent state. This issue is to bring us out of this inconsistent state.