azure-sdk-for-ruby
azure-sdk-for-ruby copied to clipboard
Ruby SDK for Azure Resource Manager: build and manage your Azure cloud infrastructure (Compute, Virtual Networks, Storage, etc...) using Ruby.
`require` loads files based upon a load path. `require_relative` loads files based upon the location of the current file. While `..` is discouraged from use in `require_relative`, it just doesn't...
Hi, as the repo will be retired, I'm wondering how ruby developers deal with Azure? Is there any project / library which already provides ruby interfaces to the Azure RestAPI?
I tried the Microsoft Quickstart (https://docs.microsoft.com/en-us/azure/governance/resource-graph/first-query-ruby) for Resource Graph and created my bundle file in my Azure Linux CLI /Shell. **Gemfile** ``` # frozen_string_literal: true source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}"...
Hello friends: It turns out that we are still seeing the same issues as described in #2795: Even after we recently upgraded our azure_mgmt_compute gem to 0.22.0 and tried to...
Hello, We are trying to upgrade the elasticsearch gem to v7.6.0 which depends on Faraday ~> 1.0.0 The latest version of `azure` is `0.7.10` which has a dependency on Faraday...
**Library:** azure_mgmt_cost_management **Version:** 0.17.1 (latest) Azure::CostManagement::Mgmt::Models::QueryResult (and likely other versions) are trying to deserialize a single `value` property, which does not exist in the response, so the result is an...
With each new release of the API this gem is getting increasingly large. It's currently 45.7MB on disk with 5,200 files. Each API release adds over 4 megs and 500...
Hi, We are using the SDK with Foreman so setting the proxy as env variables, won't work. Is there a way to pass proxy info for the connection etc with...
I'm trying to create a Shared image gallery in the following snippet: puts 'Creating a Shared Image Gallery' gallery_name = 'TestRubySIG' imageGallery = ComputeModels::Gallery.new.tap do |sigimg| sigimg.type = 'Microsoft.Compute/galleries' sigimg.location...
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":...