aztk icon indicating copy to clipboard operation
aztk copied to clipboard

AzureMissingResourceHttpError thrown if cluster is created, deleted, created again

Open jafreck opened this issue 7 years ago • 0 comments

azure.common.AzureMissingResourceHttpError: The specified container does not exist.ErrorCode: ContainerNotFound

To reproduce:

  1. aztk spark cluster create --id {cluster_id}
  2. aztk spark cluster delete --force --id {cluster_id}
  3. aztk spark cluster create --id {cluster_id}
  4. error is thrown

jafreck avatar Apr 26 '18 18:04 jafreck