Skip to content

Commit 93ea16d

Browse files
authored
[python] Fix dependencies of pyproject.toml for ARM SDK (#8349)
1 parent 3c76049 commit 93ea16d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: fix
3+
packages:
4+
- "@typespec/http-client-python"
5+
---
6+
7+
Fix dependencies of pyproject.toml for ARM SDK

packages/http-client-python/generator/pygen/codegen/templates/packaging_templates/pyproject.toml.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
{% else %}
4444
"isodate>={{ VERSION_MAP['isodate'] }}",
4545
{% endif %}
46-
{% if options.get('azure_arm') %}
46+
{% if options.get('azure-arm') %}
4747
"azure-mgmt-core>={{ VERSION_MAP['azure-mgmt-core'] }}",
4848
{% elif code_model.is_azure_flavor %}
4949
"azure-core>={{ VERSION_MAP['azure-core'] }}",

0 commit comments

Comments
 (0)