We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36448fa commit 76c8fc2Copy full SHA for 76c8fc2
src/modules/scf/entities/scf.ts
@@ -198,6 +198,7 @@ export default class ScfEntity extends BaseEntity {
198
delete reqInputs.AsyncRunEnable;
199
delete reqInputs.InstallDependency;
200
delete reqInputs.DeployMode;
201
+ delete reqInputs.ProtocolType;
202
203
// +++++++++++++++++++++++
204
// FIXME: 以下是函数绑定层逻辑,当函数有一个层,更新的时候想删除,需要传递参数 Layers 不能为空,必须包含特殊元素:{ LayerName: '', LayerVersion: 0 }
0 commit comments