Xing Zhou

Results 180 comments of Xing Zhou

@AjKundnani Personally, I think there are many problems with this solution: Please note that since the data returned by this API is too large **(size: 82+MB, count: 1.77w+)** Even if...

> If VM Size and Image both supports Generation 2 and Trusted Launch - Following parameters are set by default: --enable-secure-boot with value true --enable-vtpm with value true --security-type with...

@AjKundnani Got it, thanks~ By the way, may I ask why sets `--enable-secure-boot` as `False` in https://github.com/Azure/azure-cli/issues/23476 ?

> In fact, I personally think a more reasonable solution is that the service provides a GET API, which can support us to query the information of a single SKU....

@AjKundnani Even if the query results are filtered by location, there are still a lot of irrelevant data returned by LIST API and the query time still takes several seconds....

@AjKundnani For the simpler logic, could we just consider whether the image can support Gen 2 and Trusted Launch for the time being, without considering VM size? Because we only...

```pwsh [prupadhy01@myvm001 ~/aks_script]$ az resource list --name aks-cluster-name-01 [] ``` @pradeep-upadhyay Could you send me the debug log after the command is executed and tell me the information of the...

> Does this above command works only for the set subscription only. and not across all the subscriptions in a tenant? @pradeep-upadhyay Yes

@adthorn Currently, REST service does not support querying all resources under a tenant. If you have the requirements, please submit a new feature request and we will transfer it to...

Since CLI directly outputs the data returned by the REST service without any filtering logic, so this should be an arm service-related issue