From 1d9ad8af7f93b9f4929bd892e91e249b61c67dbb Mon Sep 17 00:00:00 2001 From: "RuiJun Hu (MSFT)" Date: Mon, 28 Jul 2025 14:41:26 +0800 Subject: [PATCH] add command example --- .../azext_nginx/aaz/latest/nginx/deployment/api_key/_create.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nginx/azext_nginx/aaz/latest/nginx/deployment/api_key/_create.py b/src/nginx/azext_nginx/aaz/latest/nginx/deployment/api_key/_create.py index 0d342077af8..13fd7036557 100644 --- a/src/nginx/azext_nginx/aaz/latest/nginx/deployment/api_key/_create.py +++ b/src/nginx/azext_nginx/aaz/latest/nginx/deployment/api_key/_create.py @@ -16,6 +16,9 @@ ) class Create(AAZCommand): """Create an API Key for the Nginx deployment in order to access the dataplane API endpoint + + :example: Create an API Key for the Nginx deployment + az nginx deployment api-key create --resource-group myResourceGroup --deployment-name myDeployment --api-key-name myApiKey """ _aaz_info = {