Skip to content

Commit 7e61e55

Browse files
authored
Merge pull request #51 from microsoftgraph/v1.0/pipelinebuild/60917
Generated v1.0 models and request builders using Kiota
2 parents b9158d8 + f052575 commit 7e61e55

File tree

4,856 files changed

+14743
-14736
lines changed

Some content is hidden

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

4,856 files changed

+14743
-14736
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.3.2] - 2021-12-07
15+
16+
### Changed
17+
18+
- Fixes an issue where escaped properties would not be serialized properly #46
19+
1420
## [0.3.1] - 2021-12-01
1521

1622
### Changed

admin/serviceannouncement/healthoverviews/health_overviews_response.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ func NewHealthOverviewsResponse()(*HealthOverviewsResponse) {
2121
m.SetAdditionalData(make(map[string]interface{}));
2222
return m
2323
}
24-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
24+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2525
func (m *HealthOverviewsResponse) GetAdditionalData()(map[string]interface{}) {
2626
if m == nil {
2727
return nil
2828
} else {
2929
return m.additionalData
3030
}
3131
}
32-
// GetNextLink gets the nextLink property value.
32+
// GetNextLink gets the @odata.nextLink property value.
3333
func (m *HealthOverviewsResponse) GetNextLink()(*string) {
3434
if m == nil {
3535
return nil
@@ -104,13 +104,13 @@ func (m *HealthOverviewsResponse) Serialize(writer i04eb5309aeaafadd28374d79c847
104104
}
105105
return nil
106106
}
107-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
107+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
108108
func (m *HealthOverviewsResponse) SetAdditionalData(value map[string]interface{})() {
109109
if m != nil {
110110
m.additionalData = value
111111
}
112112
}
113-
// SetNextLink sets the nextLink property value.
113+
// SetNextLink sets the @odata.nextLink property value.
114114
func (m *HealthOverviewsResponse) SetNextLink(value *string)() {
115115
if m != nil {
116116
m.nextLink = value

admin/serviceannouncement/healthoverviews/item/issues/issues_response.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ func NewIssuesResponse()(*IssuesResponse) {
2121
m.SetAdditionalData(make(map[string]interface{}));
2222
return m
2323
}
24-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
24+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2525
func (m *IssuesResponse) GetAdditionalData()(map[string]interface{}) {
2626
if m == nil {
2727
return nil
2828
} else {
2929
return m.additionalData
3030
}
3131
}
32-
// GetNextLink gets the nextLink property value.
32+
// GetNextLink gets the @odata.nextLink property value.
3333
func (m *IssuesResponse) GetNextLink()(*string) {
3434
if m == nil {
3535
return nil
@@ -104,13 +104,13 @@ func (m *IssuesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b2675
104104
}
105105
return nil
106106
}
107-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
107+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
108108
func (m *IssuesResponse) SetAdditionalData(value map[string]interface{})() {
109109
if m != nil {
110110
m.additionalData = value
111111
}
112112
}
113-
// SetNextLink sets the nextLink property value.
113+
// SetNextLink sets the @odata.nextLink property value.
114114
func (m *IssuesResponse) SetNextLink(value *string)() {
115115
if m != nil {
116116
m.nextLink = value

admin/serviceannouncement/issues/issues_response.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ func NewIssuesResponse()(*IssuesResponse) {
2121
m.SetAdditionalData(make(map[string]interface{}));
2222
return m
2323
}
24-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
24+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2525
func (m *IssuesResponse) GetAdditionalData()(map[string]interface{}) {
2626
if m == nil {
2727
return nil
2828
} else {
2929
return m.additionalData
3030
}
3131
}
32-
// GetNextLink gets the nextLink property value.
32+
// GetNextLink gets the @odata.nextLink property value.
3333
func (m *IssuesResponse) GetNextLink()(*string) {
3434
if m == nil {
3535
return nil
@@ -104,13 +104,13 @@ func (m *IssuesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b2675
104104
}
105105
return nil
106106
}
107-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
107+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
108108
func (m *IssuesResponse) SetAdditionalData(value map[string]interface{})() {
109109
if m != nil {
110110
m.additionalData = value
111111
}
112112
}
113-
// SetNextLink sets the nextLink property value.
113+
// SetNextLink sets the @odata.nextLink property value.
114114
func (m *IssuesResponse) SetNextLink(value *string)() {
115115
if m != nil {
116116
m.nextLink = value

admin/serviceannouncement/messages/archive/archive_request_body.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NewArchiveRequestBody()(*ArchiveRequestBody) {
1818
m.SetAdditionalData(make(map[string]interface{}));
1919
return m
2020
}
21-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
21+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2222
func (m *ArchiveRequestBody) GetAdditionalData()(map[string]interface{}) {
2323
if m == nil {
2424
return nil
@@ -72,7 +72,7 @@ func (m *ArchiveRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b
7272
}
7373
return nil
7474
}
75-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
75+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7676
func (m *ArchiveRequestBody) SetAdditionalData(value map[string]interface{})() {
7777
if m != nil {
7878
m.additionalData = value

admin/serviceannouncement/messages/favorite/favorite_request_body.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NewFavoriteRequestBody()(*FavoriteRequestBody) {
1818
m.SetAdditionalData(make(map[string]interface{}));
1919
return m
2020
}
21-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
21+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2222
func (m *FavoriteRequestBody) GetAdditionalData()(map[string]interface{}) {
2323
if m == nil {
2424
return nil
@@ -72,7 +72,7 @@ func (m *FavoriteRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9
7272
}
7373
return nil
7474
}
75-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
75+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7676
func (m *FavoriteRequestBody) SetAdditionalData(value map[string]interface{})() {
7777
if m != nil {
7878
m.additionalData = value

admin/serviceannouncement/messages/markread/mark_read_request_body.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NewMarkReadRequestBody()(*MarkReadRequestBody) {
1818
m.SetAdditionalData(make(map[string]interface{}));
1919
return m
2020
}
21-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
21+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2222
func (m *MarkReadRequestBody) GetAdditionalData()(map[string]interface{}) {
2323
if m == nil {
2424
return nil
@@ -72,7 +72,7 @@ func (m *MarkReadRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9
7272
}
7373
return nil
7474
}
75-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
75+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7676
func (m *MarkReadRequestBody) SetAdditionalData(value map[string]interface{})() {
7777
if m != nil {
7878
m.additionalData = value

admin/serviceannouncement/messages/markunread/mark_unread_request_body.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NewMarkUnreadRequestBody()(*MarkUnreadRequestBody) {
1818
m.SetAdditionalData(make(map[string]interface{}));
1919
return m
2020
}
21-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
21+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2222
func (m *MarkUnreadRequestBody) GetAdditionalData()(map[string]interface{}) {
2323
if m == nil {
2424
return nil
@@ -72,7 +72,7 @@ func (m *MarkUnreadRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471d
7272
}
7373
return nil
7474
}
75-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
75+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7676
func (m *MarkUnreadRequestBody) SetAdditionalData(value map[string]interface{})() {
7777
if m != nil {
7878
m.additionalData = value

admin/serviceannouncement/messages/messages_response.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ func NewMessagesResponse()(*MessagesResponse) {
2121
m.SetAdditionalData(make(map[string]interface{}));
2222
return m
2323
}
24-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
24+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2525
func (m *MessagesResponse) GetAdditionalData()(map[string]interface{}) {
2626
if m == nil {
2727
return nil
2828
} else {
2929
return m.additionalData
3030
}
3131
}
32-
// GetNextLink gets the nextLink property value.
32+
// GetNextLink gets the @odata.nextLink property value.
3333
func (m *MessagesResponse) GetNextLink()(*string) {
3434
if m == nil {
3535
return nil
@@ -104,13 +104,13 @@ func (m *MessagesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b26
104104
}
105105
return nil
106106
}
107-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
107+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
108108
func (m *MessagesResponse) SetAdditionalData(value map[string]interface{})() {
109109
if m != nil {
110110
m.additionalData = value
111111
}
112112
}
113-
// SetNextLink sets the nextLink property value.
113+
// SetNextLink sets the @odata.nextLink property value.
114114
func (m *MessagesResponse) SetNextLink(value *string)() {
115115
if m != nil {
116116
m.nextLink = value

admin/serviceannouncement/messages/unarchive/unarchive_request_body.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NewUnarchiveRequestBody()(*UnarchiveRequestBody) {
1818
m.SetAdditionalData(make(map[string]interface{}));
1919
return m
2020
}
21-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
21+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2222
func (m *UnarchiveRequestBody) GetAdditionalData()(map[string]interface{}) {
2323
if m == nil {
2424
return nil
@@ -72,7 +72,7 @@ func (m *UnarchiveRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df
7272
}
7373
return nil
7474
}
75-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
75+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7676
func (m *UnarchiveRequestBody) SetAdditionalData(value map[string]interface{})() {
7777
if m != nil {
7878
m.additionalData = value

admin/serviceannouncement/messages/unfavorite/unfavorite_request_body.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NewUnfavoriteRequestBody()(*UnfavoriteRequestBody) {
1818
m.SetAdditionalData(make(map[string]interface{}));
1919
return m
2020
}
21-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
21+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2222
func (m *UnfavoriteRequestBody) GetAdditionalData()(map[string]interface{}) {
2323
if m == nil {
2424
return nil
@@ -72,7 +72,7 @@ func (m *UnfavoriteRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471d
7272
}
7373
return nil
7474
}
75-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
75+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
7676
func (m *UnfavoriteRequestBody) SetAdditionalData(value map[string]interface{})() {
7777
if m != nil {
7878
m.additionalData = value

agreementacceptances/agreement_acceptances_response.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ func NewAgreementAcceptancesResponse()(*AgreementAcceptancesResponse) {
2121
m.SetAdditionalData(make(map[string]interface{}));
2222
return m
2323
}
24-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
24+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2525
func (m *AgreementAcceptancesResponse) GetAdditionalData()(map[string]interface{}) {
2626
if m == nil {
2727
return nil
2828
} else {
2929
return m.additionalData
3030
}
3131
}
32-
// GetNextLink gets the nextLink property value.
32+
// GetNextLink gets the @odata.nextLink property value.
3333
func (m *AgreementAcceptancesResponse) GetNextLink()(*string) {
3434
if m == nil {
3535
return nil
@@ -104,13 +104,13 @@ func (m *AgreementAcceptancesResponse) Serialize(writer i04eb5309aeaafadd28374d7
104104
}
105105
return nil
106106
}
107-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
107+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
108108
func (m *AgreementAcceptancesResponse) SetAdditionalData(value map[string]interface{})() {
109109
if m != nil {
110110
m.additionalData = value
111111
}
112112
}
113-
// SetNextLink sets the nextLink property value.
113+
// SetNextLink sets the @odata.nextLink property value.
114114
func (m *AgreementAcceptancesResponse) SetNextLink(value *string)() {
115115
if m != nil {
116116
m.nextLink = value

agreements/agreements_response.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ func NewAgreementsResponse()(*AgreementsResponse) {
2121
m.SetAdditionalData(make(map[string]interface{}));
2222
return m
2323
}
24-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
24+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2525
func (m *AgreementsResponse) GetAdditionalData()(map[string]interface{}) {
2626
if m == nil {
2727
return nil
2828
} else {
2929
return m.additionalData
3030
}
3131
}
32-
// GetNextLink gets the nextLink property value.
32+
// GetNextLink gets the @odata.nextLink property value.
3333
func (m *AgreementsResponse) GetNextLink()(*string) {
3434
if m == nil {
3535
return nil
@@ -104,13 +104,13 @@ func (m *AgreementsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b
104104
}
105105
return nil
106106
}
107-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
107+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
108108
func (m *AgreementsResponse) SetAdditionalData(value map[string]interface{})() {
109109
if m != nil {
110110
m.additionalData = value
111111
}
112112
}
113-
// SetNextLink sets the nextLink property value.
113+
// SetNextLink sets the @odata.nextLink property value.
114114
func (m *AgreementsResponse) SetNextLink(value *string)() {
115115
if m != nil {
116116
m.nextLink = value

agreements/item/acceptances/acceptances_response.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ func NewAcceptancesResponse()(*AcceptancesResponse) {
2121
m.SetAdditionalData(make(map[string]interface{}));
2222
return m
2323
}
24-
// GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
24+
// GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2525
func (m *AcceptancesResponse) GetAdditionalData()(map[string]interface{}) {
2626
if m == nil {
2727
return nil
2828
} else {
2929
return m.additionalData
3030
}
3131
}
32-
// GetNextLink gets the nextLink property value.
32+
// GetNextLink gets the @odata.nextLink property value.
3333
func (m *AcceptancesResponse) GetNextLink()(*string) {
3434
if m == nil {
3535
return nil
@@ -104,13 +104,13 @@ func (m *AcceptancesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9
104104
}
105105
return nil
106106
}
107-
// SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
107+
// SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
108108
func (m *AcceptancesResponse) SetAdditionalData(value map[string]interface{})() {
109109
if m != nil {
110110
m.additionalData = value
111111
}
112112
}
113-
// SetNextLink sets the nextLink property value.
113+
// SetNextLink sets the @odata.nextLink property value.
114114
func (m *AcceptancesResponse) SetNextLink(value *string)() {
115115
if m != nil {
116116
m.nextLink = value

0 commit comments

Comments
 (0)