Skip to content

Commit 5bfd7d7

Browse files
authored
Merge pull request #64 from microsoftgraph/v1.0/pipelinebuild/63056
Generated v1.0 models and request builders using Kiota
2 parents 4f19d86 + caf1c4b commit 5bfd7d7

File tree

69 files changed

+3713
-257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3713
-257
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [0.5.0] - 2022-01-11
15+
16+
### Changed
17+
18+
- Weekly generation
19+
1420
## [0.4.0] - 2022-01-04
1521

1622
Happy new year!

agreements/item/file/localizations/item/agreement_file_localization_request_builder.go

+7-7
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type AgreementFileLocalizationRequestBuilderGetOptions struct {
3737
// Response handler to use in place of the default response handling provided by the core service
3838
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
3939
}
40-
// AgreementFileLocalizationRequestBuilderGetQueryParameters get localizations from agreements
40+
// AgreementFileLocalizationRequestBuilderGetQueryParameters the localized version of the terms of use agreement files attached to the agreement.
4141
type AgreementFileLocalizationRequestBuilderGetQueryParameters struct {
4242
// Expand related entities
4343
Expand []string;
@@ -74,7 +74,7 @@ func NewAgreementFileLocalizationRequestBuilder(rawUrl string, requestAdapter id
7474
urlParams["request-raw-url"] = rawUrl
7575
return NewAgreementFileLocalizationRequestBuilderInternal(urlParams, requestAdapter)
7676
}
77-
// CreateDeleteRequestInformation delete navigation property localizations for agreements
77+
// CreateDeleteRequestInformation the localized version of the terms of use agreement files attached to the agreement.
7878
func (m *AgreementFileLocalizationRequestBuilder) CreateDeleteRequestInformation(options *AgreementFileLocalizationRequestBuilderDeleteOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
7979
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
8080
requestInfo.UrlTemplate = m.urlTemplate
@@ -91,7 +91,7 @@ func (m *AgreementFileLocalizationRequestBuilder) CreateDeleteRequestInformation
9191
}
9292
return requestInfo, nil
9393
}
94-
// CreateGetRequestInformation get localizations from agreements
94+
// CreateGetRequestInformation the localized version of the terms of use agreement files attached to the agreement.
9595
func (m *AgreementFileLocalizationRequestBuilder) CreateGetRequestInformation(options *AgreementFileLocalizationRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
9696
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
9797
requestInfo.UrlTemplate = m.urlTemplate
@@ -111,7 +111,7 @@ func (m *AgreementFileLocalizationRequestBuilder) CreateGetRequestInformation(op
111111
}
112112
return requestInfo, nil
113113
}
114-
// CreatePatchRequestInformation update the navigation property localizations in agreements
114+
// CreatePatchRequestInformation the localized version of the terms of use agreement files attached to the agreement.
115115
func (m *AgreementFileLocalizationRequestBuilder) CreatePatchRequestInformation(options *AgreementFileLocalizationRequestBuilderPatchOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
116116
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
117117
requestInfo.UrlTemplate = m.urlTemplate
@@ -129,7 +129,7 @@ func (m *AgreementFileLocalizationRequestBuilder) CreatePatchRequestInformation(
129129
}
130130
return requestInfo, nil
131131
}
132-
// Delete delete navigation property localizations for agreements
132+
// Delete the localized version of the terms of use agreement files attached to the agreement.
133133
func (m *AgreementFileLocalizationRequestBuilder) Delete(options *AgreementFileLocalizationRequestBuilderDeleteOptions)(error) {
134134
requestInfo, err := m.CreateDeleteRequestInformation(options);
135135
if err != nil {
@@ -141,7 +141,7 @@ func (m *AgreementFileLocalizationRequestBuilder) Delete(options *AgreementFileL
141141
}
142142
return nil
143143
}
144-
// Get get localizations from agreements
144+
// Get the localized version of the terms of use agreement files attached to the agreement.
145145
func (m *AgreementFileLocalizationRequestBuilder) Get(options *AgreementFileLocalizationRequestBuilderGetOptions)(*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileLocalization, error) {
146146
requestInfo, err := m.CreateGetRequestInformation(options);
147147
if err != nil {
@@ -153,7 +153,7 @@ func (m *AgreementFileLocalizationRequestBuilder) Get(options *AgreementFileLoca
153153
}
154154
return res.(*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileLocalization), nil
155155
}
156-
// Patch update the navigation property localizations in agreements
156+
// Patch the localized version of the terms of use agreement files attached to the agreement.
157157
func (m *AgreementFileLocalizationRequestBuilder) Patch(options *AgreementFileLocalizationRequestBuilderPatchOptions)(error) {
158158
requestInfo, err := m.CreatePatchRequestInformation(options);
159159
if err != nil {

agreements/item/file/localizations/item/versions/item/agreement_file_version_request_builder.go

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type AgreementFileVersionRequestBuilderGetOptions struct {
3535
// Response handler to use in place of the default response handling provided by the core service
3636
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
3737
}
38-
// AgreementFileVersionRequestBuilderGetQueryParameters get versions from agreements
38+
// AgreementFileVersionRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
3939
type AgreementFileVersionRequestBuilderGetQueryParameters struct {
4040
// Expand related entities
4141
Expand []string;
@@ -72,7 +72,7 @@ func NewAgreementFileVersionRequestBuilder(rawUrl string, requestAdapter ida96af
7272
urlParams["request-raw-url"] = rawUrl
7373
return NewAgreementFileVersionRequestBuilderInternal(urlParams, requestAdapter)
7474
}
75-
// CreateDeleteRequestInformation delete navigation property versions for agreements
75+
// CreateDeleteRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
7676
func (m *AgreementFileVersionRequestBuilder) CreateDeleteRequestInformation(options *AgreementFileVersionRequestBuilderDeleteOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
7777
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
7878
requestInfo.UrlTemplate = m.urlTemplate
@@ -89,7 +89,7 @@ func (m *AgreementFileVersionRequestBuilder) CreateDeleteRequestInformation(opti
8989
}
9090
return requestInfo, nil
9191
}
92-
// CreateGetRequestInformation get versions from agreements
92+
// CreateGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
9393
func (m *AgreementFileVersionRequestBuilder) CreateGetRequestInformation(options *AgreementFileVersionRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
9494
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
9595
requestInfo.UrlTemplate = m.urlTemplate
@@ -109,7 +109,7 @@ func (m *AgreementFileVersionRequestBuilder) CreateGetRequestInformation(options
109109
}
110110
return requestInfo, nil
111111
}
112-
// CreatePatchRequestInformation update the navigation property versions in agreements
112+
// CreatePatchRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
113113
func (m *AgreementFileVersionRequestBuilder) CreatePatchRequestInformation(options *AgreementFileVersionRequestBuilderPatchOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
114114
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
115115
requestInfo.UrlTemplate = m.urlTemplate
@@ -127,7 +127,7 @@ func (m *AgreementFileVersionRequestBuilder) CreatePatchRequestInformation(optio
127127
}
128128
return requestInfo, nil
129129
}
130-
// Delete delete navigation property versions for agreements
130+
// Delete read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
131131
func (m *AgreementFileVersionRequestBuilder) Delete(options *AgreementFileVersionRequestBuilderDeleteOptions)(error) {
132132
requestInfo, err := m.CreateDeleteRequestInformation(options);
133133
if err != nil {
@@ -139,7 +139,7 @@ func (m *AgreementFileVersionRequestBuilder) Delete(options *AgreementFileVersio
139139
}
140140
return nil
141141
}
142-
// Get get versions from agreements
142+
// Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
143143
func (m *AgreementFileVersionRequestBuilder) Get(options *AgreementFileVersionRequestBuilderGetOptions)(*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileVersion, error) {
144144
requestInfo, err := m.CreateGetRequestInformation(options);
145145
if err != nil {
@@ -151,7 +151,7 @@ func (m *AgreementFileVersionRequestBuilder) Get(options *AgreementFileVersionRe
151151
}
152152
return res.(*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileVersion), nil
153153
}
154-
// Patch update the navigation property versions in agreements
154+
// Patch read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
155155
func (m *AgreementFileVersionRequestBuilder) Patch(options *AgreementFileVersionRequestBuilderPatchOptions)(error) {
156156
requestInfo, err := m.CreatePatchRequestInformation(options);
157157
if err != nil {

agreements/item/file/localizations/item/versions/versions_request_builder.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type VersionsRequestBuilderGetOptions struct {
2626
// Response handler to use in place of the default response handling provided by the core service
2727
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
2828
}
29-
// VersionsRequestBuilderGetQueryParameters get versions from agreements
29+
// VersionsRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
3030
type VersionsRequestBuilderGetQueryParameters struct {
3131
// Include count of items
3232
Count *bool;
@@ -75,7 +75,7 @@ func NewVersionsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f89
7575
urlParams["request-raw-url"] = rawUrl
7676
return NewVersionsRequestBuilderInternal(urlParams, requestAdapter)
7777
}
78-
// CreateGetRequestInformation get versions from agreements
78+
// CreateGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
7979
func (m *VersionsRequestBuilder) CreateGetRequestInformation(options *VersionsRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
8080
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
8181
requestInfo.UrlTemplate = m.urlTemplate
@@ -95,7 +95,7 @@ func (m *VersionsRequestBuilder) CreateGetRequestInformation(options *VersionsRe
9595
}
9696
return requestInfo, nil
9797
}
98-
// CreatePostRequestInformation create new navigation property to versions for agreements
98+
// CreatePostRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
9999
func (m *VersionsRequestBuilder) CreatePostRequestInformation(options *VersionsRequestBuilderPostOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
100100
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
101101
requestInfo.UrlTemplate = m.urlTemplate
@@ -113,7 +113,7 @@ func (m *VersionsRequestBuilder) CreatePostRequestInformation(options *VersionsR
113113
}
114114
return requestInfo, nil
115115
}
116-
// Get get versions from agreements
116+
// Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
117117
func (m *VersionsRequestBuilder) Get(options *VersionsRequestBuilderGetOptions)(*VersionsResponse, error) {
118118
requestInfo, err := m.CreateGetRequestInformation(options);
119119
if err != nil {
@@ -125,7 +125,7 @@ func (m *VersionsRequestBuilder) Get(options *VersionsRequestBuilderGetOptions)(
125125
}
126126
return res.(*VersionsResponse), nil
127127
}
128-
// Post create new navigation property to versions for agreements
128+
// Post read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
129129
func (m *VersionsRequestBuilder) Post(options *VersionsRequestBuilderPostOptions)(*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileVersion, error) {
130130
requestInfo, err := m.CreatePostRequestInformation(options);
131131
if err != nil {

agreements/item/file/localizations/localizations_request_builder.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type LocalizationsRequestBuilderGetOptions struct {
2626
// Response handler to use in place of the default response handling provided by the core service
2727
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
2828
}
29-
// LocalizationsRequestBuilderGetQueryParameters get localizations from agreements
29+
// LocalizationsRequestBuilderGetQueryParameters the localized version of the terms of use agreement files attached to the agreement.
3030
type LocalizationsRequestBuilderGetQueryParameters struct {
3131
// Include count of items
3232
Count *bool;
@@ -75,7 +75,7 @@ func NewLocalizationsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb
7575
urlParams["request-raw-url"] = rawUrl
7676
return NewLocalizationsRequestBuilderInternal(urlParams, requestAdapter)
7777
}
78-
// CreateGetRequestInformation get localizations from agreements
78+
// CreateGetRequestInformation the localized version of the terms of use agreement files attached to the agreement.
7979
func (m *LocalizationsRequestBuilder) CreateGetRequestInformation(options *LocalizationsRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
8080
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
8181
requestInfo.UrlTemplate = m.urlTemplate
@@ -95,7 +95,7 @@ func (m *LocalizationsRequestBuilder) CreateGetRequestInformation(options *Local
9595
}
9696
return requestInfo, nil
9797
}
98-
// CreatePostRequestInformation create new navigation property to localizations for agreements
98+
// CreatePostRequestInformation the localized version of the terms of use agreement files attached to the agreement.
9999
func (m *LocalizationsRequestBuilder) CreatePostRequestInformation(options *LocalizationsRequestBuilderPostOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
100100
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
101101
requestInfo.UrlTemplate = m.urlTemplate
@@ -113,7 +113,7 @@ func (m *LocalizationsRequestBuilder) CreatePostRequestInformation(options *Loca
113113
}
114114
return requestInfo, nil
115115
}
116-
// Get get localizations from agreements
116+
// Get the localized version of the terms of use agreement files attached to the agreement.
117117
func (m *LocalizationsRequestBuilder) Get(options *LocalizationsRequestBuilderGetOptions)(*LocalizationsResponse, error) {
118118
requestInfo, err := m.CreateGetRequestInformation(options);
119119
if err != nil {
@@ -125,7 +125,7 @@ func (m *LocalizationsRequestBuilder) Get(options *LocalizationsRequestBuilderGe
125125
}
126126
return res.(*LocalizationsResponse), nil
127127
}
128-
// Post create new navigation property to localizations for agreements
128+
// Post the localized version of the terms of use agreement files attached to the agreement.
129129
func (m *LocalizationsRequestBuilder) Post(options *LocalizationsRequestBuilderPostOptions)(*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileLocalization, error) {
130130
requestInfo, err := m.CreatePostRequestInformation(options);
131131
if err != nil {

agreements/item/files/item/versions/item/agreement_file_version_request_builder.go

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type AgreementFileVersionRequestBuilderGetOptions struct {
3535
// Response handler to use in place of the default response handling provided by the core service
3636
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
3737
}
38-
// AgreementFileVersionRequestBuilderGetQueryParameters get versions from agreements
38+
// AgreementFileVersionRequestBuilderGetQueryParameters read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
3939
type AgreementFileVersionRequestBuilderGetQueryParameters struct {
4040
// Expand related entities
4141
Expand []string;
@@ -72,7 +72,7 @@ func NewAgreementFileVersionRequestBuilder(rawUrl string, requestAdapter ida96af
7272
urlParams["request-raw-url"] = rawUrl
7373
return NewAgreementFileVersionRequestBuilderInternal(urlParams, requestAdapter)
7474
}
75-
// CreateDeleteRequestInformation delete navigation property versions for agreements
75+
// CreateDeleteRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
7676
func (m *AgreementFileVersionRequestBuilder) CreateDeleteRequestInformation(options *AgreementFileVersionRequestBuilderDeleteOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
7777
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
7878
requestInfo.UrlTemplate = m.urlTemplate
@@ -89,7 +89,7 @@ func (m *AgreementFileVersionRequestBuilder) CreateDeleteRequestInformation(opti
8989
}
9090
return requestInfo, nil
9191
}
92-
// CreateGetRequestInformation get versions from agreements
92+
// CreateGetRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
9393
func (m *AgreementFileVersionRequestBuilder) CreateGetRequestInformation(options *AgreementFileVersionRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
9494
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
9595
requestInfo.UrlTemplate = m.urlTemplate
@@ -109,7 +109,7 @@ func (m *AgreementFileVersionRequestBuilder) CreateGetRequestInformation(options
109109
}
110110
return requestInfo, nil
111111
}
112-
// CreatePatchRequestInformation update the navigation property versions in agreements
112+
// CreatePatchRequestInformation read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
113113
func (m *AgreementFileVersionRequestBuilder) CreatePatchRequestInformation(options *AgreementFileVersionRequestBuilderPatchOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
114114
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
115115
requestInfo.UrlTemplate = m.urlTemplate
@@ -127,7 +127,7 @@ func (m *AgreementFileVersionRequestBuilder) CreatePatchRequestInformation(optio
127127
}
128128
return requestInfo, nil
129129
}
130-
// Delete delete navigation property versions for agreements
130+
// Delete read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
131131
func (m *AgreementFileVersionRequestBuilder) Delete(options *AgreementFileVersionRequestBuilderDeleteOptions)(error) {
132132
requestInfo, err := m.CreateDeleteRequestInformation(options);
133133
if err != nil {
@@ -139,7 +139,7 @@ func (m *AgreementFileVersionRequestBuilder) Delete(options *AgreementFileVersio
139139
}
140140
return nil
141141
}
142-
// Get get versions from agreements
142+
// Get read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
143143
func (m *AgreementFileVersionRequestBuilder) Get(options *AgreementFileVersionRequestBuilderGetOptions)(*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileVersion, error) {
144144
requestInfo, err := m.CreateGetRequestInformation(options);
145145
if err != nil {
@@ -151,7 +151,7 @@ func (m *AgreementFileVersionRequestBuilder) Get(options *AgreementFileVersionRe
151151
}
152152
return res.(*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileVersion), nil
153153
}
154-
// Patch update the navigation property versions in agreements
154+
// Patch read-only. Customized versions of the terms of use agreement in the Azure AD tenant.
155155
func (m *AgreementFileVersionRequestBuilder) Patch(options *AgreementFileVersionRequestBuilderPatchOptions)(error) {
156156
requestInfo, err := m.CreatePatchRequestInformation(options);
157157
if err != nil {

0 commit comments

Comments
 (0)