This commit is contained in:
Lili Deng 2024-02-23 09:19:08 +08:00 коммит произвёл LiliDeng
Родитель 8a8e51d1cc
Коммит ce972ac5e2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -332,7 +332,7 @@ class AzurePlatformSchema:
# the AzCopy path can be specified if use this tool to copy blob
azcopy_path: str = field(default="")
# use bicep to deploy, it's a new way to deploy azure resources
use_bicep: bool = False
use_bicep: bool = True
def __post_init__(self, *args: Any, **kwargs: Any) -> None:
strip_strs(