Skip to content

Commit eb8dda0

Browse files
authored
Merge pull request #114620 from jlichwa/patch-17
Update about-keys-secrets-certificates.md
2 parents 169882b + 681aa52 commit eb8dda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Refer to the JOSE specifications for relevant data types for keys, encryption, a
4242

4343
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.
4444

45-
Objects in Key Vault can be addressed using the current identifier or a version-specific identifier. For example, given a Key with the name `MasterKey`, performing operations with the current identifier 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.
45+
Objects in Key Vault can be addressed by specifing 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 specifing 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.
4646

4747
Objects are uniquely identified within Key Vault using a URL. No two objects in the system have the same URL, regardless of geo-location. The complete URL to an object is called the Object Identifier. The URL consists of a prefix that identifies the Key Vault, object type, user provided Object Name, and an Object Version. The Object Name is case-insensitive and immutable. Identifiers that don't include the Object Version are referred to as Base Identifiers.
4848

@@ -67,4 +67,4 @@ Where:
6767
- [About secrets](../secrets/about-secrets.md)
6868
- [About certificates](../certificates/about-certificates.md)
6969
- [Authentication, requests, and responses](../general/authentication-requests-and-responses.md)
70-
- [Key Vault Developer's Guide](../general/developers-guide.md)
70+
- [Key Vault Developer's Guide](../general/developers-guide.md)

0 commit comments

Comments
 (0)