Skip to content

Commit b45b385

Browse files
authored
Update about-keys-secrets-certificates.md
1 parent 870515a commit b45b385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/about-keys-secrets-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Refer to the JOSE specifications for relevant data types for keys, encryption, a
6868

6969
Objects stored in Key Vault are versioned whenever a new instance of an object is created. Each version is assigned a unique identifier and URL. When an object is first created, it's given a unique version identifier and marked as the current version of the object. Creation of a new instance with the same object name gives the new object a unique version identifier, causing it to become the current version.
7070

71-
Objects in Key Vault can be addressed by specifying a version or by omitting version for operations on current version of the object. For example, given a Key with the name `MasterKey`, performing operations without specifying a version causes the system to use the latest available version. Performing operations with the version-specific identifier causes the system to use that specific version of the object.
71+
Objects in Key Vault can be retrived by specifying a version or by omitting version to get latest version of the object. Performing operations on objects requires providing version to use specific version of the object.
7272

7373
> [!NOTE]
7474
> The values you provide for Azure resource or object IDs may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.

0 commit comments

Comments
 (0)