Skip to content

Commit e7dd7c5

Browse files
committed
updates author metadata
1 parent ad91e9c commit e7dd7c5

7 files changed

+22
-22
lines changed

articles/azure-resource-manager/managed-applications/concepts-custom-role-definition.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Overview of custom role definitions
3-
description: Describes the concept of creating custom role definitions for managed applications.
3+
description: Describes the concept of creating custom role definitions for managed applications.
44
ms.topic: conceptual
5-
ms.author: jobreen
6-
author: jjbfour
5+
ms.author: davidsmatlak
6+
author: davidsmatlak
77
ms.date: 09/16/2019
88
---
99

@@ -61,4 +61,4 @@ A role is composed of either a `$.properties.roleName` or an `id`:
6161
|Property|Required?|Description|
6262
|---------|---------|---------|
6363
|id|Yes|The ID of the built-in role. You can use the full ID or just the GUID.|
64-
|roleName|Yes|The name of the built-in role.|
64+
|roleName|Yes|The name of the built-in role.|

articles/azure-resource-manager/managed-applications/concepts-view-definition.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Overview of view definition
3-
description: Describes the concept of creating view definition for Azure Managed Applications.
3+
description: Describes the concept of creating view definition for Azure Managed Applications.
44
ms.topic: conceptual
5-
ms.author: lazinnat
6-
author: lazinnat
5+
ms.author: davidsmatlak
6+
author: davidsmatlak
77
ms.date: 06/12/2019
88
---
99

@@ -261,7 +261,7 @@ Commands is an array of additional toolbar buttons that are displayed on page. E
261261

262262
You can define multiple views of this type. This view allows you to link existing resources to the managed application through the custom provider you defined in **mainTemplate.json**. For an introduction to custom providers, see [Azure Custom Providers Preview overview](../custom-providers/overview.md).
263263

264-
In this view you can extend existing Azure resources based on the `targetResourceType`. When a resource is selected, it will create an onboarding request to the **public** custom provider, which can apply a side effect to the resource.
264+
In this view you can extend existing Azure resources based on the `targetResourceType`. When a resource is selected, it will create an onboarding request to the **public** custom provider, which can apply a side effect to the resource.
265265

266266
```json
267267
{

articles/azure-resource-manager/managed-applications/publish-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Managed app with Managed Identity
33
description: Configure Managed Application with Managed Identity for linking to existing resources, managing Azure resources, and providing operational identity for Activity Log.
44
ms.topic: conceptual
5-
ms.author: jobreen
6-
author: jjbfour
5+
ms.author: davidsmatlak
6+
author: davidsmatlak
77
ms.date: 05/13/2019
88
ms.custom: subject-rbac-steps
99
---

articles/azure-resource-manager/managed-applications/reference-createuidefinition-artifact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: CreateUiDefinition artifact
33
description: Shows how to create the createUiDefinition artifact for an Azure Managed Application. The file is named createUiDefinition.json.
44
ms.topic: conceptual
5-
ms.author: lazinnat
6-
author: lazinnat
5+
ms.author: davidsmatlak
6+
author: davidsmatlak
77
ms.date: 07/11/2019
88
---
99

@@ -78,4 +78,4 @@ The following JSON shows an example of *createUiDefinition.json* file for Azure
7878

7979
- [Tutorial: Create managed application with custom actions and resources](tutorial-create-managed-app-with-custom-provider.md)
8080
- [Reference: Deployment template artifact](reference-main-template-artifact.md)
81-
- [Reference: View definition artifact](reference-view-definition-artifact.md)
81+
- [Reference: View definition artifact](reference-view-definition-artifact.md)

articles/azure-resource-manager/managed-applications/reference-main-template-artifact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Template artifact reference
33
description: Provides an example of the deployment template artifact for Azure Managed Applications.
44
ms.topic: conceptual
5-
ms.author: lazinnat
6-
author: lazinnat
5+
ms.author: davidsmatlak
6+
author: davidsmatlak
77
ms.date: 07/11/2019
88
---
99

@@ -186,4 +186,4 @@ The following JSON shows an example of *mainTemplate.json* file for Azure Manage
186186

187187
- [Tutorial: Create managed application with custom actions and resources](tutorial-create-managed-app-with-custom-provider.md)
188188
- [Reference: User interface elements artifact](reference-createuidefinition-artifact.md)
189-
- [Reference: View definition artifact](reference-view-definition-artifact.md)
189+
- [Reference: View definition artifact](reference-view-definition-artifact.md)

articles/azure-resource-manager/managed-applications/reference-view-definition-artifact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: View definition artifact reference
33
description: Provides an example of view definition artifact for Azure Managed Applications. The file name is viewDefinition.json.
44
ms.topic: conceptual
5-
ms.author: lazinnat
6-
author: lazinnat
5+
ms.author: davidsmatlak
6+
author: davidsmatlak
77
ms.date: 07/11/2019
88
---
99

@@ -84,4 +84,4 @@ The following JSON shows an example of *viewDefinition.json* file for Azure Mana
8484

8585
- [Tutorial: Create managed application with custom actions and resources](tutorial-create-managed-app-with-custom-provider.md)
8686
- [Reference: User interface elements artifact](reference-createuidefinition-artifact.md)
87-
- [Reference: Deployment template artifact](reference-main-template-artifact.md)
87+
- [Reference: Deployment template artifact](reference-main-template-artifact.md)

articles/azure-resource-manager/managed-applications/tutorial-create-managed-app-with-custom-provider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Tutorial - custom actions & resources
33
description: This tutorial describes how to create an Azure Managed Application with an Azure Custom Provider.
44
ms.topic: tutorial
5-
ms.author: lazinnat
6-
author: lazinnat
5+
ms.author: davidsmatlak
6+
author: davidsmatlak
77
ms.date: 06/20/2019
88
ms.custom: devx-track-azurecli, devx-track-azurepowershell
99
---
@@ -350,4 +350,4 @@ If you have questions about Azure Managed Applications, you can try asking on [S
350350

351351
To publish your managed application to the Azure Marketplace, see [Azure managed applications in the Marketplace](../../marketplace/azure-app-offer-setup.md).
352352

353-
Learn more about [Azure Custom Providers](../custom-providers/overview.md).
353+
Learn more about [Azure Custom Providers](../custom-providers/overview.md).

0 commit comments

Comments
 (0)