Skip to content

Commit

Permalink
{image-gallery} Fix html tag lint (#8339)
Browse files Browse the repository at this point in the history
* fix html tag lint

* update package name

* update recording
  • Loading branch information
cxznmhdcxz authored Dec 6, 2024
1 parent cf09549 commit ce454b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/image-gallery/azext_image_gallery/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def load_arguments(self, _):
options_list=['--gallery-image-version', '-e'],
help='The name of the gallery image version to be created. Needs to follow semantic version name pattern: '
'The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. '
'Format: <MajorVersion>.<MinorVersion>.<Patch>', id_part='child_name_3'
'Format: `<MajorVersion>.<MinorVersion>.<Patch>`', id_part='child_name_3'
)

marker_type = CLIArgumentType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interactions:
User-Agent:
- AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0)
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2022-09-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-12T06:30:51Z"},"properties":{"provisioningState":"Succeeded"}}'
Expand Down Expand Up @@ -379,7 +379,7 @@ interactions:
User-Agent:
- AZURECLI/2.30.0 azsdk-python-azure-mgmt-compute/23.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0)
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Compute/galleries/gellery000002?api-version=2021-07-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Compute/galleries/gellery000002?api-version=2021-10-01
response:
body:
string: "{\r\n \"name\": \"gellery000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Compute/galleries/gellery000002\",\r\n
Expand Down Expand Up @@ -442,7 +442,7 @@ interactions:
User-Agent:
- AZURECLI/2.30.0 azsdk-python-azure-mgmt-compute/23.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0)
method: POST
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Compute/galleries/gellery000002/share?api-version=2021-10-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Compute/galleries/gellery000002/share?api-version=2023-07-03
response:
body:
string: ''
Expand Down Expand Up @@ -587,7 +587,7 @@ interactions:
User-Agent:
- AZURECLI/2.30.0 azsdk-python-azure-mgmt-compute/23.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0)
method: DELETE
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Compute/galleries/gellery000002?api-version=2021-07-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Compute/galleries/gellery000002?api-version=2021-10-01
response:
body:
string: ''
Expand Down
2 changes: 1 addition & 1 deletion src/image-gallery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
HISTORY = f.read()

setup(
name='image_gallery',
name='image-gallery',
version=VERSION,
description='Support for Azure Image Gallery',
# TODO: Update author and email, if applicable
Expand Down

0 comments on commit ce454b6

Please sign in to comment.