Skip to content

Commit d6da644

Browse files
committed
removed examples for legacy attributes to be consistent throughout
1 parent 1070a62 commit d6da644

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/active-directory/develop/reference-app-manifest.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,6 @@ The display name for the app.
156156
> [!NOTE]
157157
> This attribute is available only in the **App registrations (Legacy)** experience. Replaced by `name` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
158158
159-
Example:
160-
161-
```json
162-
"displayName": "MyRegisteredApp",
163-
```
164-
165159
### errorUrl attribute
166160

167161
| Key | Value type |
@@ -199,8 +193,6 @@ The URL to the application's homepage.
199193
> [!NOTE]
200194
> This attribute is available only in the **App registrations (Legacy)** experience. Replaced by `signInUrl` in the [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) experience.
201195
202-
Example: `"https://MyRegisteredApp"`
203-
204196
### objectId attribute
205197

206198
| Key | Value type |

0 commit comments

Comments
 (0)