Skip to content

Commit

Permalink
Merge pull request #449 from AllyW/update-azure-resource-location
Browse files Browse the repository at this point in the history
adjust azure resource justification
  • Loading branch information
kairu-ms authored Feb 6, 2025
2 parents 9cd6a21 + d71764d commit 35794b1
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install prerequisites
run: |
pip install --upgrade pip setuptools wheel virtualenv
npm install -g pnpm
npm install -g pnpm@9.5.0
pnpm install
cd src/typespec
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aaz-dev-tools",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@9.5.0",
"scripts": {
"run-all": "pnpm -r --filter=\"!./src/typespec/core/\" ",
"build:typespec": "pnpm -r --filter=\"!./src/web/\" --filter=\"!./src/typespec/core/\" --workspace-concurrency=Infinity --aggregate-output --reporter=append-only build ",
Expand Down
Loading

0 comments on commit 35794b1

Please sign in to comment.