I use az devops service-endpoint azurerm create with --azure-rm-service-principal-certificate-path to create a new service connection using certificates. But certificates expire after a few years and we want to keep service connections alive by creating new certificates.
There doesn't seem to be an "update" command for service-endpoint azurerm?
Is there a way to update certificate on existing service connection? Deleting and recreating isn't really an option because it would lead to manually fixing all the related pipelines.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
I use az devops service-endpoint azurerm create with --azure-rm-service-principal-certificate-path to create a new service connection using certificates. But certificates expire after a few years and we want to keep service connections alive by creating new certificates.
There doesn't seem to be an "update" command for service-endpoint azurerm?
Is there a way to update certificate on existing service connection? Deleting and recreating isn't really an option because it would lead to manually fixing all the related pipelines.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.