From f030f139b5b4994deabf42c60b31334817cc02dd Mon Sep 17 00:00:00 2001 From: Alva Bandy Date: Mon, 3 Oct 2016 14:13:37 -0700 Subject: [PATCH] Added container name to match the interface container names. --- .../graphrbac/implementation/ServicePrincipalImpl.java | 2 +- .../graphrbac/implementation/ServicePrincipalsImpl.java | 2 +- .../azure/management/graphrbac/implementation/UserImpl.java | 2 +- .../azure/management/graphrbac/implementation/UsersImpl.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ServicePrincipalImpl.java b/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ServicePrincipalImpl.java index 90c2815e808a0..e2e7e57082564 100644 --- a/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ServicePrincipalImpl.java +++ b/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ServicePrincipalImpl.java @@ -16,7 +16,7 @@ /** * Implementation for ServicePrincipal and its parent interfaces. */ -@LangDefinition +@LangDefinition(ContainerName = "/Microsoft.Azure.Management.Fluent.Graph.RBAC") class ServicePrincipalImpl extends CreatableUpdatableImpl implements diff --git a/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ServicePrincipalsImpl.java b/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ServicePrincipalsImpl.java index 730be7cc4d674..b611fc17d25c0 100644 --- a/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ServicePrincipalsImpl.java +++ b/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ServicePrincipalsImpl.java @@ -24,7 +24,7 @@ /** * The implementation of ServicePrincipals and its parent interfaces. */ -@LangDefinition +@LangDefinition(ContainerName = "/Microsoft.Azure.Management.Fluent.Graph.RBAC") class ServicePrincipalsImpl extends CreatableWrappersImpl< ServicePrincipal, diff --git a/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/UserImpl.java b/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/UserImpl.java index 4b79aba7c7d8d..e1a1dc33978be 100644 --- a/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/UserImpl.java +++ b/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/UserImpl.java @@ -15,7 +15,7 @@ /** * Implementation for User and its parent interfaces. */ -@LangDefinition +@LangDefinition(ContainerName = "/Microsoft.Azure.Management.Fluent.Graph.RBAC") class UserImpl extends CreatableUpdatableImpl implements diff --git a/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/UsersImpl.java b/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/UsersImpl.java index e47bb252e4687..e91867a2fa66f 100644 --- a/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/UsersImpl.java +++ b/azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/UsersImpl.java @@ -20,7 +20,7 @@ /** * The implementation of Users and its parent interfaces. */ -@LangDefinition +@LangDefinition(ContainerName = "/Microsoft.Azure.Management.Fluent.Graph.RBAC") class UsersImpl extends CreatableWrappersImpl< User,