File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Products are associations of one or more APIs. You can include many APIs and off
149149
150150 ``` azurecli
151151 az apim product api add --resource-group apim-hello-word-resource-group \
152- --api-id demo-conference -api --product-id contoso-product \
152+ --api-id petstore -api --product-id contoso-product \
153153 --service-name apim-hello-world
154154 ```
155155
@@ -164,7 +164,7 @@ You can remove an API from a product by using the [az apim product api delete](/
164164
165165``` azurecli
166166az apim product api delete --resource-group apim-hello-word-resource-group \
167- --api-id demo-conference -api --product-id contoso-product \
167+ --api-id petstore -api --product-id contoso-product \
168168 --service-name apim-hello-world
169169```
170170
@@ -291,4 +291,4 @@ az apim show --<apim_service_name> --<resource_group_name>
291291> [ !div class="nextstepaction"]
292292> [ Create blank API and mock API responses] ( mock-api-responses.md ) .
293293
294- ::: zone-end
294+ ::: zone-end
You can’t perform that action at this time.
0 commit comments