Skip to content

Commit

Permalink
Update properties definition and add defaults for public docs in ARM (#…
Browse files Browse the repository at this point in the history
…31373)

* update properties definition and add defaults for public docs in ARM

* update properties definition and add defaults for public docs in ARM

---------

Co-authored-by: Paula Ledgerwood <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent 83fd346 commit 1982dfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17692,7 +17692,7 @@
"type": "object",
"properties": {
"authMode": {
"description": "[Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.",
"description": "[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.",
"$ref": "#/definitions/EndpointAuthMode"
},
"description": {
Expand Down Expand Up @@ -23126,7 +23126,8 @@
"$ref": "#/definitions/EndpointComputeType"
},
"instanceType": {
"description": "Compute instance type.",
"description": "Compute instance type. Default: Standard_F4s_v2.",
"default": "Standard_F4s_v2",
"type": "string",
"x-ms-mutability": [
"create",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15485,7 +15485,7 @@
"type": "object",
"properties": {
"authMode": {
"description": "[Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.",
"description": "[Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.",
"$ref": "#/definitions/EndpointAuthMode"
},
"description": {
Expand Down Expand Up @@ -20388,7 +20388,8 @@
"$ref": "#/definitions/EndpointComputeType"
},
"instanceType": {
"description": "Compute instance type.",
"description": "Compute instance type. Default: Standard_F4s_v2.",
"default": "Standard_F4s_v2",
"type": "string",
"x-ms-mutability": [
"create",
Expand Down

0 comments on commit 1982dfc

Please sign in to comment.