Known issue - The ApplicationSharingPolicy property isn't supported for compute instances

APPLIES TO: Azure CLI ml extension v2 (current) Python SDK azure-ai-ml v2 (current)

Configuring the applicationSharingPolicy property for a compute instance has no effect as that property isn't supported

Status: Open

Problem area: Compute

Symptoms

When creating a compute instance, the documentation lists an applicationSharingPolicy property with the options of:

  • Personal only the creator can access applications on this compute instance.
  • Shared, any workspace user can access applications on this instance depending on their assigned role.

Neither of these configurations have any effect on the compute instance.

Solutions and workarounds

There's no workaround as this property isn't supported. The documentation will be updated to remove reference to this property.

Next steps