Skip to content

Commit

Permalink
Merge pull request #2 from hjhhh3000vitae/privaterp-apiversion
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
laxmankumar12 authored Aug 26, 2021
2 parents 1d0f587 + 011176c commit 1571eee
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "ProviderHub",
"description": "Microsoft ProviderHub",
"version": "2021-06-01-preview",
"version": "2021-09-01-preview",
"x-ms-code-generation-settings": {
"name": "ProviderHubClient"
}
Expand Down Expand Up @@ -880,6 +880,9 @@
"x-ms-examples": {
"ProviderRegistrations_Get": {
"$ref": "./examples/ProviderRegistrations_Get.json"
},
"ProviderRegistrations_PrivateResourceProvider_Get": {
"$ref": "./examples/ProviderRegistrations_PrivateResourceProvider_Get.json"
}
},
"responses": {
Expand Down Expand Up @@ -929,6 +932,9 @@
"x-ms-examples": {
"ProviderRegistrations_CreateOrUpdate": {
"$ref": "./examples/ProviderRegistrations_CreateOrUpdate.json"
},
"ProviderRegistrations_PrivateResourceProvider_CreateOrUpdate": {
"$ref": "./examples/ProviderRegistrations_PrivateResourceProvider_CreateOrUpdate.json"
}
},
"responses": {
Expand Down

0 comments on commit 1571eee

Please sign in to comment.