Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit a58f856

Browse files
committed
Refactored
1 parent 0650237 commit a58f856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apimtemplate/Commands/Extract.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public ExtractCommand()
3030
{
3131
Console.WriteLine($"Create command executed with name {apimname.Value()}");
3232

33-
string requestUrl = string.Concat("https://management.azure.com/providers/Microsoft.ApiManagement/operations?api-version=2018-06-01-preview");//, "/groups", "?api-version=", "2018-06-01-preview");
34-
33+
string requestUrl = "https://management.azure.com/subscriptions/cabe3525-a754-4bf7-9af4-1a9746604527/resourceGroups/apim-extractor/providers/Microsoft.ApiManagement/service/apim-extractor/apis/odaibert-logicapp/products?api-version=2018-06-01-preview";
34+
3535
using (HttpClient httpClient = new HttpClient())
3636
{
3737
var request = new HttpRequestMessage(HttpMethod.Get, requestUrl);

0 commit comments

Comments
 (0)