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 = {