-
Notifications
You must be signed in to change notification settings - Fork 3.4k
"az snapshot list" displays different output on 2 servers #24680
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotact-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotact-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
The same command "az snapshot list --output table" displays columns in different order on two servers :
server 1 :
az snapshot list --output table| head -1
DiskSizeBytes DiskSizeGb DiskState Incremental Location Name NetworkAccessPolicy OsType ProvisioningState PublicNetworkAccess ResourceGroup TimeCreated UniqueId HyperVGeneration SupportsHibernation DataAccessAuthMode
server 2 :
az snapshot list --output table| head -1
DiskSizeBytes DiskSizeGb DiskState HyperVGeneration Incremental Location Name NetworkAccessPolicy OsType ProvisioningState PublicNetworkAccess ResourceGroup TimeCreated UniqueId DataAccessAuthMode SupportsHibernation
The "hyperVGeneration" is not on the same place on the two outputs.
Both servers are Ubuntu 18.04.
azure cli is the same version on both servers :
server1 :
az --version
azure-cli 2.42.0
core 2.42.0
telemetry 1.0.8
Dependencies:
msal 1.20.0
azure-mgmt-resource 21.1.0b1
Python location '/opt/az/bin/python3'
Extensions directory '/home/dc04.cloud/adm_rmdo/.azure/cliextensions'
Python (Linux) 3.10.8 (main, Oct 28 2022, 04:19:56) [GCC 7.5.0]
server2 :
az --version
azure-cli 2.42.0
core 2.42.0
telemetry 1.0.8
Dependencies:
msal 1.20.0
azure-mgmt-resource 21.1.0b1
Python location '/opt/az/bin/python3'
Extensions directory '/root/.azure/cliextensions'
Python (Linux) 3.10.8 (main, Oct 28 2022, 04:19:56) [GCC 7.5.0]