Skip to content

Commit

Permalink
make skillset count optional, and add it to 2020 GA Swagger (Azure#13990
Browse files Browse the repository at this point in the history
)

Co-authored-by: Austin Drefke <[email protected]>
  • Loading branch information
jadrefke and Austin Drefke authored Apr 16, 2021
1 parent af7a216 commit d95c18e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8654,8 +8654,7 @@
"indexersCount",
"dataSourcesCount",
"storageSize",
"synonymMaps",
"skillsetCount"
"synonymMaps"
],
"description": "Represents service-level resource counters and quotas."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9294,8 +9294,7 @@
"indexersCount",
"dataSourcesCount",
"storageSize",
"synonymMaps",
"skillsetCount"
"synonymMaps"
],
"description": "Represents service-level resource counters and quotas."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9168,6 +9168,11 @@
"x-ms-client-name": "synonymMapCounter",
"$ref": "#/definitions/ResourceCounter",
"description": "Total number of synonym maps."
},
"skillsetCount": {
"x-ms-client-name": "skillsetCounter",
"$ref": "#/definitions/ResourceCounter",
"description": "Total number of skillsets."
}
},
"required": [
Expand Down

0 comments on commit d95c18e

Please sign in to comment.