Skip to content

Commit

Permalink
Add x-ms-identifiers for dataprotection (#17817)
Browse files Browse the repository at this point in the history
  • Loading branch information
yantang-msft authored Feb 16, 2022
1 parent 72808f0 commit a67988c
Showing 1 changed file with 50 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3053,7 +3053,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/RestorableTimeRange"
}
},
"x-ms-identifiers": []
},
"objectType": {
"type": "string"
Expand Down Expand Up @@ -3126,7 +3127,8 @@
"$ref": "#/definitions/UserFacingError"
},
"readOnly": true,
"type": "array"
"type": "array",
"x-ms-identifiers": []
},
"extendedInfo": {
"$ref": "#/definitions/JobExtendedInfo",
Expand Down Expand Up @@ -3518,7 +3520,8 @@
"items": {
"$ref": "#/definitions/SourceLifeCycle"
},
"type": "array"
"type": "array",
"x-ms-identifiers": []
}
},
"required": [
Expand Down Expand Up @@ -3679,7 +3682,10 @@
"items": {
"$ref": "#/definitions/BasePolicyRule"
},
"type": "array"
"type": "array",
"x-ms-identifiers": [
"name"
]
}
},
"required": [
Expand Down Expand Up @@ -3761,7 +3767,8 @@
"items": {
"$ref": "#/definitions/StorageSetting"
},
"type": "array"
"type": "array",
"x-ms-identifiers": []
}
},
"required": [
Expand Down Expand Up @@ -3977,7 +3984,10 @@
"items": {
"$ref": "#/definitions/ClientDiscoveryForLogSpecification"
},
"type": "array"
"type": "array",
"x-ms-identifiers": [
"name"
]
}
},
"title": "ClientDiscoveryForServiceSpecification",
Expand All @@ -3995,7 +4005,10 @@
"items": {
"$ref": "#/definitions/ClientDiscoveryValueForSingleApi"
},
"type": "array"
"type": "array",
"x-ms-identifiers": [
"name"
]
}
},
"title": "ClientDiscoveryResponse",
Expand Down Expand Up @@ -4505,7 +4518,8 @@
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"readOnly": true,
"type": "array"
"type": "array",
"x-ms-identifiers": []
},
"code": {
"description": "The error code.",
Expand All @@ -4518,7 +4532,8 @@
"$ref": "#/definitions/Error"
},
"readOnly": true,
"type": "array"
"type": "array",
"x-ms-identifiers": []
},
"message": {
"description": "The error message.",
Expand Down Expand Up @@ -4643,7 +4658,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/SupportedFeature"
}
},
"x-ms-identifiers": [
"featureName"
]
}
},
"x-ms-discriminator-value": "FeatureValidationResponse"
Expand Down Expand Up @@ -4732,7 +4750,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/ItemLevelRestoreCriteria"
}
},
"x-ms-identifiers": []
},
"datasourceInfo": {
"$ref": "#/definitions/Datasource",
Expand Down Expand Up @@ -4786,7 +4805,10 @@
"$ref": "#/definitions/JobSubTask"
},
"readOnly": true,
"type": "array"
"type": "array",
"x-ms-identifiers": [
"taskId"
]
},
"targetRecoverPoint": {
"$ref": "#/definitions/RestoreJobRecoveryPointDetails",
Expand Down Expand Up @@ -4952,7 +4974,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/DataStoreParameters"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -5257,7 +5280,10 @@
"items": {
"$ref": "#/definitions/Day"
},
"type": "array"
"type": "array",
"x-ms-identifiers": [
"date"
]
},
"daysOfTheWeek": {
"description": "It should be Sunday/Monday/T..../Saturday",
Expand Down Expand Up @@ -5355,7 +5381,8 @@
"items": {
"$ref": "#/definitions/TaggingCriteria"
},
"type": "array"
"type": "array",
"x-ms-identifiers": []
}
},
"required": [
Expand Down Expand Up @@ -5424,7 +5451,8 @@
"items": {
"$ref": "#/definitions/TargetCopySetting"
},
"type": "array"
"type": "array",
"x-ms-identifiers": []
}
},
"required": [
Expand Down Expand Up @@ -5507,7 +5535,8 @@
"items": {
"$ref": "#/definitions/BackupCriteria"
},
"type": "array"
"type": "array",
"x-ms-identifiers": []
},
"isDefault": {
"description": "Specifies if tag is default.",
Expand Down Expand Up @@ -5623,7 +5652,8 @@
"items": {
"$ref": "#/definitions/UserFacingError"
},
"type": "array"
"type": "array",
"x-ms-identifiers": []
},
"innerError": {
"$ref": "#/definitions/InnerError",
Expand Down Expand Up @@ -5718,7 +5748,8 @@
"items": {
"$ref": "#/definitions/ResourceGuardOperation"
},
"readOnly": true
"readOnly": true,
"x-ms-identifiers": []
},
"vaultCriticalOperationExclusionList": {
"description": "List of critical operations which are not protected by this resourceGuard",
Expand Down

0 comments on commit a67988c

Please sign in to comment.