Skip to content

Commit 1d9ad8a

Browse files
committed
add command example
1 parent e21724d commit 1d9ad8a

File tree

1 file changed

+3
-0
lines changed
  • src/nginx/azext_nginx/aaz/latest/nginx/deployment/api_key

1 file changed

+3
-0
lines changed

src/nginx/azext_nginx/aaz/latest/nginx/deployment/api_key/_create.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
)
1717
class Create(AAZCommand):
1818
"""Create an API Key for the Nginx deployment in order to access the dataplane API endpoint
19+
20+
:example: Create an API Key for the Nginx deployment
21+
az nginx deployment api-key create --resource-group myResourceGroup --deployment-name myDeployment --api-key-name myApiKey
1922
"""
2023

2124
_aaz_info = {

0 commit comments

Comments
 (0)