Azure / Azure/azure-cli-extensions
Creating a Stream Analytics job results in name undefined
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues)
stream-analytics
When invoking "job create" the job is indeed created but when you click the resource the get the following error: "Cannot read property 'name' of undefined".

The method is invoked in this way:
az stream-analytics job create `
--resource-group $resourceGroupName `
--name "rejectspikes" `
--location $location `
--output-error-policy "Drop" `
--events-outoforder-policy "Adjust" `
--events-outoforder-max-delay 5 `
--events-late-arrival-max-delay 16 `
--data-locale "en-US" `
--sku "standard" `
--tags $resourceTags
Contributor guide
Assessment
This issue has not been assessed yet.