Skip to content

Commit

Permalink
.NET SDK Resource Provider:'IotCentral'
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5495'
REST Spec PR Author 'kawayiboy'
REST Spec PR Last commit
  • Loading branch information
adxsdknet committed Apr 4, 2019
1 parent e26a643 commit aec7965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ internal AppsOperations(IotCentralClient client)
}
// Construct URL
var _baseUrl = Client.BaseUri.AbsoluteUri;
var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/IoTAppTemplates").ToString();
var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/iotAppTemplates").ToString();
_url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
List<string> _queryParameters = new List<string>();
if (Client.ApiVersion != null)
Expand Down

0 comments on commit aec7965

Please sign in to comment.