Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2966,7 +2966,7 @@
},
"x-ms-or": {
"type": "string",
"x-ms-client-name": "ObjectReplicationRuleStatus",
"x-ms-client-name": "ObjectReplicationRules",
"x-ms-header-collection-prefix": "x-ms-or-",
"description": "Optional. Only valid when Object Replication is enabled for the storage container and on the source blob of the replication. When retrieving this header, it will return the header with the policy id and rule id (e.g. x-ms-or-policyid_ruleid), and the value will be the status of the replication (e.g. complete, failed)."
},
Expand Down Expand Up @@ -3204,7 +3204,7 @@
},
"x-ms-or": {
"type": "string",
"x-ms-client-name": "ObjectReplicationRuleStatus",
"x-ms-client-name": "ObjectReplicationRules",
"x-ms-header-collection-prefix": "x-ms-or-",
"description": "Optional. Only valid when Object Replication is enabled for the storage container and on the source blob of the replication. When retrieving this header, it will return the header with the policy id and rule id (e.g. x-ms-or-policyid_ruleid), and the value will be the status of the replication (e.g. complete, failed)."
},
Expand Down Expand Up @@ -3511,7 +3511,7 @@
},
"x-ms-or": {
"type": "string",
"x-ms-client-name": "ObjectReplicationRuleStatus",
"x-ms-client-name": "ObjectReplicationRules",
"x-ms-header-collection-prefix": "x-ms-or-",
"description": "Optional. Only valid when Object Replication is enabled for the storage container and on the source blob of the replication. When retrieving this header, it will return the header with the policy id and rule id (e.g. x-ms-or-policyid_ruleid), and the value will be the status of the replication (e.g. complete, failed)."
},
Expand Down Expand Up @@ -9423,8 +9423,8 @@
"ObjectReplicationPolicyId": {
"type": "string"
},
"ObjectReplicationRuleStatus": {
"$ref": "#/definitions/BlobObjectReplicationRuleStatus"
"ObjectReplicationRules": {
"$ref": "#/definitions/BlobObjectReplicationRules"
}
}
},
Expand Down Expand Up @@ -10310,10 +10310,10 @@
"type": "string"
}
},
"BlobObjectReplicationRuleStatus": {
"BlobObjectReplicationRules": {
"type": "object",
"xml": {
"name": "BlobObjectReplicationRuleStatus"
"name": "BlobObjectReplicationRules"
},
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -11500,9 +11500,9 @@
"x-ms-parameter-location": "method",
"description": "Optional. Only valid when Object Replication is enabled for the storage container and on the destination blob of the replication."
},
"ObjectReplicationRuleStatus": {
"ObjectReplicationRules": {
"name": "x-ms-or",
"x-ms-client-name": "ObjectReplicationRuleStatus",
"x-ms-client-name": "ObjectReplicationRules",
"in": "header",
"required": false,
"type": "string",
Expand Down