diff --git a/plugin.json b/plugin.json index f7235e6..5f7b541 100644 --- a/plugin.json +++ b/plugin.json @@ -1,44 +1,44 @@ { - "name": "workflow-plugin-azure", - "version": "2.1.1", - "author": "GoCodeAlone", - "description": "Microsoft Azure infrastructure provider: ACI, AKS, SQL, Redis, VNet, LB, DNS, ACR, APIM, NSG, MSI, Blob Storage, App Service Certificates", - "license": "MIT", - "type": "external", - "tier": "community", - "minEngineVersion": "0.64.0", - "iacServices": [ - "workflow.plugin.external.iac.IaCProviderRequired", - "workflow.plugin.external.iac.IaCProviderEnumerator", - "workflow.plugin.external.iac.IaCProviderDriftDetector", - "workflow.plugin.external.iac.IaCProviderCredentialRevoker", - "workflow.plugin.external.iac.IaCProviderMigrationRepairer", - "workflow.plugin.external.iac.IaCProviderValidator", - "workflow.plugin.external.iac.IaCProviderDriftConfigDetector", - "workflow.plugin.external.iac.IaCStateBackend" + "name": "workflow-plugin-azure", + "version": "0.0.0", + "author": "GoCodeAlone", + "description": "Microsoft Azure infrastructure provider: ACI, AKS, SQL, Redis, VNet, LB, DNS, ACR, APIM, NSG, MSI, Blob Storage, App Service Certificates", + "license": "MIT", + "type": "external", + "tier": "community", + "minEngineVersion": "0.64.0", + "iacServices": [ + "workflow.plugin.external.iac.IaCProviderRequired", + "workflow.plugin.external.iac.IaCProviderEnumerator", + "workflow.plugin.external.iac.IaCProviderDriftDetector", + "workflow.plugin.external.iac.IaCProviderCredentialRevoker", + "workflow.plugin.external.iac.IaCProviderMigrationRepairer", + "workflow.plugin.external.iac.IaCProviderValidator", + "workflow.plugin.external.iac.IaCProviderDriftConfigDetector", + "workflow.plugin.external.iac.IaCStateBackend" + ], + "keywords": [ + "azure", + "iac", + "infrastructure", + "cloud", + "aci", + "aks", + "sql", + "redis", + "vnet" + ], + "homepage": "https://github.com/GoCodeAlone/workflow-plugin-azure", + "repository": "https://github.com/GoCodeAlone/workflow-plugin-azure", + "capabilities": { + "configProvider": false, + "moduleTypes": [ + "iac.provider" ], - "keywords": [ - "azure", - "iac", - "infrastructure", - "cloud", - "aci", - "aks", - "sql", - "redis", - "vnet" - ], - "homepage": "https://github.com/GoCodeAlone/workflow-plugin-azure", - "repository": "https://github.com/GoCodeAlone/workflow-plugin-azure", - "capabilities": { - "configProvider": false, - "moduleTypes": [ - "iac.provider" - ], - "stepTypes": [], - "triggerTypes": [], - "iacStateBackends": [ - "azure_blob" - ] - } + "stepTypes": [], + "triggerTypes": [], + "iacStateBackends": [ + "azure_blob" + ] + } }