Skip to content

Commit fe95a1f

Browse files
math => match
1 parent 2091071 commit fe95a1f

File tree

1 file changed

+1
-1
lines changed
  • src/ResourceManager/Compute/Commands.Compute/Strategies/ComputeRp

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/Strategies/ComputeRp/ImageEx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static async Task<ImageAndOsType> UpdateImageAndOsTypeAsync(
8181
var compute = client.GetClient<ComputeManagementClient>();
8282
if (compute.SubscriptionId != subscriptionId)
8383
{
84-
throw new ArgumentException("The image subscription doesn't math the current subscription.");
84+
throw new ArgumentException("The image subscription doesn't match the current subscription.");
8585
}
8686

8787
var localImage = await compute.Images.GetAsync(imageResourceGroupName, resourceName);

0 commit comments

Comments
 (0)