This commit is contained in:
iscai-msft 2024-09-10 11:18:57 -04:00 коммит произвёл GitHub
Родитель 2ef47f9543
Коммит df0b946740
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
8 изменённых файлов: 18 добавлений и 30 удалений

Просмотреть файл

@ -1,7 +0,0 @@
---
changeKind: fix
packages:
- "@azure-tools/typespec-python"
---
Add pylint disable for "line-too-long" and "too-many-locals"

Просмотреть файл

@ -1,7 +0,0 @@
---
changeKind: fix
packages:
- "@azure-tools/typespec-python"
---
Add pylint disable for "unsubscriptable-object"

Просмотреть файл

@ -1,7 +0,0 @@
---
changeKind: fix
packages:
- "@autorest/python"
---
Add pylint disable for "unsubscriptable-object"

Просмотреть файл

@ -1,7 +0,0 @@
---
changeKind: fix
packages:
- "@azure-tools/typespec-python"
---
Fix bandit error in serialization

Просмотреть файл

@ -1,5 +1,12 @@
# Release
## 6.21.1
### Bug Fixes
- [#2831](https://github.com/Azure/autorest.python/pull/2831) Add pylint disable for "unsubscriptable-object"
## 6.21.0
### Bug Fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@autorest/python",
"version": "6.21.0",
"version": "6.21.1",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"start": "node ./scripts/run-python3.js ./scripts/start.py",

Просмотреть файл

@ -1,5 +1,14 @@
# Release
## 0.31.1
### Bug Fixes
- [#2830](https://github.com/Azure/autorest.python/pull/2830) Add pylint disable for "line-too-long" and "too-many-locals"
- [#2831](https://github.com/Azure/autorest.python/pull/2831) Add pylint disable for "unsubscriptable-object"
- [#2829](https://github.com/Azure/autorest.python/pull/2829) Fix bandit error in serialization
## 0.31.0
### Bug Fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-python",
"version": "0.31.0",
"version": "0.31.1",
"author": "Microsoft Corporation",
"description": "TypeSpec emitter for Python SDKs",
"homepage": "https://github.com/Azure/autorest.python",