Ved Kale

Results 14 comments of Ved Kale

I had a question about updating the "tags" property for all our resources - for some reason this property is called "tag" and not "tags" and I can't figure out...

@wyunchi-ms could you help me address this [issue](https://github.com/Azure/azure-powershell/issues/19664)

I am a part of the service team, just trying to figure out how I would make the change.

We use the common types from swagger, so the service sends tags but for some reason powershell module shows tag instead

https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hybridcompute/resource-manager/Microsoft.HybridCompute/preview/2023-10-03-preview/HybridCompute.json

That is used for resource updates and [this](https://github.com/Azure/azure-rest-api-specs/blob/68030f1c17e0cd5912e1bda17a5f28473e84b5f9/specification/common-types/resource-management/v3/types.json#L61C8-L61C18) is used to represent the resource. But for some reason the powershell response shows `tag` instead of `tags`

We switched to Tags because of this issue: https://github.com/Azure/azure-powershell/issues/19664

- Added -ScriptLocalPath to New-AzConnectedMachineRunCommand to let users add script files locally. - Added machineName parameter to the McahineExtension and MachineRunCommand models

@alexandair The Id field contains the machine name, resource group and subscription id. Please use those as you can have multiple machines with the same name across different resource groups.