piotr-s-swo
Results
2
comments of
piotr-s-swo
Facing the same issue trying to create Service Endpoint through Azure CLI by below command: ` - $filepath = - $routeParamName = "project=$($projectName)" - az devops invoke --organization $orgUrl --area...
Currently I am facing identical issue but with Azure/azapi provider. copy paste required_providers from my `providers.tf` file: ``` required_providers { azurerm = { source = "hashicorp/azurerm" version = "3.46.0" }...