Skip to main content
Glama

Azure MCP Server

Official
ApiVersionComparerTests.cs937 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using AzureMcp.BicepSchema.Services.ResourceProperties.Helpers; using Xunit; namespace AzureMcp.BicepSchema.UnitTests; public class ApiVersionComparerTests { [Fact] public void TestApiVersionOrder() { var apiVersions = new SortedSet<string>(ApiVersionComparer.Instance) { "2021-02-01-preview", "2021-01-01", "2021-01-02", "2021-02-01", "2021-02-01-alpha", "2021-02-01-privatepreview", "2024-11-01", }; var expectedOrder = new List<string> { "2021-01-01", "2021-01-02", "2021-02-01-alpha", "2021-02-01-preview", "2021-02-01-privatepreview", "2021-02-01", "2024-11-01", }; Assert.Equal(apiVersions, expectedOrder); } }

Latest Blog Posts

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