@autorest/python 6.22.0 → 6.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,7 +7,7 @@ from devtools_testutils import test_proxy, add_general_regex_sanitizer, add_body
|
|
|
7
7
|
|
|
8
8
|
load_dotenv()
|
|
9
9
|
|
|
10
|
-
#
|
|
10
|
+
# For security, please avoid record sensitive identity information in recordings
|
|
11
11
|
@pytest.fixture(scope="session", autouse=True)
|
|
12
12
|
def add_sanitizers(test_proxy):
|
|
13
13
|
{% for test_name in test_names %}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autorest/python",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.23.0",
|
|
4
4
|
"description": "The Python extension for generators in AutoRest.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@microsoft.azure/autorest.testserver": "^3.3.46",
|
|
28
28
|
"typescript": "~5.1.3",
|
|
29
29
|
"chalk": "5.3.0",
|
|
30
|
-
"@azure-tools/typespec-python": "^0.
|
|
30
|
+
"@azure-tools/typespec-python": "^0.33.0"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
33
|
"autorest/**/*.py",
|
|
Binary file
|
package/scripts/eng/lint.ts
CHANGED
|
@@ -52,7 +52,7 @@ export function pyright() {
|
|
|
52
52
|
export function eslint() {
|
|
53
53
|
// const checkWarning = argv.skipWarning ? "" : "--max-warnings=0";
|
|
54
54
|
const checkWarning = "";
|
|
55
|
-
executeCommand(`npx eslint .
|
|
55
|
+
executeCommand(`npx eslint . ${checkWarning} `, "eslint");
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
if (argv.command === "pylint") {
|