Daniel Bradley

Results 146 comments of Daniel Bradley

When performing the create, we calculate the `id` based on the specification and send the `PUT` request correctly. The Azure response contains an `id` field which, if present, we take...

Manually fixing the `id` field in the state (exporting, editing then importing) the performing a refresh shows only the diff of the Workspace resource: ``` Type Name Plan Info pulumi:pulumi:Stack...

As it stands, I would advise against using the standalone rule resource until it's fixed by Azure as it's not currently workable given the broken API. At that point, it...

Ok, marking as blocked as there's no reason to start work on the ability to use standalone rule resources until we can successfully rules as resources without errors from the...

@Werner-Swart-83 the incorrect ID is being returned after awaiting the result of the `PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundRules/{ruleName}` creates a response which includes an `id` field with the value `{workspaceName}/outboundRules/{ruleName}`. e.g. `PUT /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/pl-cs-ml-rgxxxxxx/providers/Microsoft.MachineLearningServices/workspaces/pk-ml-cs-workspace-2/outboundRules/mlsrule`...

> @danielrbradley Is this issue unblocked then? This might be entirely fixed now by Microsoft's change. We should re-test and check if it still has an issue around being managed...

On re-testing now, I see the following refresh: ``` Type Name Plan Info pulumi:pulumi:Stack sdf-dev ~ โ”œโ”€ azure-native:machinelearningservices/v20231001:Workspace mlworkspace update [diff: ~managedNetwork,systemData] โ”œโ”€ azure-native:resources:ResourceGroup pl-cs-ml-rg โ”œโ”€ azure-native:machinelearningservices/v20231001:ManagedNetworkSettingsRule mlsrule โ”œโ”€ azure-native:operationalinsights:Workspace...

Here's some initial thoughts on contributing factors: 1. Is this only impacting the single Blob resource? Do any other resources also hang in a similar way on refresh? - Storage...

@mikocot it looks like we've not recieved a way to reliably reproduce the issue so this will hamper efforts to find a fix. From the original conversation here, it appears...