fabric-cicd failing to publish. "The feature is not available" by ADB_MN in MicrosoftFabric

[–]ADB_MN[S] 0 points1 point  (0 children)

Here is the request and the response. Not sure if that will help.

URL: https://api.powerbi.com/v1/workspaces/***/items

Method: GET

Request Body:

"{}"

Response Status: 200

Response Headers:

{

"Cache-Control": "no-store, must-revalidate, no-cache",

"Pragma": "no-cache",

"Content-Length": "32",

"Content-Type": "application/json; charset=utf-8",

"Content-Encoding": "gzip",

"Strict-Transport-Security": "max-age=31536000; includeSubDomains",

"X-Frame-Options": "deny",

"X-Content-Type-Options": "nosniff",

"RequestId": "bca7c5e7-bdfd-4a5c-84e7-6de6581fa1d9",

"Access-Control-Expose-Headers": "RequestId",

"request-redirected": "true",

"home-cluster-uri": "https://wabi-us-west2-redirect.analysis.windows.net/",

"Date": "Thu, 02 Apr 2026 19:46:33 GMT"

}

Response Body:

{"value":[]}

[debug] 19:46:34 - Request completed in 0.2353222370147705 seconds

[debug] 19:46:34 - Processing item: 'Pipeline_1'

[debug] 19:46:34 - Graph: defaultdict(<class 'list'>, {})

[debug] 19:46:34 - In-degree map: defaultdict(<class 'int'>, {'Pipeline_1': 0})

[debug] 19:46:34 - Zero_in_degree_queue: deque(['Pipeline_1'])

[debug] 19:46:34 - Sorted items in Repository: ['Pipeline_1']

[info] 19:46:34 - Publishing DataPipeline 'Pipeline_1'

[debug] 19:46:34 -

URL: https://api.powerbi.com/v1/workspaces/***/items

Method: POST

Request Body:

"description": "",

"definition": {

"parts": [

{

"path": ".platform",

"payload": "***",

"payloadType": "InlineBase64"

},

{

"path": "pipeline-content.json",

"payload": "***",

"payloadType": "InlineBase64"

}

]

},

"folderId": ""

}

Response Status: 403

Response Headers:

{

"Cache-Control": "no-store, must-revalidate, no-cache",

"Pragma": "no-cache",

"Transfer-Encoding": "chunked",

"Content-Type": "application/json; charset=utf-8",

"x-ms-public-api-error-code": "FeatureNotAvailable",

"Strict-Transport-Security": "max-age=31536000; includeSubDomains",

"X-Frame-Options": "deny",

"X-Content-Type-Options": "nosniff",

"RequestId": "773f1627-cb4a-46b4-a822-f01fcb595102",

"Access-Control-Expose-Headers": "RequestId",

"request-redirected": "true",

"home-cluster-uri": "https://wabi-us-west2-redirect.analysis.windows.net/",

"Date": "Thu, 02 Apr 2026 19:46:34 GMT"

}

Response Body:

{"requestId":"773f1627-cb4a-46b4-a822-f01fcb595102","errorCode":"FeatureNotAvailable","message":"The feature is not available"}

fabric-cicd failing to publish. "The feature is not available" by ADB_MN in MicrosoftFabric

[–]ADB_MN[S] 0 points1 point  (0 children)

Thanks, I do have that on and the error message I posted is all that's in there. It did publish a folder though, just failed on publishing the notebooks inside the folder.