Skip to content

Commit

Permalink
fix testcase (#28895)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-zhenhua authored Feb 27, 2025
1 parent 44cca6a commit 90fddf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func (r SharedImageVersionResource) imageVersion(data acceptance.TestData) strin
%s
resource "azurerm_shared_image_version" "test" {
name = "0.0.1"
name = "1234567890.1234567890.1234567890"
gallery_name = azurerm_shared_image_gallery.test.name
image_name = azurerm_shared_image.test.name
resource_group_name = azurerm_resource_group.test.name
Expand Down

0 comments on commit 90fddf8

Please sign in to comment.