Skip to content

Commit

Permalink
fix case sensitive naming (#25764)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirby017 authored and jnlycklama committed Nov 8, 2023
1 parent 1cf6bc8 commit 5fde138
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"tags": [
"licenses"
],
"operationId": "licenses_ListByResourceGroup",
"operationId": "Licenses_ListByResourceGroup",
"description": "The operation to get all licenses of a non-Azure machine",
"parameters": [
{
Expand Down Expand Up @@ -310,7 +310,7 @@
"tags": [
"licenses"
],
"operationId": "licenses_ListBySubscription",
"operationId": "Licenses_ListBySubscription",
"description": "The operation to get all licenses of a non-Azure machine",
"parameters": [
{
Expand Down

0 comments on commit 5fde138

Please sign in to comment.