Skip to content

Commit

Permalink
Added container name to match the interface container names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alva Bandy committed Oct 3, 2016
1 parent 669608f commit f030f13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Implementation for ServicePrincipal and its parent interfaces.
*/
@LangDefinition
@LangDefinition(ContainerName = "/Microsoft.Azure.Management.Fluent.Graph.RBAC")
class ServicePrincipalImpl
extends CreatableUpdatableImpl<ServicePrincipal, ServicePrincipalInner, ServicePrincipalImpl>
implements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Implementation for User and its parent interfaces.
*/
@LangDefinition
@LangDefinition(ContainerName = "/Microsoft.Azure.Management.Fluent.Graph.RBAC")
class UserImpl
extends CreatableUpdatableImpl<User, UserInner, UserImpl>
implements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f030f13

Please sign in to comment.