Skip to content

Commit

Permalink
Fix add x-ms-enum (#18406)
Browse files Browse the repository at this point in the history
* Fix add x-ms-enum

* Fix unrelated test add required type
  • Loading branch information
Frey-Wang authored Mar 25, 2022
1 parent 6121842 commit c277c1b
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6756,7 +6756,11 @@
"description": "Data flow reference type.",
"enum": [
"DataFlowReference"
]
],
"x-ms-enum": {
"name": "DataFlowReferenceType",
"modelAsString": true
}
},
"referenceName": {
"type": "string",
Expand Down Expand Up @@ -6844,7 +6848,11 @@
"description": "Managed Virtual Network reference type.",
"enum": [
"ManagedVirtualNetworkReference"
]
],
"x-ms-enum": {
"name": "ManagedVirtualNetworkReferenceType",
"modelAsString": true
}
},
"referenceName": {
"type": "string",
Expand Down Expand Up @@ -7043,7 +7051,11 @@
"description": "Credential reference type.",
"enum": [
"CredentialReference"
]
],
"x-ms-enum": {
"name": "CredentialReferenceType",
"modelAsString": true
}
},
"referenceName": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,11 @@
"type": "string",
"enum": [
"TriggerReference"
]
],
"x-ms-enum": {
"name": "TriggerReferenceType",
"modelAsString": true
}
},
"referenceName": {
"description": "Reference trigger name.",
Expand Down
Loading

0 comments on commit c277c1b

Please sign in to comment.