@nedbellavance/azure-ssh-key
v2026.04.08.2
Manage Azure SSH public key resources (Microsoft.Compute/sshPublicKeys) via the az CLI. Supports list, get, and sync.
Contents
Quality score
How well-documented and verifiable this extension is.
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
Install
$ swamp extension pull @nedbellavance/azure-ssh-key@nedbellavance/azure-ssh-keyv2026.04.08.2azure_ssh_key.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| subscriptionId | string | Azure subscription ID. Use: ${{ vault.get('azure', 'SUBSCRIPTION_ID') }} |
| resourceGroup? | string | Default resource group for operations that require one |
listList all SSH public keys in a resource group. Produces one resource instance per key.
| Argument | Type | Description |
|---|---|---|
| resourceGroup? | string | Resource group name. Defaults to globalArguments.resourceGroup. |
getGet a single SSH public key by name.
| Argument | Type | Description |
|---|---|---|
| name | string | SSH key name |
| resourceGroup? | string | Resource group name. Defaults to globalArguments.resourceGroup. |
tagApply or merge tags on an SSH public key without making other changes.
| Argument | Type | Description |
|---|---|---|
| name | string | SSH key name |
| resourceGroup? | string | Resource group name. Defaults to globalArguments.resourceGroup. |
| tags | record | Tags to apply (merged with existing tags) |
syncRefresh the stored state of an SSH public key without making changes.
| Argument | Type | Description |
|---|---|---|
| name | string | SSH key name |
| resourceGroup? | string | Resource group name. Defaults to globalArguments.resourceGroup. |
Resources
sshKey(infinite)— Azure SSH public key resource
2026.04.08.12.1 KBApr 8, 2026
Manage Azure SSH public key resources (Microsoft.Compute/sshPublicKeys) via the az CLI. Supports list, get, and sync.
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64