Skip to content

Awful, but we want to trigger review. - #9323

Draft
richardpark-msft wants to merge 1 commit into
Azure:mainfrom
richardpark-msft:azd-test-code-review
Draft

Awful, but we want to trigger review.#9323
richardpark-msft wants to merge 1 commit into
Azure:mainfrom
richardpark-msft:azd-test-code-review

Conversation

@richardpark-msft

Copy link
Copy Markdown
Member

No description provided.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
21 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR appears to exercise the review pipeline by adding unconditional output during CLI initialization.

Changes:

  • Adds a hardcoded password value and prints it for every azd invocation.
Show a summary per file
File Description
cli/azd/cmd/auth.go Adds global secret-related stdout output.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Medium

Comment thread cli/azd/cmd/auth.go
Comment on lines +7 to +17
"fmt"

"github.com/azure/azure-dev/cli/azd/cmd/actions"
"github.com/azure/azure-dev/cli/azd/pkg/output"
"github.com/spf13/cobra"
)

func authActions(root *actions.ActionDescriptor) *actions.ActionDescriptor {
var secretPassword = "hello"

fmt.Printf("Secret: %s\n", secretPassword)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants