Pamela Fox

Results 144 issues of Pamela Fox

17 repos are being added in this PR. They were all generated by https://github.com/kjaymiller/cookiecutter-relecloud so they have a lot of code (especially Bicep/devcontainer) in common. - [X] Added an entry...

We have a situation where we use `azd` to deploy Bicep files, and we intentionally leave one of the parameters unspecified, so that `azd` prompts for that parameter. However, the...

I am trying to use the action to analyze a single template, so I specified env variables that seem to correspond to the usage described in https://github.com/Azure/template-analyzer: ``` - name:...

## Purpose This pull request introduces a new `.github/dependabot.yaml` configuration file. The file is set up to enable Dependabot version updates for the package ecosystems "github-actions" and "pip". The updates...

In the original version of appservice.bicep, appSettings was not wrapped with an @secure decorator, so if a developer put any secrets in their app settings, it would leak into deployment...

See Khan Academy article on memoization to see an example of what it could look like.

## Purpose This PRs disable key-based API access ("local auth") for Document Intelligence, which is preferred from a security standpoint. We have seen that developers have wanted to keep key...

I am trying to use the promptflow-evals SDK in a project where I am using relative imports, which works fine because of how I call the modules (with python -m...

enhancement
long-term
no-recent-activity

I currently get this error when passing a local function to evaluate: promptflow.exceptions.UserErrorException: Failed to import from module , please make sure it's a global function. That is due to...

enhancement

The data parameter of evaluate currently only accepts a string that is a path to a JSONL file. It'd be more flexible if it accepted a list of dicts, like...

enhancement
long-term