Skip to content
Next Next commit
SDK team improvements
  • Loading branch information
Tricia Rosario committed May 9, 2024
commit 1855cadb6e29440a58d794c1180bd552a8de1066
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,6 @@
"type": "string",
"description": "Optional, specifies the maximum number of storage task assignment Ids to be included in the list response."
},
{
"name": "$filter",
"in": "query",
"type": "string",
"description": "Optional. When specified, it can be used to query using reporting properties."
},
{
"$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -326,18 +320,6 @@
{
"$ref": "./storage.json#/parameters/StorageAccountName"
},
{
"name": "$maxpagesize",
"in": "query",
"type": "string",
"description": "Optional, specifies the maximum number of storage task assignment instances to be included in the list response."
},
{
"name": "$filter",
"in": "query",
"type": "string",
"description": "Optional. When specified, it can be used to query using reporting properties."
},
{
"$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -386,18 +368,6 @@
{
"$ref": "#/parameters/StorageTaskAssignmentName"
},
{
"name": "$maxpagesize",
"in": "query",
"type": "string",
"description": "Optional, specifies the maximum number of storage task assignment instances to be included in the list response."
},
{
"name": "$filter",
"in": "query",
"type": "string",
"description": "Optional. When specified, it can be used to query using reporting properties."
},
{
"$ref": "../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -436,6 +406,9 @@
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/Resource"
}
],
"required": [
"properties"
],
"description": "The storage task assignment."
},
"StorageTaskAssignmentProperties": {
Expand Down Expand Up @@ -507,7 +480,6 @@
}
},
"required": [
"target",
"trigger"
],
"description": "Execution context of the storage task assignment."
Expand All @@ -530,9 +502,6 @@
"description": "List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor"
}
},
"required": [
"prefix"
],
"description": "Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task"
},
"ExecutionTrigger": {
Expand Down Expand Up @@ -675,7 +644,7 @@
"type": "object",
"properties": {
"target": {
"$ref": "#/definitions/ExecutionTargetUpdate",
"$ref": "#/definitions/ExecutionTarget",
"description": "Execution target of the storage task assignment"
},
"trigger": {
Expand All @@ -685,26 +654,6 @@
},
"description": "Execution context of the storage task assignment update."
},
"ExecutionTargetUpdate": {
"type": "object",
"properties": {
"prefix": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of object prefixes to be included for task execution"
},
"excludePrefix": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor"
}
},
"description": "Target helps provide filter parameters for the objects in the storage account and forms the execution context for the storage task"
},
"ExecutionTriggerUpdate": {
"type": "object",
"properties": {
Expand Down