Skip to content

Commit

Permalink
Merge branch 'Azure:main' into workloadsapi20240901
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskisin authored Aug 22, 2024
2 parents 5395282 + ba268c5 commit 1885dbc
Show file tree
Hide file tree
Showing 89 changed files with 12,714 additions and 7 deletions.
2 changes: 1 addition & 1 deletion specification/ai/Face/models.detect.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using TypeSpec.Rest;
namespace Face;

alias FaceDetectionOptions = {
@doc("The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'.")
@doc("The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'. 'detection_03' is recommended since its accuracy is improved on smaller faces (64x64 pixels) and rotated face orientations.")
@query
detectionModel?: DetectionModel = "detection_01";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "detectionModel",
"in": "query",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'.",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'. 'detection_03' is recommended since its accuracy is improved on smaller faces (64x64 pixels) and rotated face orientations.",
"required": false,
"type": "string",
"default": "detection_01",
Expand Down Expand Up @@ -4947,7 +4947,7 @@
{
"name": "detectionModel",
"in": "query",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'.",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'. 'detection_03' is recommended since its accuracy is improved on smaller faces (64x64 pixels) and rotated face orientations.",
"required": false,
"type": "string",
"default": "detection_01",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "detectionModel",
"in": "query",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'.",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'. 'detection_03' is recommended since its accuracy is improved on smaller faces (64x64 pixels) and rotated face orientations.",
"required": false,
"type": "string",
"default": "detection_01",
Expand Down Expand Up @@ -4991,7 +4991,7 @@
{
"name": "detectionModel",
"in": "query",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'.",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'. 'detection_03' is recommended since its accuracy is improved on smaller faces (64x64 pixels) and rotated face orientations.",
"required": false,
"type": "string",
"default": "detection_01",
Expand Down Expand Up @@ -5245,7 +5245,7 @@
{
"name": "detectionModel",
"in": "query",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'.",
"description": "The 'detectionModel' associated with the detected faceIds. Supported 'detectionModel' values include 'detection_01', 'detection_02' and 'detection_03'. The default value is 'detection_01'. 'detection_03' is recommended since its accuracy is improved on smaller faces (64x64 pixels) and rotated face orientations.",
"required": false,
"type": "string",
"default": "detection_01",
Expand Down
2 changes: 2 additions & 0 deletions specification/appconfiguration/AppConfiguration/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ using AzureAppConfiguration;
namespace SdkCustomizations;

@@clientName(Error, "AppConfigError", "python");
@@clientName(KeyValueFields, "ConfigurationSettingFields", "python");
@@clientName(CompositionType, "SnapshotComposition", "python");
@@access(putKeyValue, Access.internal, "python");
@@access(updateSnapshot, Access.internal, "python");
Loading

0 comments on commit 1885dbc

Please sign in to comment.