azure-sdk-for-ruby icon indicating copy to clipboard operation
azure-sdk-for-ruby copied to clipboard

When we try to fetch Public IP Addresses it is not giving natGateway information attached to Public IP

Open amolkumolus opened this issue 5 years ago • 1 comments

when we do https call it's giving information about natGateway https://management.azure.com/subscriptions/{subscription_id}/resourceGroups/{resource_group_name}/providers/Microsoft.Network/publicIPAddresses?api-version=2020-11-01

You can see natGateway is coming in response but not coming through SDK gem

{ "value": [ { "name": "xxx", "id": "/subscription/yyyy", "etag": "", "location": "", "zones": [ "1", "2", "3" ], "properties": { "provisioningState": "", "resourceGuid": "", "natGateway": { "" }, "ipAddress": "", "publicIPAddressVersion": "", "publicIPAllocationMethod": "", "idleTimeoutInMinutes": , "ipTags": [] }, "type": "Microsoft.Network/publicIPAddresses", "sku": { "name": "", "tier": "" } } ] }

amolkumolus avatar Apr 28 '21 06:04 amolkumolus

Hi @amolkumolus, that's because Ruby SDK is retired and we will not add new properties in SDK. Please use azure rest api directly. Thanks.

kairu-ms avatar Apr 29 '21 04:04 kairu-ms

Thank you for your interest in Azure SDKs. As detailed in this retirement announcement, this repo is no longer supported as of December 31st 2021. Please find the up-to-date list of languages and services supported with Azure SDKs here: https://aka.ms/azsdk

kurtzeborn avatar Jan 11 '23 03:01 kurtzeborn