Skip to content

Commit 2022f48

Browse files
authored
[azure][fix] Metadata (#2261)
1 parent f960bd8 commit 2022f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/azure/fix_plugin_azure/resource/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@ class AzureComputeSshPublicKey(MicrosoftResource, BaseKeyPair):
22002200
_kind_service: ClassVar[Optional[str]] = service_name
22012201
_kind_description: ClassVar[str] = "Azure Compute SSH Public Key is a cryptographic key used for secure authentication when connecting to Azure virtual machines via SSH. It provides a more secure alternative to password-based authentication, reducing the risk of unauthorized access. Users can generate or import SSH key pairs and associate them with Azure VMs for remote access and management." # fmt: skip
22022202
_docs_url: ClassVar[str] = "https://learn.microsoft.com/en-us/azure/virtual-machines/linux/ssh-keys-portal"
2203-
_metadata: ClassVar[Dict[str, Any]] = {"icon": "key", "group": "compute"}
2203+
_metadata: ClassVar[Dict[str, Any]] = {"icon": "key", "group": "access_control"}
22042204
api_spec: ClassVar[AzureResourceSpec] = AzureResourceSpec(
22052205
service="compute",
22062206
version="2023-03-01",

0 commit comments

Comments
 (0)