Azure Powershell模块-Linux(.NET Core)支持 [英] Azure Powershell Module - Linux (.NET Core) Support

查看:62
本文介绍了Azure Powershell模块-Linux(.NET Core)支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

存在一个基于.NET Core的AzureRM模块.但是,AzureRM模块不具有与Azure进行交互的所有必需功能. Azure模块中还存在许多其他cmdlet,例如New-AzureAffinityGroup.以下是其他cmdlet的列表: https://www.powershellgallery.com/packages/Azure/4.2.1

There exists an AzureRM module that is built on .NET Core. However, the AzureRM module doesn't have all of the required functionality to interact with Azure. Many of the other cmdlets, such as New-AzureAffinityGroup, are present in the Azure module. Here are a list of other cmdlets: https://www.powershellgallery.com/packages/Azure/4.2.1

我们什么时候可以期望对此模块和其余Azure cmdlet的支持?

When can we expect support for this module and the remaining Azure cmdlets to be added?

推荐答案

  1. 当经典"事物要完全移植到ARM中时,Microsoft不会给出任何解释.但是几乎所有内容都已经被移植,因此我希望经典"可以在一年左右的时间内完全移植到ARM.
  2. AzureRM.Netcore远远落后于AzureRM,Microsoft并没有给出任何等价的eta,但是Powershell 6是基于.Net Core构建的,因此我希望AzureRM.Netcore在某些方面与AzureRM相匹配时间点,但不是很快.

与此同时,您可以处理休息电话.讨论有点不同,但是最简单的方法是执行您知道的命令,并在其中添加"-Debug"(New-AzureAffinityGroup -bla blabla ... -Debug).它将打印出来(好吧,不确定旧的cmdlet,但是AzureRM cmdlet可以这样做),其余的将由它执行.另一种方式-请查看 Azure API参考.

Meanwhile, you can work around with rest calls. That's a bit of a different talk, but easiest way to do this is perform the command you know works and add a "-Debug" to it (New-AzureAffinityGroup -bla blabla ... -Debug). It will print out (well, not sure about old cmdlets, but AzureRM cmdlets do that) the rest call it performed. Another way - take a look at Azure API reference.

这篇关于Azure Powershell模块-Linux(.NET Core)支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆