<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Power BI ARM REST API - sku and other endpoints in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-ARM-REST-API-sku-and-other-endpoints/m-p/323362#M9538</link>
    <description>&lt;P&gt;I've been doing some exploration of the Power BI ARM REST API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The endpoint &lt;A href="https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus?api-version=2017-10-01" target="_blank"&gt;https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus?api-version=2017-10-01&lt;/A&gt; referenced by &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/capacities/listskus" target="_blank"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/capacities/listskus&lt;/A&gt; returns nothing. I have tried multiple subscriptionIds and I get a well-formed but ultimately empty JSON response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also tried&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://management.azure.com/providers/Microsoft.PowerBIDedicated/operations?api-version=2017-10-01" target="_blank"&gt;https://management.azure.com/providers/Microsoft.PowerBIDedicated/operations?api-version=2017-10-01&lt;/A&gt; as indicated by&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/operations/list" target="_blank"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/operations/list&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This returns the error "The resource type 'operations' could not be found in the namespace 'Microsoft.PowerBIDedicated' for api version '2017-10-01'. The supported api-versions are '2017-01-01-preview'.", so therefore your docs are buggy!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Replacing the api-version with&amp;nbsp;2017-01-01-preview does provoke a response - although the layout is a bit different to that specified by the docs.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2017 06:58:07 GMT</pubDate>
    <dc:creator>jimmcslim</dc:creator>
    <dc:date>2017-12-14T06:58:07Z</dc:date>
    <item>
      <title>Power BI ARM REST API - sku and other endpoints</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-ARM-REST-API-sku-and-other-endpoints/m-p/323362#M9538</link>
      <description>&lt;P&gt;I've been doing some exploration of the Power BI ARM REST API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The endpoint &lt;A href="https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus?api-version=2017-10-01" target="_blank"&gt;https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus?api-version=2017-10-01&lt;/A&gt; referenced by &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/capacities/listskus" target="_blank"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/capacities/listskus&lt;/A&gt; returns nothing. I have tried multiple subscriptionIds and I get a well-formed but ultimately empty JSON response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also tried&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://management.azure.com/providers/Microsoft.PowerBIDedicated/operations?api-version=2017-10-01" target="_blank"&gt;https://management.azure.com/providers/Microsoft.PowerBIDedicated/operations?api-version=2017-10-01&lt;/A&gt; as indicated by&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/operations/list" target="_blank"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/operations/list&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This returns the error "The resource type 'operations' could not be found in the namespace 'Microsoft.PowerBIDedicated' for api version '2017-10-01'. The supported api-versions are '2017-01-01-preview'.", so therefore your docs are buggy!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Replacing the api-version with&amp;nbsp;2017-01-01-preview does provoke a response - although the layout is a bit different to that specified by the docs.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 06:58:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-ARM-REST-API-sku-and-other-endpoints/m-p/323362#M9538</guid>
      <dc:creator>jimmcslim</dc:creator>
      <dc:date>2017-12-14T06:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI ARM REST API - sku and other endpoints</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-ARM-REST-API-sku-and-other-endpoints/m-p/324219#M9574</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/39000"&gt;@jimmcslim&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this scenario, I would suggest you create a support ticket on &lt;A href="https://powerbi.microsoft.com/en-us/support/" target="_self"&gt;Power BI Support&lt;/A&gt; for direct assistance to better troubleshooting this issue.&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.fabric.microsoft.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 09:54:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-ARM-REST-API-sku-and-other-endpoints/m-p/324219#M9574</guid>
      <dc:creator>v-ljerr-msft</dc:creator>
      <dc:date>2017-12-15T09:54:35Z</dc:date>
    </item>
  </channel>
</rss>

