We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2091071 commit fe95a1fCopy full SHA for fe95a1f
src/ResourceManager/Compute/Commands.Compute/Strategies/ComputeRp/ImageEx.cs
@@ -81,7 +81,7 @@ public static async Task<ImageAndOsType> UpdateImageAndOsTypeAsync(
81
var compute = client.GetClient<ComputeManagementClient>();
82
if (compute.SubscriptionId != subscriptionId)
83
{
84
- throw new ArgumentException("The image subscription doesn't math the current subscription.");
+ throw new ArgumentException("The image subscription doesn't match the current subscription.");
85
}
86
87
var localImage = await compute.Images.GetAsync(imageResourceGroupName, resourceName);
0 commit comments