Azure / Azure/azure-cli-extensions

Creating a Stream Analytics job results in name undefined

Open
#1,577 3 comments 0 reactions 1 assignee Claimed by @houk-ms View on GitHub
customer-reported feature-request OKR3.2 Candidate Stream Analytics
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".

![image](https://user-images.githubusercontent.com/21263210/79945442-0e55e280-846e-11ea-83d7-c1a33377f8c9.png)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.