Skip to content

Commit

Permalink
fix the issue found in ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
lyu571 committed Jun 3, 2024
1 parent 2d236e3 commit 24a8cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ build_sdks:: install_plugins provider build_nodejs build_python build_go build_d
build_nodejs:: VERSION := $(shell pulumictl get version --language javascript)
build_nodejs:: export PULUMI_SKIP_MISSING_MAPPING_ERROR := ${PULUMI_SKIP_ERROR}
build_nodejs:: install_plugins tfgen # build the node sdk
rm -rf sdk/nodejs/node_modules # clean node_modules before building
$(WORKING_DIR)/bin/$(TFGEN) nodejs --overlays provider/overlays/nodejs --out sdk/nodejs/
cd sdk/nodejs/ && \
yarn install && \
Expand Down
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-tencentcloud/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@
"properties": {
"apiBusinessType": {
"type": "string",
"description": "Type of OAUTH API. Possible values are NORMAL (Business API), \bOAUTH (Authorization API).\n"
"description": "Type of OAUTH API. Possible values are NORMAL (Business API), \u0008OAUTH (Authorization API).\n"
},
"apiDesc": {
"type": "string",
Expand Down

0 comments on commit 24a8cc0

Please sign in to comment.