Skip to content

Commit

Permalink
add azure rulesets to package deps (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Jul 12, 2024
1 parent 15825c5 commit ee136ff
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 101 deletions.
7 changes: 7 additions & 0 deletions .chronus/changes/add_rulesets-2024-6-12-15-7-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@azure-tools/typespec-python"
---

add `@azure-tools/typespec-azure-rulesets` to deps
4 changes: 3 additions & 1 deletion packages/typespec-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@azure-tools/typespec-azure-resource-manager": ">=0.43.0 <1.0.0",
"@azure-tools/typespec-autorest": ">=0.43.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.43.2 <1.0.0",
"@azure-tools/typespec-azure-rulesets": ">=0.43.0 <3.0.0",
"@typespec/compiler": ">=0.57.0 <1.0.0",
"@typespec/http": ">=0.57.0 <1.0.0",
"@typespec/rest": ">=0.57.0 <1.0.0",
Expand Down Expand Up @@ -86,6 +87,7 @@
"@typespec/compiler": "~0.57.0",
"@typespec/http": "~0.57.0",
"@typespec/rest": "~0.57.0",
"@typespec/versioning": "~0.57.0"
"@typespec/versioning": "~0.57.0",
"@azure-tools/typespec-azure-rulesets": "0.43.0"
}
}
Loading

0 comments on commit ee136ff

Please sign in to comment.