Skip to content

Commit

Permalink
Support AAD credential to support storage account with disabling acco…
Browse files Browse the repository at this point in the history
…unt key (#3367)

# Description

Please add an informative description that covers that changes made by
the pull request and link all relevant issues.
Samples failed when azure login:
https://github.com/microsoft/promptflow/actions/runs/9406919010/job/25911489619
Offline discuss with @crazygao, it seems related with Powershell issues
and suggest removing the "enable-AzPSSession: true"

# All Promptflow Contribution checklist:
- [ ] **The pull request does not introduce [breaking changes].**
- [ ] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [ ] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.

---------

Co-authored-by: Ying Chen <[email protected]>
  • Loading branch information
YingChen1996 and Ying Chen authored Jun 7, 2024
1 parent 49bec43 commit 96dbf33
Show file tree
Hide file tree
Showing 65 changed files with 35 additions and 67 deletions.
1 change: 0 additions & 1 deletion .github/workflows/samples_connections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/connections/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_chat_async_stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-async-stream/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_chat_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_chat_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-minimal/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_chat_stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-stream/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/chat-with-functions/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_eval_checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/eval-checklist/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flex_flows_eval_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/eval-code-quality/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flex-flows/eval-criteria-with-langchain/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_chat_chat_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_chat_chat_math_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-math-variant/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_chat_chat_with_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-with-image/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_chat_chat_with_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-with-pdf/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/chat-with-wikipedia/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/chat/use_functions_with_chat_models/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_evaluation_eval_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-chat-math/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-classification-accuracy/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-entity-match-rate/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-groundedness/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-multi-turn-metrics/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-perceived-intelligence/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-qna-non-rag/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-qna-rag-metrics/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-single-turn-metrics/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/evaluation/eval-summarization/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/autonomous-agent/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_standard_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/basic-with-builtin-llm/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/basic-with-connection/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/conditional-flow-for-if-else/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/conditional-flow-for-switch/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/customer-intent-extraction/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/describe-image/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/flow-with-additional-includes/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/flow-with-symlinks/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_standard_gen_docstring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/gen-docstring/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_flows_standard_maths_to_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/maths-to-code/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/named-entity-recognition/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/question-simulation/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/flows/standard/web-classification/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_chat_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/chat-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_eval_apology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/eval-apology/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_eval_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/eval-basic/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/samples_prompty_format_output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/prompty/format-output/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/tools/use-cases/cascading-inputs-tool-showcase/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/tools/use-cases/custom_llm_tool_showcase/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
client-id: ${{secrets.AZURE_CLIENT_ID}}
enable-AzPSSession: true
- name: Extract Steps examples/tools/use-cases/custom-strong-type-connection-package-tool-showcase/README.md
working-directory: ${{ github.workspace }}
run: |
Expand Down
Loading

0 comments on commit 96dbf33

Please sign in to comment.