Azure API 管理 - 如何使用带有版本控制架构 "path" 和版本标识符 "v1" 的 powershell 添加 API
Azure API Management - How to add API using powershell with versioning schema "path" and version identifier "v1"
Import-AzureRmApiManagementApi 不包含添加版本控制架构的选项 "path" 和版本标识符 "v1" 是否存在其他一些不使用门户的方法?
通过 API 需要首先使用版本控制参数创建 ApiVersionSet,然后引用该 ApiVersionSet。支持这个的SDK刚刚进入预览https://www.nuget.org/packages/Microsoft.Azure.Management.ApiManagement/4.0.0-preview The Powershell will follow at a later date. The example/tests of using it can be found here https://github.com/Azure/azure-sdk-for-net/blob/270ea2d079e659dd4ba11dce2b3450f23789963e/src/SDKs/ApiManagement/ApiManagement.Tests/ManagementApiTests/ApiRevisionTests.cs
Import-AzureRmApiManagementApi 不包含添加版本控制架构的选项 "path" 和版本标识符 "v1" 是否存在其他一些不使用门户的方法?
通过 API 需要首先使用版本控制参数创建 ApiVersionSet,然后引用该 ApiVersionSet。支持这个的SDK刚刚进入预览https://www.nuget.org/packages/Microsoft.Azure.Management.ApiManagement/4.0.0-preview The Powershell will follow at a later date. The example/tests of using it can be found here https://github.com/Azure/azure-sdk-for-net/blob/270ea2d079e659dd4ba11dce2b3450f23789963e/src/SDKs/ApiManagement/ApiManagement.Tests/ManagementApiTests/ApiRevisionTests.cs