From 24a8cc0e975af164881bc032cbb3245ffc76e9d2 Mon Sep 17 00:00:00 2001 From: nickyinluo Date: Mon, 3 Jun 2024 12:28:40 +0000 Subject: [PATCH] fix the issue found in ci check --- Makefile | 1 + provider/cmd/pulumi-resource-tencentcloud/schema.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acb5d17cb..b41f3387c 100644 --- a/Makefile +++ b/Makefile @@ -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 && \ diff --git a/provider/cmd/pulumi-resource-tencentcloud/schema.json b/provider/cmd/pulumi-resource-tencentcloud/schema.json index 719a9ab97..577659e66 100644 --- a/provider/cmd/pulumi-resource-tencentcloud/schema.json +++ b/provider/cmd/pulumi-resource-tencentcloud/schema.json @@ -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",