Skip to content

Commit

Permalink
Fixed issue Azure#9593 (Azure#13262)
Browse files Browse the repository at this point in the history
* Fixed issue Azure#9593

* Removed redundant PrivateEndpointConnectionProperties attribute
  • Loading branch information
LarryOsterman authored and mkarmark committed Jul 20, 2021
1 parent c4ea175 commit c65eb43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@
},
"AttestationProvider": {
"description": "Attestation service response message.",
"required": [
"properties"
],
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,6 @@
},
"AttestationProvider": {
"description": "Attestation service response message.",
"required": [
"properties"
],
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
Expand Down Expand Up @@ -807,15 +804,6 @@
"$ref": "../../../../../common-types/rfcs/rfc7517.json#/definitions/JSONWebKeySet"
}
}
},
"PrivateEndpointConnectionProperties": {
"properties": {
"provisioningState": {
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateEndpointConnectionProvisioningState",
"description": "Provisioning state of the private endpoint connection."
}
},
"description": "Properties of the private endpoint connection resource."
}
},
"parameters": {
Expand Down

0 comments on commit c65eb43

Please sign in to comment.