Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove entity id #21092

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -1331,11 +1331,6 @@
"type": "string",
"format": "base64url",
"description": "Thumbprint of the certificate."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this certificate."
}
},
"description": "The certificate item containing certificate metadata."
Expand Down Expand Up @@ -1401,11 +1396,6 @@
"type": "string"
},
"description": "Application specific metadata in the form of key-value pairs"
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this certificate."
}
},
"description": "A certificate bundle consists of a certificate (X509) plus its attributes."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"tags": {
"purpose": "unit test",
"test name ": "CreateGetDeleteKeyTest"
},
"entityId": "98802922-c3e8-4aa9-9216-28df27039b0d"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"created": 1493938289,
"updated": 1493938291
}
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"exp": 2208988799,
"created": 1482189534,
"updated": 1482189534
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
},
{
"id": "https://myvault.vault.azure.net/certificates/listVersionsCert01/7fcb3e9eb8bf43f3a6ff4b9c3740801d",
Expand All @@ -29,8 +28,7 @@
"exp": 2208988799,
"created": 1482189532,
"updated": 1482189532
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
],
"nextLink": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"exp": 2208988799,
"created": 1482188987,
"updated": 1482188987
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
},
{
"id": "https://myvault.vault.azure.net/certificates/listCert02",
Expand All @@ -28,8 +27,7 @@
"exp": 2208988799,
"created": 1482188988,
"updated": 1482188988
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
],
"nextLink": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"tags": {
"purpose": "unit test",
"test name ": "CreateGetDeleteKeyTest"
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"created": 1493937656,
"updated": 1493937656,
"recoveryLevel": "Recoverable+Purgeable"
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
],
"nextLink": "https://myvault.vault.azure.net:443/keys?api-version=7.2&$skiptoken=eyJOZXh0TWFya2VyIjoiMiE5NiFNREF3TURJM0lXdGxlUzlWVUVSQlZFVkxSVmxCVkZSU1NVSlZWRVZUVkVWVFZDRXdNREF3TWpnaE1qQXhOeTB3TlMwd05GUXdNVG94TVRveE5pNDNNekE0TnpReVdpRS0iLCJUYXJnZXRMb2NhdGlvbiI6MH0&maxresults=1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"created": 1493938410,
"updated": 1493938410,
"recoveryLevel": "Recoverable+Purgeable"
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"enabled": true,
"created": 1482189047,
"updated": 1482189047
},
"entityId": "d1b835e8-29b8-40d7-8bc8-9a0c629fc87a"
}
}
],
"nextLink": "https://myvault.vault.azure.net:443/secrets?api-version=7.2&$skiptoken=eyJOZXh0TWFya2VyIjoiMiE4OCFNREF3TURJeUlYTmxZM0psZEM5TVNWTlVVMFZEVWtWVVZFVlRWREVoTURBd01ESTRJVEl3TVRZdE1USXRNVGxVTWpNNk1UQTZORFV1T0RneE9ERXhNRm9oIiwiVGFyZ2V0TG9jYXRpb24iOjB9&maxresults=1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1519,11 +1519,6 @@
"$ref": "#/definitions/KeyReleasePolicy",
"x-nullable": true,
"description": "The policy rules under which the key can be exported."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this key."
}
},
"description": "A KeyBundle consisting of a WebKey plus its attributes."
Expand All @@ -1549,11 +1544,6 @@
"type": "boolean",
"readOnly": true,
"description": "True if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this key."
}
},
"description": "The key item containing key metadata."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,6 @@
"type": "boolean",
"readOnly": true,
"description": "True if the secret's lifetime is managed by key vault. If this is a secret backing a certificate, then managed will be true."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this secret."
}
},
"description": "A secret consisting of a value, id and its attributes."
Expand Down Expand Up @@ -643,11 +638,6 @@
"type": "boolean",
"readOnly": true,
"description": "True if the secret's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true."
},
"entityId": {
"type": "string",
"readOnly": true,
"description": "The system-generated ID for this secret."
}
},
"description": "The secret item containing secret metadata."
Expand Down