Skip to content

Conversation

@awartany
Copy link

fixes issue with error printing and credentials handling

fixes issue with error printing and credentials handling
@awartany
Copy link
Author

awartany commented Aug 28, 2025 via email

@microsoft-github-policy-service

@awartany the command you issued was incorrect. Please try again.

Examples are:

@microsoft-github-policy-service agree

and

@microsoft-github-policy-service agree company="your company"

# React build output
src/api/static/react/
.vscode/launch.json
.DS_Store
Copy link
Collaborator

Choose a reason for hiding this comment

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

May I ask why?

"dev": "vite",
"build": "tsc && vite build",
"setup": "npm install -g [email protected] && pnpm install && pnpm build",
"setup": "pnpm install && pnpm build",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This have been resolved in the latest code.

"@vitejs/plugin-react": "4.4.1",
"clsx": "2.1.1",
"copy-to-clipboard": "^3.3.3",
"prismjs": "1.30.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This have been resolved in the latest code.

"remark-supersub": "^1.0.0",
"vite": "6.3.4",
"prismjs": "1.30.0"
"setup": "^0.0.3",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should have been resolved in the latest code.

search_mgr = SearchIndexManager(
endpoint=endpoint,
credential=creds,
credential=AzureKeyCredential(search_api_key), # <-- Use API key here
Copy link
Collaborator

Choose a reason for hiding this comment

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

We shouldn't store api key as env var for security unless the key is set. The latest code is using AAD. So this isn't necessary.

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