Azure / aimtool

The Azure Integration Migrator Tool contains the CLI tool and implementation of the plug-in architecture. It converts command line options into the relevant commands needed to build the core runner and execute it.
MIT License
46 stars 36 forks source link

Aim script not able to deploy Key Vault result #34

Open bizsharadverma opened 1 year ago

bizsharadverma commented 1 year ago

Environment and tool versions

Repro steps

While deploying Keyvalut, default repo has unrecognized arguments 2023-06-22 12_41_27-kv_error for enable soft delete

C:\Users\sverma\aim-5632\conversion\messagebus\routingstore\New-RoutingStore-KeyVault.ps1 -resourceGroupName $params.resourceGroupName -name $params.name -location $params.location -sku $params.sku -tags $params.tags Deploying the routing store Key Vault kv-aimrstore-dev-16gt4 unrecognized arguments: --enable-soft-delete false

bizsharadverma commented 1 year ago

2023-06-22 12_41_27-kv_fix line that needs correction