Release version
7.0.1
Question Details
When we run publisher before, it will automatically deploy the artifacts which are extracted in artifacts. Now it is failing for random error, for propertyid and subscription to be set. Please find below error snapshot.
System.Net.Http.HttpRequestException: HTTP request to URI https://management.azure.com/subscriptions/***/resourceGroups/grd-uat-eus2-gapi-rg/providers/Microsoft.ApiManagement/service/grd-uat-eus2-gapi-apim-01/workspaces/WS-POC/tags/ws/apiLinks/69fa265f0182f50a2066ef1b?api-version=2024-05-01 failed with status code 400. Content is '{"error":{"code":"LinkedInvalidPropertyId","message":"Property id '/workspaces/WS-POC/apis/ws-api-v1' at path 'properties.apiId' is invalid. Expect fully qualified resource Id that start with '/subscriptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'."}}'.
Expected behavior
It should publish to new instance without changing anything in the configs.
Actual behavior
It is failing required saying need to put fully qualified resource id.
I am not sure if i am missing some configuration as per new version requirement
Reproduction Steps
- Run extractor and generate artifacts
- Run publisher
Release version
7.0.1
Question Details
When we run publisher before, it will automatically deploy the artifacts which are extracted in artifacts. Now it is failing for random error, for propertyid and subscription to be set. Please find below error snapshot.
System.Net.Http.HttpRequestException: HTTP request to URI https://management.azure.com/subscriptions/***/resourceGroups/grd-uat-eus2-gapi-rg/providers/Microsoft.ApiManagement/service/grd-uat-eus2-gapi-apim-01/workspaces/WS-POC/tags/ws/apiLinks/69fa265f0182f50a2066ef1b?api-version=2024-05-01 failed with status code 400. Content is '{"error":{"code":"LinkedInvalidPropertyId","message":"Property id '/workspaces/WS-POC/apis/ws-api-v1' at path 'properties.apiId' is invalid. Expect fully qualified resource Id that start with '/subscriptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'."}}'.Expected behavior
It should publish to new instance without changing anything in the configs.
Actual behavior
It is failing required saying need to put fully qualified resource id.
I am not sure if i am missing some configuration as per new version requirement
Reproduction Steps