Skip to content

Commit

Permalink
Update networkcloud 2024-07-01 model for Python3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Pankiewicz committed Oct 30, 2024
1 parent 2e3e06d commit de98169
Show file tree
Hide file tree
Showing 1,137 changed files with 199 additions and 81 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<item type="object" cls="EgressEndpoint_read">
<prop type="string" name="category" required="True"/>
<prop type="array<object>" name="endpoints" required="True">
<format minLength="1"/>
<item type="object">
<prop type="string" name="domainName" required="True"/>
<prop type="integer64" name="port">
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<prop type="object" name="properties" required="True" clientFlatten="True">
<prop type="object" name="aadConfiguration">
<prop type="array<string>" name="adminGroupObjectIds" required="True">
<format minLength="1"/>
<item type="string"/>
</prop>
</prop>
Expand Down Expand Up @@ -127,6 +128,7 @@
</item>
</prop>
<prop type="array<object>" name="initialAgentPoolConfigurations" required="True" identifiers="name">
<format minLength="1"/>
<item type="object">
<prop type="object" name="administratorConfiguration">
<prop type="string" name="adminUsername"/>
Expand Down Expand Up @@ -516,6 +518,7 @@
<prop type="object" name="properties" required="True" clientFlatten="True">
<prop type="object" name="aadConfiguration">
<prop type="array<string>" name="adminGroupObjectIds" required="True">
<format minLength="1"/>
<item type="string"/>
</prop>
</prop>
Expand Down Expand Up @@ -580,6 +583,7 @@
</item>
</prop>
<prop type="array<object>" name="initialAgentPoolConfigurations" required="True" identifiers="name">
<format minLength="1"/>
<item type="object">
<prop type="object" name="administratorConfiguration">
<prop type="string" name="adminUsername"/>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<format pattern="^[a-zA-Z0-9@._-]*$" maxLength="12"/>
</prop>
<prop type="array<string>" name="isolationDomainIds" required="True">
<format minLength="1"/>
<item type="string"/>
</prop>
<prop readOnly="True" type="string" name="provisioningState">
Expand All @@ -99,6 +100,7 @@
<item type="string"/>
</prop>
<prop type="array<integer64>" name="vlans" required="True">
<format minLength="1"/>
<item type="integer64"/>
</prop>
</prop>
Expand Down Expand Up @@ -202,6 +204,7 @@
<format pattern="^[a-zA-Z0-9@._-]*$" maxLength="12"/>
</prop>
<prop type="array<string>" name="isolationDomainIds" required="True">
<format minLength="1"/>
<item type="string"/>
</prop>
<prop readOnly="True" type="string" name="provisioningState">
Expand All @@ -217,6 +220,7 @@
<item type="string"/>
</prop>
<prop type="array<integer64>" name="vlans" required="True">
<format minLength="1"/>
<item type="integer64"/>
</prop>
</prop>
Expand Down
Loading

0 comments on commit de98169

Please sign in to comment.