Skip to content

Commit

Permalink
fix update command
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaykn committed Jul 2, 2024
1 parent c0fa1a1 commit f48a558
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@
</arg>
</arg>
</arg>
<arg type="string" var="$resource.properties.devCenterProjectResourceId" options="dev-center-project-resource-id" group="Properties">
<arg type="string" var="$resource.properties.devCenterProjectResourceId" options="devcenter-project-resource-id devcenter-project-id" group="Properties">
<help short="The resource id of the DevCenter Project the pool belongs to."/>
</arg>
<arg type="object" var="$resource.properties.fabricProfile" options="fabric-profile" group="Properties">
Expand Down Expand Up @@ -1230,7 +1230,7 @@
</arg>
</arg>
</arg>
<arg nullable="True" type="string" var="$resource.properties.provisioningState" options="provisioning-state" group="Properties">
<arg nullable="True" type="string" var="$resource.properties.provisioningState" options="provisioning-state" hide="True" group="Properties">
<help short="The status of the current operation."/>
<enum>
<item name="Accepted" value="&quot;Accepted&quot;"/>
Expand Down

0 comments on commit f48a558

Please sign in to comment.