Azure: Remove unused location in platform

This commit is contained in:
Chi Song (from Dev Box) 2024-02-01 11:47:40 -08:00 коммит произвёл LiliDeng
Родитель a98190c508
Коммит 2c16e32001
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -298,7 +298,6 @@ class AzurePlatformSchema:
),
)
vm_tags: Optional[Dict[str, Any]] = field(default=None)
locations: Optional[Union[str, List[str]]] = field(default=None)
use_public_address: bool = field(default=True)
virtual_network_resource_group: str = field(default="")
@ -366,9 +365,6 @@ class AzurePlatformSchema:
"should be specified either both or not."
)
if not self.locations:
self.locations = LOCATIONS
@property
def cloud(self) -> Cloud:
# this is a safe guard and prevent mypy error on typing