Skip to content

Commit 14f756c

Browse files
Merge pull request #288078 from ryanwinterms/ryanwinter/cli-fix
fix the enable-rsync argument for azure iot operations cli
2 parents 60951fd + 7bde969 commit 14f756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Azure IoT Operations requires a schema registry on your cluster. Schema registry
250250
| Optional parameter | Value | Description |
251251
| --------- | ----- | ----------- |
252252
| `--no-progress` | | Disable the deployment progress display in the terminal. |
253-
| `--enable-rsync-rules` | | Enable the resource sync rules on the instance to project resources from the edge to the cloud. |
253+
| `--enable-rsync` | | Enable the resource sync rules on the instance to project resources from the edge to the cloud. |
254254
| `--add-insecure-listener` | | Add an insecure 1883 port config to the default listener. *Not for production use*. |
255255
| `--custom-location` | String | Provide a name for the custom location created for your cluster. The default value is **location-{hash(5)}**. |
256256
| `--broker-config-file` | Path to JSON file | Provide a configuration file for the MQTT broker. For more information, see [Advanced MQTT broker config](https://github.com/Azure/azure-iot-ops-cli-extension/wiki/Advanced-Mqtt-Broker-Config) and [Configure core MQTT broker settings](../manage-mqtt-broker/howto-configure-availability-scale.md). |

0 commit comments

Comments
 (0)