Skip to content

Commit 096b1a1

Browse files
authored
fix(sample): Update comment for rendering latest parameter version (#5520)
1 parent 1623509 commit 096b1a1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

parametermanager/regional_samples/render_regional_param_version.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626
)
2727

2828
// renderRegionalParamVersion renders a regional parameter version using the Parameter Manager SDK for GCP.
29+
// The version can be a version ID as a string (e.g. "parameter1") or an alias (e.g. "latest")
2930
//
3031
// w: The io.Writer object used to write the output.
3132
// projectID: The ID of the project where the parameter is located.

parametermanager/render_param_version.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import (
2525
)
2626

2727
// renderParamVersion renders a parameter version using the Parameter Manager SDK for GCP.
28+
// The version can be a version ID as a string (e.g. "parameter1") or an alias (e.g. "latest")
2829
//
2930
// w: The io.Writer object used to write the output.
3031
// projectID: The ID of the project where the parameter is located.

0 commit comments

Comments
 (0)