Skip to content

Commit 7dce0de

Browse files
authored
Merge pull request #236 from microsoftgraph/v1.0/pipelinebuild/81963
Generated v1.0 models and request builders using Kiota
2 parents 2e5ec31 + 2098a5a commit 7dce0de

File tree

238 files changed

+3984
-300
lines changed

Some content is hidden

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

238 files changed

+3984
-300
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.33.0] - 2022-08-10
15+
16+
### Changed
17+
18+
- Weekly generation
19+
1420
## [0.32.0] - 2022-08-04
1521

1622
### Changed

applications/item/createdonbehalfof/created_on_behalf_of_request_builder.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type CreatedOnBehalfOfRequestBuilder struct {
1515
// Url template to use to build the URL for the current request builder
1616
urlTemplate string
1717
}
18-
// CreatedOnBehalfOfRequestBuilderGetQueryParameters get createdOnBehalfOf from applications
18+
// CreatedOnBehalfOfRequestBuilderGetQueryParameters supports $filter (eq when counting empty collections). Read-only.
1919
type CreatedOnBehalfOfRequestBuilderGetQueryParameters struct {
2020
// Expand related entities
2121
Expand []string `uriparametername:"%24expand"`
@@ -50,11 +50,11 @@ func NewCreatedOnBehalfOfRequestBuilder(rawUrl string, requestAdapter i2ae4187f7
5050
urlParams["request-raw-url"] = rawUrl
5151
return NewCreatedOnBehalfOfRequestBuilderInternal(urlParams, requestAdapter)
5252
}
53-
// CreateGetRequestInformation get createdOnBehalfOf from applications
53+
// CreateGetRequestInformation supports $filter (eq when counting empty collections). Read-only.
5454
func (m *CreatedOnBehalfOfRequestBuilder) CreateGetRequestInformation()(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
5555
return m.CreateGetRequestInformationWithRequestConfiguration(nil);
5656
}
57-
// CreateGetRequestInformationWithRequestConfiguration get createdOnBehalfOf from applications
57+
// CreateGetRequestInformationWithRequestConfiguration supports $filter (eq when counting empty collections). Read-only.
5858
func (m *CreatedOnBehalfOfRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *CreatedOnBehalfOfRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
5959
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
6060
requestInfo.UrlTemplate = m.urlTemplate
@@ -70,11 +70,11 @@ func (m *CreatedOnBehalfOfRequestBuilder) CreateGetRequestInformationWithRequest
7070
}
7171
return requestInfo, nil
7272
}
73-
// Get get createdOnBehalfOf from applications
73+
// Get supports $filter (eq when counting empty collections). Read-only.
7474
func (m *CreatedOnBehalfOfRequestBuilder) Get()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
7575
return m.GetWithRequestConfigurationAndResponseHandler(nil, nil);
7676
}
77-
// GetWithRequestConfigurationAndResponseHandler get createdOnBehalfOf from applications
77+
// GetWithRequestConfigurationAndResponseHandler supports $filter (eq when counting empty collections). Read-only.
7878
func (m *CreatedOnBehalfOfRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *CreatedOnBehalfOfRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error) {
7979
requestInfo, err := m.CreateGetRequestInformationWithRequestConfiguration(requestConfiguration);
8080
if err != nil {

applications/item/owners/owners_request_builder.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type OwnersRequestBuilder struct {
2121
// Url template to use to build the URL for the current request builder
2222
urlTemplate string
2323
}
24-
// OwnersRequestBuilderGetQueryParameters directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
24+
// OwnersRequestBuilderGetQueryParameters directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
2525
type OwnersRequestBuilderGetQueryParameters struct {
2626
// Include count of items
2727
Count *bool `uriparametername:"%24count"`
@@ -76,11 +76,11 @@ func NewOwnersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371c
7676
func (m *OwnersRequestBuilder) Count()(*i060d05043ef21a20bca5bba0cf1bf9d4437b1d91d3a0d0ae6c97389d4d00694e.CountRequestBuilder) {
7777
return i060d05043ef21a20bca5bba0cf1bf9d4437b1d91d3a0d0ae6c97389d4d00694e.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
7878
}
79-
// CreateGetRequestInformation directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
79+
// CreateGetRequestInformation directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
8080
func (m *OwnersRequestBuilder) CreateGetRequestInformation()(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
8181
return m.CreateGetRequestInformationWithRequestConfiguration(nil);
8282
}
83-
// CreateGetRequestInformationWithRequestConfiguration directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
83+
// CreateGetRequestInformationWithRequestConfiguration directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
8484
func (m *OwnersRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OwnersRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
8585
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
8686
requestInfo.UrlTemplate = m.urlTemplate
@@ -100,11 +100,11 @@ func (m *OwnersRequestBuilder) CreateGetRequestInformationWithRequestConfigurati
100100
func (m *OwnersRequestBuilder) Endpoint()(*i4481ae29272b90e51b803d7ad16e7fa37075d7b4688b9c3d4f259f1c3b71d79b.EndpointRequestBuilder) {
101101
return i4481ae29272b90e51b803d7ad16e7fa37075d7b4688b9c3d4f259f1c3b71d79b.NewEndpointRequestBuilderInternal(m.pathParameters, m.requestAdapter);
102102
}
103-
// Get directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
103+
// Get directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
104104
func (m *OwnersRequestBuilder) Get()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error) {
105105
return m.GetWithRequestConfigurationAndResponseHandler(nil, nil);
106106
}
107-
// GetWithRequestConfigurationAndResponseHandler directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
107+
// GetWithRequestConfigurationAndResponseHandler directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
108108
func (m *OwnersRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OwnersRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error) {
109109
requestInfo, err := m.CreateGetRequestInformationWithRequestConfiguration(requestConfiguration);
110110
if err != nil {

applications/item/owners/ref/ref_request_builder.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type RefRequestBuilder struct {
1515
// Url template to use to build the URL for the current request builder
1616
urlTemplate string
1717
}
18-
// RefRequestBuilderGetQueryParameters directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
18+
// RefRequestBuilderGetQueryParameters directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
1919
type RefRequestBuilderGetQueryParameters struct {
2020
// Include count of items
2121
Count *bool `uriparametername:"%24count"`
@@ -65,11 +65,11 @@ func NewRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c
6565
urlParams["request-raw-url"] = rawUrl
6666
return NewRefRequestBuilderInternal(urlParams, requestAdapter)
6767
}
68-
// CreateGetRequestInformation directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
68+
// CreateGetRequestInformation directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
6969
func (m *RefRequestBuilder) CreateGetRequestInformation()(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
7070
return m.CreateGetRequestInformationWithRequestConfiguration(nil);
7171
}
72-
// CreateGetRequestInformationWithRequestConfiguration directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
72+
// CreateGetRequestInformationWithRequestConfiguration directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
7373
func (m *RefRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *RefRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
7474
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
7575
requestInfo.UrlTemplate = m.urlTemplate
@@ -102,11 +102,11 @@ func (m *RefRequestBuilder) CreatePostRequestInformationWithRequestConfiguration
102102
}
103103
return requestInfo, nil
104104
}
105-
// Get directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
105+
// Get directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
106106
func (m *RefRequestBuilder) Get()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable, error) {
107107
return m.GetWithRequestConfigurationAndResponseHandler(nil, nil);
108108
}
109-
// GetWithRequestConfigurationAndResponseHandler directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
109+
// GetWithRequestConfigurationAndResponseHandler directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
110110
func (m *RefRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *RefRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.StringCollectionResponseable, error) {
111111
requestInfo, err := m.CreateGetRequestInformationWithRequestConfiguration(requestConfiguration);
112112
if err != nil {

chats/item/chat_item_request_builder.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type ChatItemRequestBuilderDeleteRequestConfiguration struct {
3131
// Request options
3232
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
3333
}
34-
// ChatItemRequestBuilderGetQueryParameters get entity from chats by key
34+
// ChatItemRequestBuilderGetQueryParameters retrieve a single chat (without its messages).
3535
type ChatItemRequestBuilderGetQueryParameters struct {
3636
// Expand related entities
3737
Expand []string `uriparametername:"%24expand"`
@@ -89,11 +89,11 @@ func (m *ChatItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfig
8989
}
9090
return requestInfo, nil
9191
}
92-
// CreateGetRequestInformation get entity from chats by key
92+
// CreateGetRequestInformation retrieve a single chat (without its messages).
9393
func (m *ChatItemRequestBuilder) CreateGetRequestInformation()(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
9494
return m.CreateGetRequestInformationWithRequestConfiguration(nil);
9595
}
96-
// CreateGetRequestInformationWithRequestConfiguration get entity from chats by key
96+
// CreateGetRequestInformationWithRequestConfiguration retrieve a single chat (without its messages).
9797
func (m *ChatItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ChatItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
9898
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
9999
requestInfo.UrlTemplate = m.urlTemplate
@@ -146,11 +146,11 @@ func (m *ChatItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandle
146146
}
147147
return nil
148148
}
149-
// Get get entity from chats by key
149+
// Get retrieve a single chat (without its messages).
150150
func (m *ChatItemRequestBuilder) Get()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, error) {
151151
return m.GetWithRequestConfigurationAndResponseHandler(nil, nil);
152152
}
153-
// GetWithRequestConfigurationAndResponseHandler get entity from chats by key
153+
// GetWithRequestConfigurationAndResponseHandler retrieve a single chat (without its messages).
154154
func (m *ChatItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ChatItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable, error) {
155155
requestInfo, err := m.CreateGetRequestInformationWithRequestConfiguration(requestConfiguration);
156156
if err != nil {

domains/item/domain_item_request_builder.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type DomainItemRequestBuilderDeleteRequestConfiguration struct {
3232
// Request options
3333
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
3434
}
35-
// DomainItemRequestBuilderGetQueryParameters get entity from domains by key
35+
// DomainItemRequestBuilderGetQueryParameters retrieve the properties and relationships of domain object.
3636
type DomainItemRequestBuilderGetQueryParameters struct {
3737
// Expand related entities
3838
Expand []string `uriparametername:"%24expand"`
@@ -90,11 +90,11 @@ func (m *DomainItemRequestBuilder) CreateDeleteRequestInformationWithRequestConf
9090
}
9191
return requestInfo, nil
9292
}
93-
// CreateGetRequestInformation get entity from domains by key
93+
// CreateGetRequestInformation retrieve the properties and relationships of domain object.
9494
func (m *DomainItemRequestBuilder) CreateGetRequestInformation()(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
9595
return m.CreateGetRequestInformationWithRequestConfiguration(nil);
9696
}
97-
// CreateGetRequestInformationWithRequestConfiguration get entity from domains by key
97+
// CreateGetRequestInformationWithRequestConfiguration retrieve the properties and relationships of domain object.
9898
func (m *DomainItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DomainItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
9999
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
100100
requestInfo.UrlTemplate = m.urlTemplate
@@ -181,11 +181,11 @@ func (m *DomainItemRequestBuilder) FederationConfigurationById(id string)(*ibe4d
181181
func (m *DomainItemRequestBuilder) ForceDelete()(*i1881cafcb69c2a03b070eab982c3f40a50f879626e4f5a433adf3d53764e612f.ForceDeleteRequestBuilder) {
182182
return i1881cafcb69c2a03b070eab982c3f40a50f879626e4f5a433adf3d53764e612f.NewForceDeleteRequestBuilderInternal(m.pathParameters, m.requestAdapter);
183183
}
184-
// Get get entity from domains by key
184+
// Get retrieve the properties and relationships of domain object.
185185
func (m *DomainItemRequestBuilder) Get()(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Domainable, error) {
186186
return m.GetWithRequestConfigurationAndResponseHandler(nil, nil);
187187
}
188-
// GetWithRequestConfigurationAndResponseHandler get entity from domains by key
188+
// GetWithRequestConfigurationAndResponseHandler retrieve the properties and relationships of domain object.
189189
func (m *DomainItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *DomainItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Domainable, error) {
190190
requestInfo, err := m.CreateGetRequestInformationWithRequestConfiguration(requestConfiguration);
191191
if err != nil {

graph_request_adapter.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
var clientOptions = core.GraphClientOptions{
1212
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
13-
GraphServiceLibraryVersion: "0.32.0",
13+
GraphServiceLibraryVersion: "0.33.0",
1414
}
1515

1616
// GetDefaultClientOptions returns the default client options used by the GraphRequestAdapterBase and the middleware.
@@ -80,3 +80,4 @@ func NewGraphRequestAdapterWithParseNodeFactoryAndSerializationWriterFactoryAndH
8080

8181

8282

83+

identityproviders/item/identity_provider_item_request_builder.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ func (m *IdentityProviderItemRequestBuilder) CreateGetRequestInformationWithRequ
100100
}
101101
return requestInfo, nil
102102
}
103-
// CreatePatchRequestInformation update entity in identityProviders
103+
// CreatePatchRequestInformation update the properties of an identityProvider object.
104104
func (m *IdentityProviderItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
105105
return m.CreatePatchRequestInformationWithRequestConfiguration(body, nil);
106106
}
107-
// CreatePatchRequestInformationWithRequestConfiguration update entity in identityProviders
107+
// CreatePatchRequestInformationWithRequestConfiguration update the properties of an identityProvider object.
108108
func (m *IdentityProviderItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProviderItemRequestBuilderPatchRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
109109
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
110110
requestInfo.UrlTemplate = m.urlTemplate
@@ -157,11 +157,11 @@ func (m *IdentityProviderItemRequestBuilder) GetWithRequestConfigurationAndRespo
157157
}
158158
return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable), nil
159159
}
160-
// Patch update entity in identityProviders
160+
// Patch update the properties of an identityProvider object.
161161
func (m *IdentityProviderItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable)(error) {
162162
return m.PatchWithRequestConfigurationAndResponseHandler(body, nil, nil);
163163
}
164-
// PatchWithRequestConfigurationAndResponseHandler update entity in identityProviders
164+
// PatchWithRequestConfigurationAndResponseHandler update the properties of an identityProvider object.
165165
func (m *IdentityProviderItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProviderItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler)(error) {
166166
requestInfo, err := m.CreatePatchRequestInformationWithRequestConfiguration(body, requestConfiguration);
167167
if err != nil {

0 commit comments

Comments
 (0)