feat: add assign-role command to manage Key Vault roles for domain certificates

This commit is contained in:
2026-05-22 12:11:58 +02:00
parent 40ec41da28
commit d433569bab
4 changed files with 65 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "azure-acme-provisioner",
"version": "0.3.4",
"version": "0.4.0",
"author": {
"name": "Sławomir Koszewski",
"url": "https://github.com/skoszewski"
@@ -37,6 +37,7 @@
"start:function": "func start"
},
"dependencies": {
"@azure/arm-authorization": "^9.0.0",
"@azure/arm-dns": "^5.1.0",
"@azure/functions": "^4.14.0",
"@azure/identity": "^4.13.1",