[BUG] Microsoft.MachineLearningServices
@ 2024-04-01
- applicationInsights
on a Hub is returned as null when an associated Project is updated
#31696
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
API Spec link
azure-rest-api-specs/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/workspaceRP.json
Lines 1702 to 1704 in edc6e6a
API Spec version
2024-01-01
Describe the bug
The API returns a null for the Application Insights ID on a Hub after a Project associated with the Hub has been updated
I've added the order of REST API calls done to reproduce the behaviour. The issue is highlighted in the last API call where we get the Hub after the associated Project was updated.
Creation PUT of the AI Hub
Creation PUT of the AI Project
GET on the parent AI Hub after Project was created
Update PUT on AI Project
GET on parent AI Hub after Project was updated
Expected behavior
Would expect the Application Insights ID of the Hub to be returned.
Actual behavior
The Application Insights ID is returned as null.
Reproduction Steps
The reproduction steps are described in the description above.
Environment
No response
The text was updated successfully, but these errors were encountered: