Skip to content

Commit 69d769a

Browse files
Merge pull request MicrosoftDocs#5685 from MicrosoftDocs/main638907111530322469sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b22e139 + dbe03ce commit 69d769a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hub/apps/publish/publish-your-app/msi/create-app-submission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Items that you are required to provide or specify are noted below. Some areas ar
8181
| **Language** | **Required** | At least one language is required |
8282
| **Architecture** | **Required** | |
8383
| **Installer parameters** | **Required** | Support for silent install is required. Other parameters are optional |
84-
| **App type** | **Requited** | Specify between EXE and MSI |
84+
| **App type** | **Required** | Specify between EXE and MSI |
8585
| **Installer handling URL** | **Not Required** | |
8686

8787
## Store listings page

hub/apps/publish/store-submission-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To register your app:
6363

6464
Before you call any of the methods in the Microsoft Store submission API for MSI or EXE app, you must first obtain an Azure AD access token that you pass to the Authorization header of each method in the API. After you obtain an access token, you have 60 minutes to use it before it expires. After the token expires, you can refresh the token so you can continue to use it in further calls to the API.
6565

66-
To obtain the access token, follow the instructions in [Service to Service Calls Using Client Credentials]/azure/active-directory/azuread-dev/v1-oauth2-client-creds-grant-flow) to send an HTTP POST to the https://login.microsoftonline.com/<tenant_id>/oauth2/token endpoint. Here is a sample request.
66+
To obtain the access token, follow the instructions in [Service to Service Calls Using Client Credentials](/azure/active-directory/azuread-dev/v1-oauth2-client-creds-grant-flow) to send an HTTP POST to the https://login.microsoftonline.com/<tenant_id>/oauth2/token endpoint. Here is a sample request.
6767

6868
```json
6969
POST https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/token HTTP/1.1

0 commit comments

Comments
 (0)