Azure / azure-sdk-for-ruby

Ruby SDK for Azure Resource Manager: build and manage your Azure cloud infrastructure (Compute, Virtual Networks, Storage, etc...) using Ruby.
MIT License
275 stars 245 forks source link

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

Closed amolkumolus closed 1 year ago

amolkumolus commented 3 years ago

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": "" } } ] }

kairu-ms commented 3 years ago

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.

kurtzeborn commented 1 year ago

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