Added Docker/Podman build information.
This commit is contained in:
@@ -32,7 +32,7 @@ def get_skus(location: str, publisher: str, offer: str):
|
||||
def get_image_versions(location: str, publisher: str, offer: str, sku: str):
|
||||
return [version.name for version in compute_client.virtual_machine_images.list(location, publisher, offer, sku)]
|
||||
|
||||
subscription_id = "046a1c08-9940-48c0-893c-77eccd7e875d"
|
||||
subscription_id = "c885a276-c882-483f-b216-42f73715161d"
|
||||
location = "westeurope"
|
||||
|
||||
credential = DefaultAzureCredential()
|
||||
|
||||
Reference in New Issue
Block a user