Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MONITOR-SPEC-PR] JS SDK Automation: Encountered TS7053 error in workloads-workloads-sapvirtualinstance-management #9981

Open
jianingwang123 opened this issue Mar 5, 2025 · 1 comment
Assignees

Comments

@jianingwang123
Copy link

Description:
Encountered TS7053 error in workloads-workloads-sapvirtualinstance-management.
The detailed error message is as follows:

12:57:33.612 cmdout 	[automation_generate.sh] ==[ @azure/arm-workloadssapvirtualinstance ]=====================[ 18 of 18 ]==
12:57:33.612 cmdout 	[automation_generate.sh] [INFO]: Project does not have a rush-project.json configuration file, or one provided by a rig, so it does not support caching.
12:57:33.613 cmdout 	[automation_generate.sh] [INFO]: Invoking: npm run clean && dev-tool run build-package && dev-tool run extract-api 
12:57:33.709 cmdout 	[automation_generate.sh] [INFO]: 
12:57:33.709 cmdout 	[automation_generate.sh] > @azure/[email protected] clean
12:57:33.709 cmdout 	[automation_generate.sh] > dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log
12:57:34.356 cmdout 	[automation_generate.sh] [INFO]: [build-package] Building package with tshy from /mnt/vss/_work/1/s/azure-sdk-for-js/common/tools/dev-tool/node_modules/.bin/tshy
12:57:37.158 cmdout 	[automation_generate.sh] [INFO]: src/api/sAPApplicationServerInstances/index.ts(48,3): error TS6133: 'body' is declared but its value is never read.
12:57:37.158 cmdout 	[automation_generate.sh] src/api/sAPApplicationServerInstances/index.ts(71,14): error TS7053: Element implicitly has an 'any' type because expression of type '"body"' can't be used to index type 'SAPApplicationServerInstancesStopOptionalParams'.
12:57:37.159 cmdout 	[automation_generate.sh]   Property 'body' does not exist on type 'SAPApplicationServerInstancesStopOptionalParams'.
12:57:37.159 cmdout 	[automation_generate.sh] src/api/sAPApplicationServerInstances/index.ts(71,32): error TS7053: Element implicitly has an 'any' type because expression of type '"body"' can't be used to index type 'SAPApplicationServerInstancesStopOptionalParams'.
12:57:37.159 cmdout 	[automation_generate.sh]   Property 'body' does not exist on type 'SAPApplicationServerInstancesStopOptionalParams'.
12:57:37.159 cmdout 	[automation_generate.sh] src/api/sAPApplicationServerInstances/index.ts(71,72): error TS7053: Element implicitly has an 'any' type because expression of type '"body"' can't be used to index type 'SAPApplicationServerInstancesStopOptionalParams'.
12:57:37.159 cmdout 	[automation_generate.sh]   Property 'body' does not exist on type 'SAPApplicationServerInstancesStopOptionalParams'.
12:57:37.159 cmdout 	[automation_generate.sh] src/api/sAPApplicationServerInstances/index.ts(127,3): error TS6133: 'body' is declared but its value is never read.
12:57:37.159 cmdout 	[automation_generate.sh] src/api/sAPApplicationServerInstances/index.ts(150,14): error TS7053: Element implicitly has an 'any' type because expression of type '"body"' can't be used to index type 'SAPApplicationServerInstancesStartOptionalParams'.
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

3 participants