File tree Expand file tree Collapse file tree 2 files changed +96
-0
lines changed
specification/azurestack/resource-manager/Microsoft.AzureStack/stable Expand file tree Collapse file tree 2 files changed +96
-0
lines changed Original file line number Diff line number Diff line change 150150 }
151151 }
152152 },
153+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/listProducts" : {
154+ "post" : {
155+ "x-ms-examples" : {
156+ "Returns a list of products." : {
157+ "$ref" : " examples/Product/ListPost.json"
158+ }
159+ },
160+ "tags" : [
161+ " Product"
162+ ],
163+ "description" : " Returns a list of products." ,
164+ "operationId" : " Products_ListProducts" ,
165+ "parameters" : [
166+ {
167+ "$ref" : " AzureStack.json#/parameters/SubscriptionIdParameter"
168+ },
169+ {
170+ "$ref" : " AzureStack.json#/parameters/ResourceGroupNameParameter"
171+ },
172+ {
173+ "$ref" : " AzureStack.json#/parameters/RegistrationNameParameter"
174+ },
175+ {
176+ "$ref" : " #/parameters/ProductNameParameter"
177+ },
178+ {
179+ "$ref" : " #/parameters/DeviceConfigurationParameter"
180+ },
181+ {
182+ "$ref" : " AzureStack.json#/parameters/ApiVersionParameter"
183+ }
184+ ],
185+ "responses" : {
186+ "200" : {
187+ "description" : " OK" ,
188+ "schema" : {
189+ "$ref" : " #/definitions/ProductList"
190+ }
191+ },
192+ "default" : {
193+ "description" : " Error response describing why the operation failed." ,
194+ "schema" : {
195+ "$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
196+ }
197+ }
198+ }
199+ }
200+ },
153201 "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/getProducts" : {
154202 "post" : {
155203 "x-ms-examples" : {
Original file line number Diff line number Diff line change 150150 }
151151 }
152152 },
153+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/listProducts" : {
154+ "post" : {
155+ "x-ms-examples" : {
156+ "Returns a list of products." : {
157+ "$ref" : " examples/Product/ListPost.json"
158+ }
159+ },
160+ "tags" : [
161+ " Product"
162+ ],
163+ "description" : " Returns a list of products." ,
164+ "operationId" : " Products_ListProducts" ,
165+ "parameters" : [
166+ {
167+ "$ref" : " AzureStack.json#/parameters/SubscriptionIdParameter"
168+ },
169+ {
170+ "$ref" : " AzureStack.json#/parameters/ResourceGroupNameParameter"
171+ },
172+ {
173+ "$ref" : " AzureStack.json#/parameters/RegistrationNameParameter"
174+ },
175+ {
176+ "$ref" : " #/parameters/ProductNameParameter"
177+ },
178+ {
179+ "$ref" : " #/parameters/DeviceConfigurationParameter"
180+ },
181+ {
182+ "$ref" : " AzureStack.json#/parameters/ApiVersionParameter"
183+ }
184+ ],
185+ "responses" : {
186+ "200" : {
187+ "description" : " OK" ,
188+ "schema" : {
189+ "$ref" : " #/definitions/ProductList"
190+ }
191+ },
192+ "default" : {
193+ "description" : " Error response describing why the operation failed." ,
194+ "schema" : {
195+ "$ref" : " AzureStack.json#/definitions/ErrorResponse"
196+ }
197+ }
198+ }
199+ }
200+ },
153201 "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/getProducts" : {
154202 "post" : {
155203 "x-ms-examples" : {
You can’t perform that action at this time.
0 commit comments