Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Loading