Azure / Azure/azurestack-powershell
Remove-AzsPlatformImage Does Not Return Anything
- Ngôn ngữ chính
- PowerShell
- Star
- 16
- Fork
- 37
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
For the AzureStack modules that are used with AzureRM, when you run a command like this:
`Remove-AzsPlatformImage -Location local -Offer UbuntuServer -Publisher Canonical -Sku 16.04-LTS -Version 1.0.0`
Nothing is returned. However it reportedly should return a boolean according to its documentation:
https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/remove-azsplatformimage?view=azurestackps-2.0.2&viewFallbackFrom=azurestackps-2.5.0
Another issue is that it doesn't seem to remove the image immediately, but this is not documented anywhere. The command does not stall until the removal is complete, so either that feature should be implemented or a warning given to the user.
This issue should be verified with the AzureStack modules that are used with the newer Az modules as well.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.