File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Use the following command to update the SSO configuration using the Azure CLI:
72
72
``` azurecli
73
73
az spring dev-tool update \
74
74
--resource-group <resource-group-name> \
75
- --name <Azure-Spring-Apps-service-instance-name> \
75
+ --service <Azure-Spring-Apps-service-instance-name> \
76
76
--client-id "<client-id>" \
77
77
--scopes "scope1,scope2" \
78
78
--client-secret "<client-secret>" \
@@ -101,7 +101,7 @@ Use the following command to assign a public endpoint using the Azure CLI:
101
101
``` azurecli
102
102
az spring dev-tool update \
103
103
--resource-group <resource-group-name> \
104
- --name <Azure-Spring-Apps-service-instance-name> \
104
+ --service <Azure-Spring-Apps-service-instance-name> \
105
105
--assign-endpoint
106
106
```
107
107
You can’t perform that action at this time.
0 commit comments