We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91085a commit 3627adfCopy full SHA for 3627adf
1 file changed
articles/azure-resource-manager/templates/deploy-what-if.md
@@ -396,7 +396,7 @@ You see the expected changes and can confirm that you want the deployment to run
396
397
You can use the what-if operation through the Azure SDKs.
398
399
-- For Python, use [what-if](/python/api/azure-mgmt-resource/azure.mgmt.resource.resources.operations.resourcesoperations).
+- For Python, use [what-if](/python/api/azure-mgmt-resource-deployments/azure.mgmt.resource.deployments.models.deploymentwhatif).
400
- For Java, use [DeploymentWhatIf Class](/java/api/com.azure.resourcemanager.resources.models.deploymentwhatif).
401
402
- For .NET, use [DeploymentWhatIf Class](/dotnet/api/microsoft.azure.management.resourcemanager.models.deploymentwhatif).
0 commit comments