Closed qwordy closed 3 years ago
When I generated ssh, I got
ssh
with self.command_group('vm', is_experimental=True): pass
vm is mature. Can we remove experimental?
vm
experimental
readme.az.md:
readme.az.md
az: extensions: vm namespace: azure.mgmt.compute package-name: azure-mgmt-compute az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/vm python-sdk-output-folder: "$(az-output-folder)/vendored_sdks/vm" cli: cli-directive: - where: group: "*" op: "*" hidden: true - where: group: "SshPublicKeys" op: "*" hidden: false directive: - where: command: vm ssh-public-key set: command: sshkey
can do it with parameter in readme.az.md:
extension-mode: stable
When I generated
ssh
, I gotvm
is mature. Can we removeexperimental
?readme.az.md
: