Skip to content

Commit

Permalink
updating swagger files for enum name changes (#24742)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahanandire authored Aug 11, 2023
1 parent c280779 commit 84dfcd3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"current"
],
"x-ms-enum": {
"name": "WritableSensitivityLabelSource",
"name": "CurrentSensitivityLabelSource",
"modelAsString": false
}
},
Expand Down Expand Up @@ -463,7 +463,7 @@
"current"
],
"x-ms-enum": {
"name": "WritableSensitivityLabelSource",
"name": "CurrentSensitivityLabelSource",
"modelAsString": false
}
},
Expand Down Expand Up @@ -540,7 +540,7 @@
"recommended"
],
"x-ms-enum": {
"name": "SensitivityLabelSource",
"name": "RecommendedSensitivityLabelSource",
"modelAsString": false
}
},
Expand Down Expand Up @@ -617,7 +617,7 @@
"recommended"
],
"x-ms-enum": {
"name": "SensitivityLabelSource",
"name": "RecommendedSensitivityLabelSource",
"modelAsString": false
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"current"
],
"x-ms-enum": {
"name": "WritableSensitivityLabelSource",
"name": "CurrentSensitivityLabelSource",
"modelAsString": false
}
},
Expand Down Expand Up @@ -451,7 +451,7 @@
"current"
],
"x-ms-enum": {
"name": "WritableSensitivityLabelSource",
"name": "CurrentSensitivityLabelSource",
"modelAsString": false
}
},
Expand Down Expand Up @@ -524,7 +524,7 @@
"recommended"
],
"x-ms-enum": {
"name": "SensitivityLabelSource",
"name": "RecommendedSensitivityLabelSource",
"modelAsString": false
}
},
Expand Down Expand Up @@ -597,7 +597,7 @@
"recommended"
],
"x-ms-enum": {
"name": "SensitivityLabelSource",
"name": "RecommendedSensitivityLabelSource",
"modelAsString": false
}
},
Expand Down

0 comments on commit 84dfcd3

Please sign in to comment.