我正在尝试使用Windows Azure REST API创build一个新的Windows VM。 但是,我不断收到以下错误:
BadRequest: An administrator password must be specified
但是,REST调用XML主体包括:
<AdminPassword>SomePassword123</AdminPassword> <AdminUsername>guyk</AdminUsername>
任何线索我应该从哪里开始寻找?
错误是由ConfigurationSet中缺少“type”属性引起的
<ConfigurationSet xsi:type="WindowsProvisioningConfigurationSet">