Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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 @@ -778,7 +778,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the certificate."
"description": "The version of the certificate. This URI fragment is optional. If not specified, the latest version of the certificate is returned."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "Adding the version parameter retrieves a specific version of a key."
"description": "Adding the version parameter retrieves a specific version of a key. This URI fragment is optional. If not specified, the latest version of the key is returned."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the secret."
"description": "The version of the secret. This URI fragment is optional. If not specified, the latest version of the secret is returned."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the certificate."
"description": "The version of the certificate. This URI fragment is optional. If not specified, the latest version of the certificate is returned."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "Adding the version parameter retrieves a specific version of a key."
"description": "Adding the version parameter retrieves a specific version of a key. This URI fragment is optional. If not specified, the latest version of the key is returned."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the secret."
"description": "The version of the secret. This URI fragment is optional. If not specified, the latest version of the secret is returned."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@
{
"name": "key-version",
"in": "path",
"required": false,
"required": true,
"type": "string",
"description": "Adding the version parameter retrieves a specific version of a key."
"description": "Adding the version parameter retrieves a specific version of a key. This URI fragment is optional. If not specified, the latest version of the key is returned."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1141,7 +1141,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the secret."
"description": "The version of the secret. This URI fragment is optional. If not specified, the latest version of the secret is returned."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -2270,7 +2270,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the certificate."
"description": "The version of the certificate. This URI fragment is optional. If not specified, the latest version of the certificate is returned."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down