skip to Main Content

Azure – AzAPI schema_validation_enabled bug

why isn't ignore_body_changes working for AzApi Terraform provider. (am I doing something wrong?) │ Error: embedded schema validation failed: the `body` is invalid: │ `properties.template.containers.0.resources.ephemeralStorage` is not expected here, it's read only │ `properties.template.containers.1.resources.ephemeralStorage` is not expected here, it's read…

VIEW QUESTION

Azure – The term 'Connect-AzAccount' is not recognized as a name of a cmdlet

This code is working in my local machine in Powershell ISE, but it is not working in the devops pipeline $AzureTenantId = "dgfg" $AzureApplicationId = "fgfgg" $AzureApplicationSecret = "fdgfghf" $SecuredApplicationSecret = ConvertTo-SecureString "$AzureApplicationSecret" -AsPlainText -Force $psCred = New-Object System.Management.Automation.PSCredential($AzureApplicationId ,…

VIEW QUESTION
Back To Top
Search