Skip to content

Commit e5ccef6

Browse files
authored
1 parent 1a15835 commit e5ccef6

5 files changed

Lines changed: 395 additions & 391 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/http-client-python"
5+
---
6+
7+
Enable sync and async Azure ARM operation templates test coverage.

packages/http-client-python/eng/scripts/ci/regenerate-common.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ export interface BuildTaskGroupsOptions {
6969

7070
// ---- Public constants ----
7171

72-
export const SKIP_SPECS: string[] = [
73-
"type/file",
74-
// LroPaging.postPagingLroWithBody generates begin_post_paging_lro_with_body with pylint R0915 (52/50).
75-
"azure/resource-manager/operation-templates",
76-
];
72+
export const SKIP_SPECS: string[] = ["type/file"];
7773

7874
export const SpecialFlags: Record<string, Record<string, any>> = {
7975
azure: {

packages/http-client-python/eng/scripts/ci/run_pylint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def _single_dir_pylint(mod):
5252
# narrow as possible: only this package, only the offending check.
5353
per_package_disables = {
5454
"azure-client-generator-core-exact-name": ["client-incorrect-naming-convention"],
55+
"azure-resource-manager-operation-templates": ["too-many-statements"],
5556
}
5657
extra_disables = per_package_disables.get(mod.name)
5758
if extra_disables:

0 commit comments

Comments
 (0)