kai ru
kai ru
Hi @jlimaESB 'azure' gem is out of date. You should use [azure_mgmt_service_bus](https://rubygems.org/gems/azure_mgmt_service_bus) or [azure_sdk](https://rubygems.org/gems/azure_sdk) instead.
BTW, Ruby SDK will be deprecated in plan in next year. Here is the [doc](https://github.com/Azure/azure-sdk-for-ruby/blob/3784068643d5a35e031617d7e31913f02986c62c/docs/README.md) that may help your transfer to REST API usage in Ruby.
Hi @amolkumolus, that's because Ruby SDK is retired and we will not add new properties in SDK. Please use [azure rest api](https://github.com/Azure/azure-sdk-for-ruby/tree/master/docs#using-azure-rest-api) directly. Thanks.
Can you try `get_certificates_async`? This function has api-version. This part of code is autogenerated. So It has some issues now.
I think you should use imageProfile to specify image. BTW, Ruby SDK is retired currently. It is recommended to use by rest-api. This is an example to show how to...
> @kairu-ms thank you for the response. I will try that. I noticed in your link, the `osProfile` is still being sent off, won't this cause the error that I...
It seems the service team does not deploy `2021-09-01-preview` API in your region right now. Please use 0.2.0 version for a workaround. You can install that version by the following...
@ZengTaoxu Please feedback this issue to service team. Thanks.