You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:
raise ValueError(f"Specified availability {availability} is not valid, must be one of: {list(map_.keys())}")
ValueError: Specified availability Preview cloud is not valid, must be one of: ['Available on-premise', 'available on-premise', 'onprem', 'available', 'Available onprem', 'available onprem', 'Available cloud', 'available cloud', 'cloud', 'Research, Development, or Internal (RDI)', 'research, development, or internal (rdi)', 'rdi', 'research', 'development', 'internal', 'preview']
The text was updated successfully, but these errors were encountered:
Can we add "Preview cloud" as an option?
Error:
raise ValueError(f"Specified availability {availability} is not valid, must be one of: {list(map_.keys())}")
ValueError: Specified availability Preview cloud is not valid, must be one of: ['Available on-premise', 'available on-premise', 'onprem', 'available', 'Available onprem', 'available onprem', 'Available cloud', 'available cloud', 'cloud', 'Research, Development, or Internal (RDI)', 'research, development, or internal (rdi)', 'rdi', 'research', 'development', 'internal', 'preview']
The text was updated successfully, but these errors were encountered: