Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR graphrbac/data-plane] Add graphrbac/data-plane/readme.typescript.md #2968

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 19 additions & 5 deletions profiles/latest/graphrbac/graphrbac/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const (
)

type BaseClient = original.BaseClient
type DeletedApplicationsClient = original.DeletedApplicationsClient
type DomainsClient = original.DomainsClient
type GroupsClient = original.GroupsClient
type ObjectType = original.ObjectType
Expand All @@ -47,27 +48,26 @@ const (
Member UserType = original.Member
)

type AADObject = original.AADObject
type AddOwnerParameters = original.AddOwnerParameters
type ADGroup = original.ADGroup
type Application = original.Application
type ApplicationAddOwnerParameters = original.ApplicationAddOwnerParameters
type ApplicationCreateParameters = original.ApplicationCreateParameters
type ApplicationListResult = original.ApplicationListResult
type ApplicationListResultIterator = original.ApplicationListResultIterator
type ApplicationListResultPage = original.ApplicationListResultPage
type ApplicationUpdateParameters = original.ApplicationUpdateParameters
type AppRole = original.AppRole
type CheckGroupMembershipParameters = original.CheckGroupMembershipParameters
type CheckGroupMembershipResult = original.CheckGroupMembershipResult
type BasicDirectoryObject = original.BasicDirectoryObject
type DirectoryObject = original.DirectoryObject
type DirectoryObjectListResult = original.DirectoryObjectListResult
type DirectoryObjectListResultIterator = original.DirectoryObjectListResultIterator
type DirectoryObjectListResultPage = original.DirectoryObjectListResultPage
type Domain = original.Domain
type DomainListResult = original.DomainListResult
type ErrorMessage = original.ErrorMessage
type GetObjectsParameters = original.GetObjectsParameters
type GetObjectsResult = original.GetObjectsResult
type GetObjectsResultIterator = original.GetObjectsResultIterator
type GetObjectsResultPage = original.GetObjectsResultPage
type GraphError = original.GraphError
type GroupAddMemberParameters = original.GroupAddMemberParameters
type GroupCreateParameters = original.GroupCreateParameters
Expand All @@ -92,6 +92,7 @@ type ServicePrincipalCreateParameters = original.ServicePrincipalCreateParameter
type ServicePrincipalListResult = original.ServicePrincipalListResult
type ServicePrincipalListResultIterator = original.ServicePrincipalListResultIterator
type ServicePrincipalListResultPage = original.ServicePrincipalListResultPage
type ServicePrincipalUpdateParameters = original.ServicePrincipalUpdateParameters
type SignInName = original.SignInName
type User = original.User
type UserBase = original.UserBase
Expand All @@ -105,6 +106,7 @@ type UserUpdateParameters = original.UserUpdateParameters
type OAuth2Client = original.OAuth2Client
type ObjectsClient = original.ObjectsClient
type ServicePrincipalsClient = original.ServicePrincipalsClient
type SignedInUserClient = original.SignedInUserClient
type UsersClient = original.UsersClient

func NewApplicationsClient(tenantID string) ApplicationsClient {
Expand All @@ -119,6 +121,12 @@ func New(tenantID string) BaseClient {
func NewWithBaseURI(baseURI string, tenantID string) BaseClient {
return original.NewWithBaseURI(baseURI, tenantID)
}
func NewDeletedApplicationsClient(tenantID string) DeletedApplicationsClient {
return original.NewDeletedApplicationsClient(tenantID)
}
func NewDeletedApplicationsClientWithBaseURI(baseURI string, tenantID string) DeletedApplicationsClient {
return original.NewDeletedApplicationsClientWithBaseURI(baseURI, tenantID)
}
func NewDomainsClient(tenantID string) DomainsClient {
return original.NewDomainsClient(tenantID)
}
Expand Down Expand Up @@ -155,6 +163,12 @@ func NewServicePrincipalsClient(tenantID string) ServicePrincipalsClient {
func NewServicePrincipalsClientWithBaseURI(baseURI string, tenantID string) ServicePrincipalsClient {
return original.NewServicePrincipalsClientWithBaseURI(baseURI, tenantID)
}
func NewSignedInUserClient(tenantID string) SignedInUserClient {
return original.NewSignedInUserClient(tenantID)
}
func NewSignedInUserClientWithBaseURI(baseURI string, tenantID string) SignedInUserClient {
return original.NewSignedInUserClientWithBaseURI(baseURI, tenantID)
}
func NewUsersClient(tenantID string) UsersClient {
return original.NewUsersClient(tenantID)
}
Expand Down
24 changes: 19 additions & 5 deletions profiles/preview/graphrbac/graphrbac/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const (
)

type BaseClient = original.BaseClient
type DeletedApplicationsClient = original.DeletedApplicationsClient
type DomainsClient = original.DomainsClient
type GroupsClient = original.GroupsClient
type ObjectType = original.ObjectType
Expand All @@ -47,27 +48,26 @@ const (
Member UserType = original.Member
)

type AADObject = original.AADObject
type AddOwnerParameters = original.AddOwnerParameters
type ADGroup = original.ADGroup
type Application = original.Application
type ApplicationAddOwnerParameters = original.ApplicationAddOwnerParameters
type ApplicationCreateParameters = original.ApplicationCreateParameters
type ApplicationListResult = original.ApplicationListResult
type ApplicationListResultIterator = original.ApplicationListResultIterator
type ApplicationListResultPage = original.ApplicationListResultPage
type ApplicationUpdateParameters = original.ApplicationUpdateParameters
type AppRole = original.AppRole
type CheckGroupMembershipParameters = original.CheckGroupMembershipParameters
type CheckGroupMembershipResult = original.CheckGroupMembershipResult
type BasicDirectoryObject = original.BasicDirectoryObject
type DirectoryObject = original.DirectoryObject
type DirectoryObjectListResult = original.DirectoryObjectListResult
type DirectoryObjectListResultIterator = original.DirectoryObjectListResultIterator
type DirectoryObjectListResultPage = original.DirectoryObjectListResultPage
type Domain = original.Domain
type DomainListResult = original.DomainListResult
type ErrorMessage = original.ErrorMessage
type GetObjectsParameters = original.GetObjectsParameters
type GetObjectsResult = original.GetObjectsResult
type GetObjectsResultIterator = original.GetObjectsResultIterator
type GetObjectsResultPage = original.GetObjectsResultPage
type GraphError = original.GraphError
type GroupAddMemberParameters = original.GroupAddMemberParameters
type GroupCreateParameters = original.GroupCreateParameters
Expand All @@ -92,6 +92,7 @@ type ServicePrincipalCreateParameters = original.ServicePrincipalCreateParameter
type ServicePrincipalListResult = original.ServicePrincipalListResult
type ServicePrincipalListResultIterator = original.ServicePrincipalListResultIterator
type ServicePrincipalListResultPage = original.ServicePrincipalListResultPage
type ServicePrincipalUpdateParameters = original.ServicePrincipalUpdateParameters
type SignInName = original.SignInName
type User = original.User
type UserBase = original.UserBase
Expand All @@ -105,6 +106,7 @@ type UserUpdateParameters = original.UserUpdateParameters
type OAuth2Client = original.OAuth2Client
type ObjectsClient = original.ObjectsClient
type ServicePrincipalsClient = original.ServicePrincipalsClient
type SignedInUserClient = original.SignedInUserClient
type UsersClient = original.UsersClient

func NewApplicationsClient(tenantID string) ApplicationsClient {
Expand All @@ -119,6 +121,12 @@ func New(tenantID string) BaseClient {
func NewWithBaseURI(baseURI string, tenantID string) BaseClient {
return original.NewWithBaseURI(baseURI, tenantID)
}
func NewDeletedApplicationsClient(tenantID string) DeletedApplicationsClient {
return original.NewDeletedApplicationsClient(tenantID)
}
func NewDeletedApplicationsClientWithBaseURI(baseURI string, tenantID string) DeletedApplicationsClient {
return original.NewDeletedApplicationsClientWithBaseURI(baseURI, tenantID)
}
func NewDomainsClient(tenantID string) DomainsClient {
return original.NewDomainsClient(tenantID)
}
Expand Down Expand Up @@ -155,6 +163,12 @@ func NewServicePrincipalsClient(tenantID string) ServicePrincipalsClient {
func NewServicePrincipalsClientWithBaseURI(baseURI string, tenantID string) ServicePrincipalsClient {
return original.NewServicePrincipalsClientWithBaseURI(baseURI, tenantID)
}
func NewSignedInUserClient(tenantID string) SignedInUserClient {
return original.NewSignedInUserClient(tenantID)
}
func NewSignedInUserClientWithBaseURI(baseURI string, tenantID string) SignedInUserClient {
return original.NewSignedInUserClientWithBaseURI(baseURI, tenantID)
}
func NewUsersClient(tenantID string) UsersClient {
return original.NewUsersClient(tenantID)
}
Expand Down
104 changes: 99 additions & 5 deletions services/graphrbac/1.6/graphrbac/applications.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading