Skip to content

Get-AzureVMDscExtensionStatus does not work when using a VM object #900

Closed
@TravisEz13

Description

@TravisEz13

Get-AzureVMDscExtensionStatus does not work when using a VM object

Repro

  1. create a VM and set the DSC extension on the VM
  2. $vm = get-azurevm -ServiceName ServiceName -Name VmName
  3. Get-AzureVMDscExtensionStatus -vm $vm

Expected

Give you the status of DSC on the specified VM or an error indicating the DSC extension is not on the VM

Actual

returns nothing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions