Azure / Azure/azure-cli-extensions
Issue while creating az fusion azure-zone create
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
**Command Name**
`az fusion azure-zone create
Extension Name: fusion. Version: 0.4.2.`
**Errors:**
```
JSON is invalid: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
site-packages/msrest/pipeline/universal.py, ln 170, in deserialize_from_text
return json.loads(data_as_str)
lib/python3.8/json/__init__.py, ln 357, in loads
return _default_decoder.decode(s)
lib/python3.8/json/decoder.py, ln 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
...
site-packages/msrest/pipeline/universal.py, ln 172, in deserialize_from_text
raise DeserializationError("JSON is invalid: {}".format(err), err)
msrest.exceptions.DeserializationError: JSON is invalid: Expecting value: line 1 column 1 (char 0)
```
## To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- _Put any pre-requisite steps here..._
- `az fusion azure-zone create -g {} -n {} --azure-zone-name {} --storage-account-id {} --storage-container {} --virtual-network-id {} --subnet {} --storage-managed-identity {} --location {} --node-count {} --vm-size {}`
## Expected Behavior
## Environment Summary
```
macOS-10.15.5-x86_64-i386-64bit
Python 3.8.3
Installer: HOMEBREW
azure-cli 2.8.0
Extensions:
fusion 0.4.2
```
## Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.