Skip to content

Commit 47f966c

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into 304195
2 parents 2a40be0 + 5c1fdad commit 47f966c

File tree

557 files changed

+2844
-3797
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+2844
-3797
lines changed

.openpublishing.redirection.education.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"source_path_from_root": "/articles/education-hub/custom-tenant-set-up-classroom.md",
55
"redirect_url": "/articles/education-hub/about-education-hub.md",
66
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/education-hub/it-admin-allocate-credit.md",
10+
"redirect_url": "/articles/education-hub/about-education-hub.md",
11+
"redirect_document_id": false
712
}
813
]
914
}

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,6 +3125,11 @@
31253125
"redirect_url": "/azure/openshift/howto-byok",
31263126
"redirect_document_id": false
31273127
},
3128+
{
3129+
"source_path_from_root": "/articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-with-auto-redeploy.md",
3130+
"redirect_url": "/azure/openshift/index",
3131+
"redirect_document_id": false
3132+
},
31283133
{
31293134
"source_path_from_root": "/articles/openshift/quickstart-portal.md",
31303135
"redirect_url": "/azure/openshift/create-cluster",
@@ -4761,4 +4766,4 @@
47614766
"redirect_document_id": false
47624767
}
47634768
]
4764-
}
4769+
}

articles/api-management/api-management-howto-add-products.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In this tutorial, you learn how to:
5050
|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5151
| Display name | The name as you want it to be shown in the [developer portal](api-management-howto-developer-portal.md). |
5252
| Description | Provide information about the product such as its purpose, the APIs it provides access to, and other details. |
53-
| State | Select **Published** if you want to publish the product. Before the APIs in a product can be called, the product must be published. By default, new products are unpublished, and are visible only to the **Administrators** group. |
53+
| State | Select **Published** if you want to publish the product to the developer portal. Before the APIs in a product can be discovered by developers, the product must be published. By default, new products are unpublished. |
5454
| Requires subscription | Select if a user is required to subscribe to use the product (the product is *protected*) and a subscription key must be used to access the product's APIs. If a subscription isn't required (the product is *open*), a subscription key isn't required to access the product's APIs. See [Access to product APIs](#access-to-product-apis) later in this article. |
5555
| Requires approval | Select if you want an administrator to review and accept or reject subscription attempts to this product. If not selected, subscription attempts are auto-approved. |
5656
| Subscription count limit | Optionally limit the count of multiple simultaneous subscriptions. |
@@ -83,7 +83,7 @@ You can specify various values for your product:
8383
|-----------|-------------|
8484
| `--product-name` | The name as you want it to be shown in the [developer portal](api-management-howto-developer-portal.md). |
8585
| `--description` | Provide information about the product such as its purpose, the APIs it provides access to, and other details. |
86-
| `--state` | Select **published** if you want to publish the product. Before the APIs in a product can be called, the product must be published. By default, new products are unpublished, and are visible only to the **Administrators** group. |
86+
| `--state` | Select **published** if you want to publish the product to the developer portal. Before the APIs in a product can be discovered by developers, the product must be published. By default, new products are unpublished. |
8787
| `--subscription-required` | Select if a user is required to subscribe to use the product (the product is *protected*) or a subscription isn't required (the product is *open*). See [Access to product APIs](#access-to-product-apis) later in this article. |
8888
| `--approval-required` | Select if you want an administrator to review and accept or reject subscription attempts to this product. If not selected, subscription attempts are auto-approved. |
8989
| `--subscriptions-limit` | Optionally, limit the count of multiple simultaneous subscriptions.|

0 commit comments

Comments
 (0)