Skip to content

Commit

Permalink
Getting rid of redundant credential resources in dotnet sdk (#29093)
Browse files Browse the repository at this point in the history
Co-authored-by: Saurabh Chugh <[email protected]>
Co-authored-by: Heng Lu <[email protected]>
  • Loading branch information
3 people authored May 31, 2024
1 parent 9582151 commit bc06df2
Showing 1 changed file with 0 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7671,42 +7671,6 @@
"properties"
]
},
"ManagedIdentityCredentialResource": {
"description": "Credential resource type.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/CredentialResource"
}
],
"properties": {
"properties": {
"$ref": "./entityTypes/Credential.json#/definitions/ManagedIdentityCredential",
"description": "Managed Identity Credential properties."
}
},
"required": [
"properties"
]
},
"ServicePrincipalCredentialResource": {
"description": "Credential resource type.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/CredentialResource"
}
],
"properties": {
"properties": {
"$ref": "./entityTypes/Credential.json#/definitions/ServicePrincipalCredential",
"description": "Service Principal Credential properties."
}
},
"required": [
"properties"
]
},
"ManagedVirtualNetworkListResponse": {
"description": "A list of managed Virtual Network resources.",
"type": "object",
Expand Down

0 comments on commit bc06df2

Please sign in to comment.