Myron
Myron
looks fine. Need to refine the weight for calculate reward
@tbugfinder Hi. The latest one is 0.31 at rubygems.
Maybe you can check this [file](https://github.com/Azure/azure-sdk-for-ruby/blob/master/management/azure_mgmt_container_registry/lib/2019-05-01/generated/azure_mgmt_container_registry/operations.rb) as an example.
@Vijay8888 Hi. Could you open this issue through support ticket since it's related with aad and personal data. Based on the error message, it might be something wrong with the...
should be able to do it. You can just set the corresponding field to `None` and call client.create_or_update.
@rohinkoul Based on [swagger](https://github.com/Azure/azure-rest-api-specs/blob/e0ee56c9ef0293d4d43a07e3fb7685e0e479cf1d/specification/trafficmanager/resource-manager/Microsoft.Network/stable/2018-04-01/trafficmanager.json#L1460), the name and the id are set to `read_only=true`. There is a [rule](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields-13) that read only property must not be sent as part of the request....
@rohinkoul Hello. Any thoughts?
@maham-nazir-confiz Hello. From Ruby SDK perspective, it is by design that user cannot set read_only field. It's not a bug. In my opinion, the swagger should be changed. I have...
@maham-nazir-confiz Hello, Which `read_only` field you can set to create a TM Endpoint? Let me do some investigations about that. One workaround might be that you could try to use...
@maham-nazir-confiz Are you able to set these two fields? There is a comment https://github.com/Azure/azure-sdk-for-ruby/blob/a6d67518a874f55684a8a46eab68219a0107288a/management/azure_mgmt_traffic_manager/lib/2018-04-01/generated/azure_mgmt_traffic_manager/models/endpoint.rb#L74. Based on my knowledge, you can set these fields. https://github.com/Azure/azure-sdk-for-ruby/blob/a6d67518a874f55684a8a46eab68219a0107288a/management/azure_mgmt_traffic_manager/lib/2018-04-01/generated/azure_mgmt_traffic_manager/models/endpoint.rb#L17-L69 You can check the request body,...