Closed EliiseS closed 3 years ago
The main documentation for iotedgedev is under https://github.com/Azure/iotedgedev/wiki/. Some is out of date so pelase don't worry about changing everything that is outdated, however, please include the new command at the command list section
@marianan I've add all the cases now, with the exception of the test to verify that the --layered
flag is not needed when using the Az CLI. That's because Az CLI does not return the 'deployment type' when querying with az iot edge deployment list/show
.
However in the below image you can see the deployments made with the tests are counted as layered despite not having the --layered
flag
default=envvars.get_envvar("LAYERED_DEPLOYMENT_TARGET_CONDITION"),
what is the reason for removing the default value as the env variable value? #Resolved
Refers to: iotedgedev/cli.py:273 in 7b37171. [](commit_id = 7b371710fbcfaee19624af3749860e38a22dbcc8, deletion_comment = True)
iotedgedev Pull Request Checklist
Additional comments
Closes #430