Skip to content

Commit

Permalink
Merge pull request #87 from microsoftgraph/beta/pipelinebuild/73407
Browse files Browse the repository at this point in the history
Generated beta models and request builders using Kiota
  • Loading branch information
andrueastman authored Apr 28, 2022
2 parents 60df1d3 + 99bf01d commit ebde2b6
Show file tree
Hide file tree
Showing 183 changed files with 3,037 additions and 646 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [0.22.0] - 2022-04-28

### Changed

- Weekly generation

## [0.21.0] - 2022-04-19

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type ContentSharingSessionsRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// ContentSharingSessionsRequestBuilderGetQueryParameters get contentSharingSessions from app
// ContentSharingSessionsRequestBuilderGetQueryParameters read-only. Nullable.
type ContentSharingSessionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
Expand Down Expand Up @@ -80,7 +80,7 @@ func NewContentSharingSessionsRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *ContentSharingSessionsRequestBuilder) Count()(*i68341c8bce89cd129fe768442df3396b0d82f6a0aed9f38f83498fec363f4003.CountRequestBuilder) {
return i68341c8bce89cd129fe768442df3396b0d82f6a0aed9f38f83498fec363f4003.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get contentSharingSessions from app
// CreateGetRequestInformation read-only. Nullable.
func (m *ContentSharingSessionsRequestBuilder) CreateGetRequestInformation(options *ContentSharingSessionsRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -118,7 +118,7 @@ func (m *ContentSharingSessionsRequestBuilder) CreatePostRequestInformation(opti
}
return requestInfo, nil
}
// Get get contentSharingSessions from app
// Get read-only. Nullable.
func (m *ContentSharingSessionsRequestBuilder) Get(options *ContentSharingSessionsRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ContentSharingSessionCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type ContentSharingSessionItemRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// ContentSharingSessionItemRequestBuilderGetQueryParameters get contentSharingSessions from app
// ContentSharingSessionItemRequestBuilderGetQueryParameters read-only. Nullable.
type ContentSharingSessionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
Expand Down Expand Up @@ -89,7 +89,7 @@ func (m *ContentSharingSessionItemRequestBuilder) CreateDeleteRequestInformation
}
return requestInfo, nil
}
// CreateGetRequestInformation get contentSharingSessions from app
// CreateGetRequestInformation read-only. Nullable.
func (m *ContentSharingSessionItemRequestBuilder) CreateGetRequestInformation(options *ContentSharingSessionItemRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -143,7 +143,7 @@ func (m *ContentSharingSessionItemRequestBuilder) Delete(options *ContentSharing
}
return nil
}
// Get get contentSharingSessions from app
// Get read-only. Nullable.
func (m *ContentSharingSessionItemRequestBuilder) Get(options *ContentSharingSessionItemRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ContentSharingSessionable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type ContentSharingSessionsRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// ContentSharingSessionsRequestBuilderGetQueryParameters get contentSharingSessions from communications
// ContentSharingSessionsRequestBuilderGetQueryParameters read-only. Nullable.
type ContentSharingSessionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
Expand Down Expand Up @@ -80,7 +80,7 @@ func NewContentSharingSessionsRequestBuilder(rawUrl string, requestAdapter i2ae4
func (m *ContentSharingSessionsRequestBuilder) Count()(*i0c7c4dfe07faf8e6230d5b1fdc9f521191eafb6e86cdb42da14c799e06007805.CountRequestBuilder) {
return i0c7c4dfe07faf8e6230d5b1fdc9f521191eafb6e86cdb42da14c799e06007805.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get contentSharingSessions from communications
// CreateGetRequestInformation read-only. Nullable.
func (m *ContentSharingSessionsRequestBuilder) CreateGetRequestInformation(options *ContentSharingSessionsRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -118,7 +118,7 @@ func (m *ContentSharingSessionsRequestBuilder) CreatePostRequestInformation(opti
}
return requestInfo, nil
}
// Get get contentSharingSessions from communications
// Get read-only. Nullable.
func (m *ContentSharingSessionsRequestBuilder) Get(options *ContentSharingSessionsRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ContentSharingSessionCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type ContentSharingSessionItemRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// ContentSharingSessionItemRequestBuilderGetQueryParameters get contentSharingSessions from communications
// ContentSharingSessionItemRequestBuilderGetQueryParameters read-only. Nullable.
type ContentSharingSessionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
Expand Down Expand Up @@ -89,7 +89,7 @@ func (m *ContentSharingSessionItemRequestBuilder) CreateDeleteRequestInformation
}
return requestInfo, nil
}
// CreateGetRequestInformation get contentSharingSessions from communications
// CreateGetRequestInformation read-only. Nullable.
func (m *ContentSharingSessionItemRequestBuilder) CreateGetRequestInformation(options *ContentSharingSessionItemRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -143,7 +143,7 @@ func (m *ContentSharingSessionItemRequestBuilder) Delete(options *ContentSharing
}
return nil
}
// Get get contentSharingSessions from communications
// Get read-only. Nullable.
func (m *ContentSharingSessionItemRequestBuilder) Get(options *ContentSharingSessionItemRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.ContentSharingSessionable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type FederationConfigurationRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// FederationConfigurationRequestBuilderGetQueryParameters get federationConfiguration from domains
// FederationConfigurationRequestBuilderGetQueryParameters domain settings configured by customer when federated with Azure AD.
type FederationConfigurationRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
Expand Down Expand Up @@ -80,7 +80,7 @@ func NewFederationConfigurationRequestBuilder(rawUrl string, requestAdapter i2ae
func (m *FederationConfigurationRequestBuilder) Count()(*id870850ef5174af71604f883c640b113e53dfa198c6c5b449840479873c6d825.CountRequestBuilder) {
return id870850ef5174af71604f883c640b113e53dfa198c6c5b449840479873c6d825.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get federationConfiguration from domains
// CreateGetRequestInformation domain settings configured by customer when federated with Azure AD.
func (m *FederationConfigurationRequestBuilder) CreateGetRequestInformation(options *FederationConfigurationRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -118,7 +118,7 @@ func (m *FederationConfigurationRequestBuilder) CreatePostRequestInformation(opt
}
return requestInfo, nil
}
// Get get federationConfiguration from domains
// Get domain settings configured by customer when federated with Azure AD.
func (m *FederationConfigurationRequestBuilder) Get(options *FederationConfigurationRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.InternalDomainFederationCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type InternalDomainFederationItemRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// InternalDomainFederationItemRequestBuilderGetQueryParameters get federationConfiguration from domains
// InternalDomainFederationItemRequestBuilderGetQueryParameters domain settings configured by customer when federated with Azure AD.
type InternalDomainFederationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
Expand Down Expand Up @@ -89,7 +89,7 @@ func (m *InternalDomainFederationItemRequestBuilder) CreateDeleteRequestInformat
}
return requestInfo, nil
}
// CreateGetRequestInformation get federationConfiguration from domains
// CreateGetRequestInformation domain settings configured by customer when federated with Azure AD.
func (m *InternalDomainFederationItemRequestBuilder) CreateGetRequestInformation(options *InternalDomainFederationItemRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -143,7 +143,7 @@ func (m *InternalDomainFederationItemRequestBuilder) Delete(options *InternalDom
}
return nil
}
// Get get federationConfiguration from domains
// Get domain settings configured by customer when federated with Azure AD.
func (m *InternalDomainFederationItemRequestBuilder) Get(options *InternalDomainFederationItemRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.InternalDomainFederationable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type DocumentSetVersionsRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// DocumentSetVersionsRequestBuilderGetQueryParameters get documentSetVersions from drive
// DocumentSetVersionsRequestBuilderGetQueryParameters version information for a document set version created by a user.
type DocumentSetVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
Expand Down Expand Up @@ -80,7 +80,7 @@ func NewDocumentSetVersionsRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *DocumentSetVersionsRequestBuilder) Count()(*i3ff1187af1a54efa456a12124d3765ac7090db5610d3cf74032618ffd7accc1b.CountRequestBuilder) {
return i3ff1187af1a54efa456a12124d3765ac7090db5610d3cf74032618ffd7accc1b.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get documentSetVersions from drive
// CreateGetRequestInformation version information for a document set version created by a user.
func (m *DocumentSetVersionsRequestBuilder) CreateGetRequestInformation(options *DocumentSetVersionsRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -118,7 +118,7 @@ func (m *DocumentSetVersionsRequestBuilder) CreatePostRequestInformation(options
}
return requestInfo, nil
}
// Get get documentSetVersions from drive
// Get version information for a document set version created by a user.
func (m *DocumentSetVersionsRequestBuilder) Get(options *DocumentSetVersionsRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.DocumentSetVersionCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type DocumentSetVersionItemRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// DocumentSetVersionItemRequestBuilderGetQueryParameters get documentSetVersions from drive
// DocumentSetVersionItemRequestBuilderGetQueryParameters version information for a document set version created by a user.
type DocumentSetVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
Expand Down Expand Up @@ -90,7 +90,7 @@ func (m *DocumentSetVersionItemRequestBuilder) CreateDeleteRequestInformation(op
}
return requestInfo, nil
}
// CreateGetRequestInformation get documentSetVersions from drive
// CreateGetRequestInformation version information for a document set version created by a user.
func (m *DocumentSetVersionItemRequestBuilder) CreateGetRequestInformation(options *DocumentSetVersionItemRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -144,7 +144,7 @@ func (m *DocumentSetVersionItemRequestBuilder) Delete(options *DocumentSetVersio
}
return nil
}
// Get get documentSetVersions from drive
// Get version information for a document set version created by a user.
func (m *DocumentSetVersionItemRequestBuilder) Get(options *DocumentSetVersionItemRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.DocumentSetVersionable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type DocumentSetVersionsRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// DocumentSetVersionsRequestBuilderGetQueryParameters get documentSetVersions from drive
// DocumentSetVersionsRequestBuilderGetQueryParameters version information for a document set version created by a user.
type DocumentSetVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
Expand Down Expand Up @@ -80,7 +80,7 @@ func NewDocumentSetVersionsRequestBuilder(rawUrl string, requestAdapter i2ae4187
func (m *DocumentSetVersionsRequestBuilder) Count()(*i7aa29ab45664c0d393a9508475d098e67a4b04bb7c2ad06664628a8dc6b332c9.CountRequestBuilder) {
return i7aa29ab45664c0d393a9508475d098e67a4b04bb7c2ad06664628a8dc6b332c9.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get documentSetVersions from drive
// CreateGetRequestInformation version information for a document set version created by a user.
func (m *DocumentSetVersionsRequestBuilder) CreateGetRequestInformation(options *DocumentSetVersionsRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -118,7 +118,7 @@ func (m *DocumentSetVersionsRequestBuilder) CreatePostRequestInformation(options
}
return requestInfo, nil
}
// Get get documentSetVersions from drive
// Get version information for a document set version created by a user.
func (m *DocumentSetVersionsRequestBuilder) Get(options *DocumentSetVersionsRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.DocumentSetVersionCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type DocumentSetVersionItemRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
// DocumentSetVersionItemRequestBuilderGetQueryParameters get documentSetVersions from drive
// DocumentSetVersionItemRequestBuilderGetQueryParameters version information for a document set version created by a user.
type DocumentSetVersionItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
Expand Down Expand Up @@ -90,7 +90,7 @@ func (m *DocumentSetVersionItemRequestBuilder) CreateDeleteRequestInformation(op
}
return requestInfo, nil
}
// CreateGetRequestInformation get documentSetVersions from drive
// CreateGetRequestInformation version information for a document set version created by a user.
func (m *DocumentSetVersionItemRequestBuilder) CreateGetRequestInformation(options *DocumentSetVersionItemRequestBuilderGetOptions)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) {
requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -144,7 +144,7 @@ func (m *DocumentSetVersionItemRequestBuilder) Delete(options *DocumentSetVersio
}
return nil
}
// Get get documentSetVersions from drive
// Get version information for a document set version created by a user.
func (m *DocumentSetVersionItemRequestBuilder) Get(options *DocumentSetVersionItemRequestBuilderGetOptions)(ie233ee762e29b4ba6970aa2a2efce4b7fde11697ca9ea81099d0f8269309c1be.DocumentSetVersionable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Loading

0 comments on commit ebde2b6

Please sign in to comment.