Myron
Myron
@maham-nazir-confiz For the endpoint creation, the server exposes the type and the name as two independent parameters.
@sfiguemsft Hello. Could you give some thoughts about this issue? @maham-nazir-confiz Sorry for delay. We are quite busy recently.
@maham-nazir-confiz Sorry for the delay. I tried to open an issue for you in the https://github.com/Azure/azure-rest-api-specs/ repo. And I just found existed one https://github.com/Azure/azure-rest-api-specs/issues/1940. @rohinkoul Is any plan to solve...
@rohinkoul Hi. In the Azure/azure-rest-api-specs#1940, python SDK has met same problem before. `readonly: true` means that this property should not appear in the PUT REST CALL. In Ruby, we will...
@maham-nazir-confiz sorry for the delay. The issue must be solved in swagger spec and I can release a new version of Ruby SDK. @rohinkoul Since python sdk has met same...
Based on my knowledge, we don't have enough docs for ruby sdk. Sorry about that.
@fdr Thanks for raising this issue. We would take a look. To be honest, we don't have too much bandwidth on ruby SDK. It need some time for us to...
@nickthecook Hi. Based on my knowledge, the model you build is used for this client within dns module instead of the resource module. The model they need are different. Please...
This should be redundant. You can check the source code to see which type are needed. ``` def parameters ::Azure::Dns::Mgmt::V2017_10_01::Models::RecordSetUpdateParameters.new.tap do |parameters| parameters.record_set = record_set end end ```
https://github.com/Azure/azure-sdk-for-ruby/blob/6e278aa6155adb615a3e17ef84e4e773c3c16ac5/management/azure_mgmt_dns/lib/2017-10-01/generated/azure_mgmt_dns/record_sets.rb#L210 They type of parameter should be RecordSet directly instead of RecordSetUpdateParameters.