File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/azure-cli/azure/cli/command_modules/iot Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414def handler (ctx , ** kwargs ):
1515 cmd = kwargs .get ('command' , None )
1616 if cmd and cmd .startswith ('iot' ):
17- if not extension_exists ('azure-cli- iot-ext ' ):
17+ if not extension_exists ('azure-iot' ):
1818 ran_before = ctx .config .getboolean ('iot' , 'first_run' , fallback = False )
1919 if not ran_before :
2020 extension_text = """
21- Comprehensive IoT data-plane functionality is available in the Azure IoT CLI Extension.
21+ Comprehensive IoT functionality is available in the Azure IoT CLI Extension.
2222
23- To install the extension, run: "az extension add --name azure-cli- iot-ext "
23+ To install the extension, run: "az extension add --name azure-iot"
2424
2525For more info and install guide go to: https://github.com/Azure/azure-iot-cli-extension
2626"""
You can’t perform that action at this time.
0 commit comments