1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:22:08 +02:00

az-config: add German translation (#9171)

This commit is contained in:
Stefan Herpich 2022-10-23 04:47:51 +02:00 committed by GitHub
parent 428e000d11
commit 0cef45b1b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
# az config
> Verwalten der Azure CLI-Konfiguration.
> Teil von `azure-cli`.
> Weitere Informationen: <https://learn.microsoft.com/cli/azure/config>.
- Rufe alle Konfigurationen ab:
`az config get`
- Rufe alle Konfigurationen in einer Sektion ab:
`az config get {{sektionsname}}`
- Setze eine Konfiguration:
`az config set {{konfigurationsname}}={{wert}}`
- Hebe eine Konfiguration auf:
`az config unset {{konfigurationsname}}`