1.2.0 • Published 12 months ago

insomnia-plugin-azure-resource-manager-api-tools v1.2.0

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

Insomnia plugin for Azure Resource Manager

A set of utilities that can be used to query Azure Resource Manager API using Insomnia REST Client:

  1. Acquires JWT bearer tokens to query Azure Resource Manager
  2. Lists all available subscriptions and stores the selected subscription as variable
  3. Lists all available resource groups under the selected subscription and stores the selected resource group as variable

Pre-requisites

This plugin is using "@azure/identity" to acquire tokens. You must have any of Azure CLI / Azure Powershell SDK / Visual Studio Credential installed on your machine and logged on.

The logged on user will be used to acquire tokens in this plugin.

Usage

To acquire JWT bearer token:

  1. Open a new request, in the 'Auth' tab, select Bearer,
  2. In the value field type control + space and from the tag menu, select "Azure Identity Token".

To select a subscription and use it as a URL parameter

  1. In the url, type control + space and from the tag menu, select "AzSubscriptionID"
  2. Too see all available subscriptions, click on the "AzSubscriptionID" tag. Paste the selected subscription ID in the relevant text box

To select a resource group and use it as a URL parameter

  1. You first must select a subscription ID using the "AzSubscriptionID" tag
  2. In the url, type control + space and from the tag menu, select "AzResourceGroup"
  3. Too see all available resource groups, click on the "AzResourceGroup" tag. Paste the selected resource group in the relevant text box
1.2.0

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.1.2

12 months ago

1.0.1

12 months ago

1.0.0

1 year ago