Skip to content

Commit

Permalink
Merge pull request #6 from am-lim/amlim/aazUpdatesForGA
Browse files Browse the repository at this point in the history
AAZ updates for GA - pr comments
  • Loading branch information
am-lim authored May 18, 2023
2 parents e3c685f + 97b6bce commit 29f9754
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
</arg>
<arg type="string" var="$body.properties.domainPassword" options="domain-password" group="Properties">
<help short="The password for the account used to join domain."/>
<prompt msg="Domain password:"/>
</arg>
<arg type="string" var="$body.properties.domainUsername" options="domain-username" group="Properties">
<help short="The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: [email protected]."/>
Expand Down Expand Up @@ -382,6 +383,7 @@
</arg>
<arg type="string" var="$body.properties.domainPassword" options="domain-password" group="Properties">
<help short="The password for the account used to join domain."/>
<prompt msg="Domain password:"/>
</arg>
<arg type="string" var="$body.properties.domainUsername" options="domain-username" group="Properties">
<help short="The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: [email protected]."/>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
<arg nullable="True" type="string" var="$body.properties.description" options="description" group="Properties">
<help short="Description of the project."/>
</arg>
<arg nullable="True" type="string" var="$body.properties.devCenterId" options="dev-center-id" group="Properties">
<arg nullable="True" type="string" var="$body.properties.devCenterId" options="dev-center-id" hide="True" group="Properties">
<help short="Resource ID of an associated dev center."/>
</arg>
<arg nullable="True" type="integer32" var="$body.properties.maxDevBoxesPerUser" options="max-dev-boxes-per-user" group="Properties">
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<arg type="string" var="$body.properties.networkConnectionName" options="network-connection-name c" group="Properties">
<help short="Name of a network connection in parent project of this pool."/>
</arg>
<arg type="object" var="$body.properties.stopOnDisconnect" options="stop-on-disconnect" group="Properties">
<arg type="object" var="$body.properties.stopOnDisconnect" options="stop-on-disconnect" hide="True" group="Properties">
<help short="Stop on disconnect configuration settings for dev boxes created in this pool."/>
<arg type="integer32" var="$body.properties.stopOnDisconnect.gracePeriodMinutes" options="grace-period-minutes" group="">
<help short="The specified time in minutes to wait before stopping a dev box once disconnect is detected."/>
Expand Down Expand Up @@ -466,7 +466,7 @@
<arg type="string" var="$body.properties.networkConnectionName" options="network-connection-name c" group="Properties">
<help short="Name of a network connection in parent project of this pool."/>
</arg>
<arg nullable="True" type="object" var="$body.properties.stopOnDisconnect" options="stop-on-disconnect" group="Properties">
<arg nullable="True" type="object" var="$body.properties.stopOnDisconnect" options="stop-on-disconnect" hide="True" group="Properties">
<help short="Stop on disconnect configuration settings for dev boxes created in this pool."/>
<arg nullable="True" type="integer32" var="$body.properties.stopOnDisconnect.gracePeriodMinutes" options="grace-period-minutes" group="">
<help short="The specified time in minutes to wait before stopping a dev box once disconnect is detected."/>
Expand Down

0 comments on commit 29f9754

Please sign in to comment.