Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
ResourceGroupTestHelpers.cs971 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using AzureMcp.Core.Models.ResourceGroup; namespace AzureMcp.Tests.Helpers; /// <summary> /// Helper methods for creating test resource group data. /// </summary> public static class ResourceGroupTestHelpers { /// <summary> /// Creates a ResourceGroupInfo with the specified properties for testing. /// </summary> /// <param name="name">The name of the resource group</param> /// <param name="subscriptionId">The subscription ID (used to construct the full resource ID)</param> /// <param name="location">The Azure region/location</param> /// <returns>A ResourceGroupInfo instance for testing</returns> public static ResourceGroupInfo CreateResourceGroupInfo(string name, string subscriptionId, string location) { var id = $"/subscriptions/{subscriptionId}/resourceGroups/{name}"; return new ResourceGroupInfo(name, id, location); } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Azure/azure-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server