Skip to content

Commit

Permalink
Merge pull request #105 from microsoftgraph/v1.0/pipelinebuild/70499
Browse files Browse the repository at this point in the history
Generated v1.0 models and request builders using Kiota
  • Loading branch information
baywet authored Mar 15, 2022
2 parents 61b2ee3 + ab0a47e commit 1a26d48
Show file tree
Hide file tree
Showing 345 changed files with 4,436 additions and 397 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [0.14.0] - 2022-03-15

### Changed

- Updated reference to core for new serialization types
- Weekly generation

## [0.13.0] - 2022-03-08

### Changed
Expand Down
6 changes: 3 additions & 3 deletions agreements/item/files/files_request_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type FilesRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// FilesRequestBuilderGetQueryParameters pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
// FilesRequestBuilderGetQueryParameters pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.
type FilesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool;
Expand Down Expand Up @@ -79,7 +79,7 @@ func NewFilesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4
func (m *FilesRequestBuilder) Count()(*id3c46667e45113503457e4073e76118d97a07b8c0010b567eee8efa8a8ba9b84.CountRequestBuilder) {
return id3c46667e45113503457e4073e76118d97a07b8c0010b567eee8efa8a8ba9b84.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
// CreateGetRequestInformation pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.
func (m *FilesRequestBuilder) CreateGetRequestInformation(options *FilesRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -117,7 +117,7 @@ func (m *FilesRequestBuilder) CreatePostRequestInformation(options *FilesRequest
}
return requestInfo, nil
}
// Get pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
// Get pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.
func (m *FilesRequestBuilder) Get(options *FilesRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileLocalizationCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type AgreementFileLocalizationItemRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// AgreementFileLocalizationItemRequestBuilderGetQueryParameters pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
// AgreementFileLocalizationItemRequestBuilderGetQueryParameters pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.
type AgreementFileLocalizationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string;
Expand Down Expand Up @@ -91,7 +91,7 @@ func (m *AgreementFileLocalizationItemRequestBuilder) CreateDeleteRequestInforma
}
return requestInfo, nil
}
// CreateGetRequestInformation pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
// CreateGetRequestInformation pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.
func (m *AgreementFileLocalizationItemRequestBuilder) CreateGetRequestInformation(options *AgreementFileLocalizationItemRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -145,7 +145,7 @@ func (m *AgreementFileLocalizationItemRequestBuilder) Delete(options *AgreementF
}
return nil
}
// Get pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
// Get pDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand.
func (m *AgreementFileLocalizationItemRequestBuilder) Get(options *AgreementFileLocalizationItemRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileLocalizationable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/microsoftgraph/msgraph-sdk-go
go 1.17

require (
github.com/microsoft/kiota/abstractions/go v0.0.0-20220308162731-fb6ab0cd5ea2
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220308162731-fb6ab0cd5ea2
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.13
github.com/microsoft/kiota/abstractions/go v0.0.0-20220315140630-e2d45e682974
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220315140630-e2d45e682974
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.15
)

require (
github.com/cjlapao/common-go v0.0.18 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220308162731-fb6ab0cd5ea2 // indirect
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220315140630-e2d45e682974 // indirect
github.com/yosida95/uritemplate/v3 v3.0.1 // indirect
)
44 changes: 10 additions & 34 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.0/go.mod h1:fBF9PQNqB8scdgpZ3ufzaLntG0AG7C1WjPMsiFOmfHM=
github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I=
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I=
github.com/cjlapao/common-go v0.0.16/go.mod h1:zGdh2KmXnH4HTRfT7vPpY41cws776KULk44f09OPJgs=
github.com/cjlapao/common-go v0.0.18 h1:j6kT/0pmJ69HmUCs9LrCc7IWyxTOh2WYJyZMzUYTULs=
github.com/cjlapao/common-go v0.0.18/go.mod h1:zGdh2KmXnH4HTRfT7vPpY41cws776KULk44f09OPJgs=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand All @@ -25,41 +24,18 @@ github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220124135025-cd414c7de3e7/go.mod h1:kY3tlHIUgSjgTfTIb1D1pfV5ytuRWWeBohRou/JNCSw=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220202140831-13ba7796cb22/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220202150655-0505f19ca2d1/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220203083330-462603bf370f/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220208140201-eb59c2593f0e h1:g8ErDSRbmjW0xNGOWWEz5byCRG1p4i1OKAvt/V7EFDw=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220208140201-eb59c2593f0e/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220216133321-1457eed0a802 h1:ndIBoqpOI/O26O3iJZ4X5bPJeofTUWgQ0xtfOORqlEU=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220216133321-1457eed0a802/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220228172739-49f23b2c1c13 h1:8N4EJU1zO9ReL+3NzvHuJ/w4WWwhAlsH9L/UVuX9SdI=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220228172739-49f23b2c1c13/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220308162731-fb6ab0cd5ea2 h1:wFYlRh09FN7187ZqPnF/vdlwof5ecnb6TEVR7gBAWac=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220308162731-fb6ab0cd5ea2/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220303111159-de55f78b58f1/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220314101957-d2823fe62079/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220315140630-e2d45e682974 h1:F4Wu/NIBftw5w9eLC7mgm0Drp5onIrj4gSvktWGYx6I=
github.com/microsoft/kiota/abstractions/go v0.0.0-20220315140630-e2d45e682974/go.mod h1:BUv5PFNuBLFXQlDtarjdgqdqDjee3FgfjrNkfZlA5us=
github.com/microsoft/kiota/authentication/go/azure v0.0.0-20220203083330-462603bf370f/go.mod h1:k6kEqvKMm/0DnT0Est+NyKZj5sajJAmCn0emeXpwQ8k=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220208140201-eb59c2593f0e h1:JLLJxjAXVob8Q1auQBtB+O0rYI0JRWZFLUGVD2Pwbdg=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220208140201-eb59c2593f0e/go.mod h1:A8H8Nm4YWsF76WIYez0Vlu8ZOoOab60W3K5OY7eg68Y=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220216133321-1457eed0a802 h1:TKNPSA4apl073syl23ok3aH1kc2mTvPcGRbcTgCYMm0=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220216133321-1457eed0a802/go.mod h1:IQATbMP2my2SOmeqixr0zobVo8wFJNR4BfBjAaKlOPo=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220228172739-49f23b2c1c13 h1:LmBzjiIdr5y99D8PWb9CfwgkOKchmOkz0cmd/tdutHk=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220228172739-49f23b2c1c13/go.mod h1:IQATbMP2my2SOmeqixr0zobVo8wFJNR4BfBjAaKlOPo=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220308162731-fb6ab0cd5ea2 h1:4g4513rQVUooDBo5Khb4FXGyQSUT2okYaDjjtgzbPdA=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220308162731-fb6ab0cd5ea2/go.mod h1:xDoGoedJJQRvPZu8SJLe3lch9A/jptmz7+Aq9bV5BUw=
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220202150655-0505f19ca2d1/go.mod h1:34nL++mVbjJJc2VHzEJu+syX3Mcyg0GysEYruAv4FqM=
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220208140201-eb59c2593f0e h1:W1fMXgpK8G00QlTc56EdyM5fdFQ791kEFsI7YWZxBw0=
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220208140201-eb59c2593f0e/go.mod h1:46EJNZJOdDBpgDHCQ8xDM4QXJLUCjGCRdljZvwuMEvc=
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220304192020-9b3bd245842e/go.mod h1:9/AfSg5c0EbTVQ6UlKCrQ+N6Ek5KqiqHxDMQn62o+tE=
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220308162731-fb6ab0cd5ea2 h1:rSZe8XNuPhqxP6oT+GHUKDocQzY02Iy0ZREuY1rHpSg=
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220308162731-fb6ab0cd5ea2/go.mod h1:9/AfSg5c0EbTVQ6UlKCrQ+N6Ek5KqiqHxDMQn62o+tE=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.8 h1:F3EO1RuZv3QtXxYhgv1L6lNmA999rv5S8WGrHhU2Ju4=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.8/go.mod h1:3SPSw1B20aZUohL2XHs2CJ+GfA1N8nkALxNc/cF6j/8=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.9 h1:Abz7bKggHANLMhXoepqSuw/vMQw0cMF2OQlzn+QuHac=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.9/go.mod h1:5fkqfvTXVAhm8dvsFNTnV1rhiywhKDDpUnK/MGW/9cU=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.10 h1:sw9/EVcOdm7UvrqPqF3oA8blkdopfKyfee9qIFky3Aw=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.10/go.mod h1:FNVOI3PMa6gFGdbs9QXDD6XBJKGqXJ1pFDyrMWFUpQk=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.13 h1:WE5iyFQFw+JR67GxHEUxxyrlK+0AQIYEAfVsIabaJUs=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.13/go.mod h1:Zbb0oRzC7v6VISSNx0BUV15FMH/wmYl69eE/hAKbPRg=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220315140630-e2d45e682974 h1:1XE6rnzkwt8hVuMunLscDX24A3f2YL4Pmfp3h7JfUOI=
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220315140630-e2d45e682974/go.mod h1:xDoGoedJJQRvPZu8SJLe3lch9A/jptmz7+Aq9bV5BUw=
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220315140630-e2d45e682974 h1:T8l2SWrpddDOq001v8dOq8bNT8AILdk1u48dKiVzSPo=
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220315140630-e2d45e682974/go.mod h1:Jtz7hHhcXIqLk4cVhv1+4sC8PKtEgu2qLeQawnRp0JU=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.15 h1:xQXCr7A7YPnKHO6kL96Y8b0Umt1QE2MGx1jCax0pvBY=
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.15/go.mod h1:R4NGHcPnI9qZrhzD0HT9Bi3s/XPCxNRgged2798UIuY=
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8=
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc=
github.com/pascaldekloe/jwt v1.10.0/go.mod h1:TKhllgThT7TOP5rGr2zMLKEDZRAgJfBbtKyVeRsNB9A=
Expand Down
3 changes: 2 additions & 1 deletion graph_request_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var clientOptions = core.GraphClientOptions{
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
GraphServiceLibraryVersion: "0.13.0",
GraphServiceLibraryVersion: "0.14.0",
}

// GetDefaultClientOptions returns the default client options used by the GraphRequestAdapterBase and the middleware.
Expand Down Expand Up @@ -74,3 +74,4 @@ func NewGraphRequestAdapterWithParseNodeFactoryAndSerializationWriterFactoryAndH
}



Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type AccessPackageAssignmentApprovalsRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// AccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters get accessPackageAssignmentApprovals from identityGovernance
// AccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters approval stages for assignment requests.
type AccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool;
Expand Down Expand Up @@ -80,7 +80,7 @@ func NewAccessPackageAssignmentApprovalsRequestBuilder(rawUrl string, requestAda
func (m *AccessPackageAssignmentApprovalsRequestBuilder) Count()(*ic41bfe078537c68f179f24357a35d8604aa37b37489f1403c83169437a7f47c2.CountRequestBuilder) {
return ic41bfe078537c68f179f24357a35d8604aa37b37489f1403c83169437a7f47c2.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get accessPackageAssignmentApprovals from identityGovernance
// CreateGetRequestInformation approval stages for assignment requests.
func (m *AccessPackageAssignmentApprovalsRequestBuilder) CreateGetRequestInformation(options *AccessPackageAssignmentApprovalsRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -122,7 +122,7 @@ func (m *AccessPackageAssignmentApprovalsRequestBuilder) CreatePostRequestInform
func (m *AccessPackageAssignmentApprovalsRequestBuilder) FilterByCurrentUserWithOn(on *string)(*ia71d5a5b6b3ea77f765bc2b0175ea2dbe4bccb5b112d222630b4264a2bd127e5.FilterByCurrentUserWithOnRequestBuilder) {
return ia71d5a5b6b3ea77f765bc2b0175ea2dbe4bccb5b112d222630b4264a2bd127e5.NewFilterByCurrentUserWithOnRequestBuilderInternal(m.pathParameters, m.requestAdapter, on);
}
// Get get accessPackageAssignmentApprovals from identityGovernance
// Get approval stages for assignment requests.
func (m *AccessPackageAssignmentApprovalsRequestBuilder) Get(options *AccessPackageAssignmentApprovalsRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ApprovalCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type ApprovalItemRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// ApprovalItemRequestBuilderGetQueryParameters get accessPackageAssignmentApprovals from identityGovernance
// ApprovalItemRequestBuilderGetQueryParameters approval stages for assignment requests.
type ApprovalItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string;
Expand Down Expand Up @@ -91,7 +91,7 @@ func (m *ApprovalItemRequestBuilder) CreateDeleteRequestInformation(options *App
}
return requestInfo, nil
}
// CreateGetRequestInformation get accessPackageAssignmentApprovals from identityGovernance
// CreateGetRequestInformation approval stages for assignment requests.
func (m *ApprovalItemRequestBuilder) CreateGetRequestInformation(options *ApprovalItemRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -145,7 +145,7 @@ func (m *ApprovalItemRequestBuilder) Delete(options *ApprovalItemRequestBuilderD
}
return nil
}
// Get get accessPackageAssignmentApprovals from identityGovernance
// Get approval stages for assignment requests.
func (m *ApprovalItemRequestBuilder) Get(options *ApprovalItemRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Approvalable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Loading

0 comments on commit 1a26d48

Please sign in to comment.