Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ You can install the PHP SDK with Composer by editing your `composer.json` file:
{
"minimum-stability": "RC",
"require": {
"microsoft/microsoft-graph": "^2.0.0-RC11",
"microsoft/microsoft-graph": "^2.0.0-RC12",
}
}
```
OR
```
{
"require": {
"microsoft/microsoft-graph": "^2.0.0-RC11",
"microsoft/microsoft-graph": "^2.0.0-RC12",
"microsoft/microsoft-graph-core": "@RC"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Generated/Admin/AdminRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AdminRequestBuilder
private RequestAdapter $requestAdapter;

/**
* The serviceAnnouncement property
* Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity.
*/
public function serviceAnnouncement(): ServiceAnnouncementRequestBuilder {
return new ServiceAnnouncementRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class HealthOverviewsRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class IssuesRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class ServiceHealthItemRequestBuilder
{
/**
* The issues property
* Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity.
*/
public function issues(): IssuesRequestBuilder {
return new IssuesRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down Expand Up @@ -161,7 +161,7 @@ public function get(?ServiceHealthItemRequestBuilderGetRequestConfiguration $req
}

/**
* Gets an item from the Microsoft\Graph\Generated.admin.serviceAnnouncement.healthOverviews.item.issues.item collection
* Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity.
* @param string $id Unique identifier of the item
* @return ServiceHealthIssueItemRequestBuilder
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class IssuesRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class AttachmentsRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class ServiceAnnouncementAttachmentItemRequestBuilder
{
/**
* The content property
* Provides operations to manage the media for the admin entity.
*/
public function content(): ContentRequestBuilder {
return new ContentRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
class ServiceUpdateMessageItemRequestBuilder
{
/**
* The attachments property
* Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity.
*/
public function attachments(): AttachmentsRequestBuilder {
return new AttachmentsRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The attachmentsArchive property
* Provides operations to manage the media for the admin entity.
*/
public function attachmentsArchive(): AttachmentsArchiveRequestBuilder {
return new AttachmentsArchiveRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand All @@ -50,7 +50,7 @@ public function attachmentsArchive(): AttachmentsArchiveRequestBuilder {
private string $urlTemplate;

/**
* Gets an item from the Microsoft\Graph\Generated.admin.serviceAnnouncement.messages.item.attachments.item collection
* Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity.
* @param string $id Unique identifier of the item
* @return ServiceAnnouncementAttachmentItemRequestBuilder
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@
class MessagesRequestBuilder
{
/**
* The archive property
* Provides operations to call the archive method.
*/
public function archive(): ArchiveRequestBuilder {
return new ArchiveRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The favorite property
* Provides operations to call the favorite method.
*/
public function favorite(): FavoriteRequestBuilder {
return new FavoriteRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The markRead property
* Provides operations to call the markRead method.
*/
public function markRead(): MarkReadRequestBuilder {
return new MarkReadRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The markUnread property
* Provides operations to call the markUnread method.
*/
public function markUnread(): MarkUnreadRequestBuilder {
return new MarkUnreadRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand All @@ -71,14 +71,14 @@ public function markUnread(): MarkUnreadRequestBuilder {
private RequestAdapter $requestAdapter;

/**
* The unarchive property
* Provides operations to call the unarchive method.
*/
public function unarchive(): UnarchiveRequestBuilder {
return new UnarchiveRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The unfavorite property
* Provides operations to call the unfavorite method.
*/
public function unfavorite(): UnfavoriteRequestBuilder {
return new UnfavoriteRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
class ServiceAnnouncementRequestBuilder
{
/**
* The healthOverviews property
* Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity.
*/
public function healthOverviews(): HealthOverviewsRequestBuilder {
return new HealthOverviewsRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The issues property
* Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity.
*/
public function issues(): IssuesRequestBuilder {
return new IssuesRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The messages property
* Provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity.
*/
public function messages(): MessagesRequestBuilder {
return new MessagesRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down Expand Up @@ -179,7 +179,7 @@ public function get(?ServiceAnnouncementRequestBuilderGetRequestConfiguration $r
}

/**
* Gets an item from the Microsoft\Graph\Generated.admin.serviceAnnouncement.healthOverviews.item collection
* Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity.
* @param string $id Unique identifier of the item
* @return ServiceHealthItemRequestBuilder
*/
Expand All @@ -190,7 +190,7 @@ public function healthOverviewsById(string $id): ServiceHealthItemRequestBuilder
}

/**
* Gets an item from the Microsoft\Graph\Generated.admin.serviceAnnouncement.issues.item collection
* Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity.
* @param string $id Unique identifier of the item
* @return ServiceHealthIssueItemRequestBuilder
*/
Expand All @@ -201,7 +201,7 @@ public function issuesById(string $id): ServiceHealthIssueItemRequestBuilder {
}

/**
* Gets an item from the Microsoft\Graph\Generated.admin.serviceAnnouncement.messages.item collection
* Provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity.
* @param string $id Unique identifier of the item
* @return ServiceUpdateMessageItemRequestBuilder
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class AcceptancesRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
10 changes: 5 additions & 5 deletions src/Generated/Agreements/Item/AgreementItemRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
class AgreementItemRequestBuilder
{
/**
* The acceptances property
* Provides operations to manage the acceptances property of the microsoft.graph.agreement entity.
*/
public function acceptances(): AcceptancesRequestBuilder {
return new AcceptancesRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The file property
* Provides operations to manage the file property of the microsoft.graph.agreement entity.
*/
public function file(): FileRequestBuilder {
return new FileRequestBuilder($this->pathParameters, $this->requestAdapter);
}

/**
* The files property
* Provides operations to manage the files property of the microsoft.graph.agreement entity.
*/
public function files(): FilesRequestBuilder {
return new FilesRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand All @@ -59,7 +59,7 @@ public function files(): FilesRequestBuilder {
private string $urlTemplate;

/**
* Gets an item from the Microsoft\Graph\Generated.agreements.item.acceptances.item collection
* Provides operations to manage the acceptances property of the microsoft.graph.agreement entity.
* @param string $id Unique identifier of the item
* @return AgreementAcceptanceItemRequestBuilder
*/
Expand Down Expand Up @@ -170,7 +170,7 @@ public function delete(?AgreementItemRequestBuilderDeleteRequestConfiguration $r
}

/**
* Gets an item from the Microsoft\Graph\Generated.agreements.item.files.item collection
* Provides operations to manage the files property of the microsoft.graph.agreement entity.
* @param string $id Unique identifier of the item
* @return AgreementFileLocalizationItemRequestBuilder
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/Agreements/Item/File/FileRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class FileRequestBuilder
{
/**
* The localizations property
* Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.
*/
public function localizations(): LocalizationsRequestBuilder {
return new LocalizationsRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down Expand Up @@ -161,7 +161,7 @@ public function get(?FileRequestBuilderGetRequestConfiguration $requestConfigura
}

/**
* Gets an item from the Microsoft\Graph\Generated.agreements.item.file.localizations.item collection
* Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity.
* @param string $id Unique identifier of the item
* @return AgreementFileLocalizationItemRequestBuilder
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AgreementFileLocalizationItemRequestBuilder
private string $urlTemplate;

/**
* The versions property
* Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.
*/
public function versions(): VersionsRequestBuilder {
return new VersionsRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down Expand Up @@ -181,7 +181,7 @@ public function patch(AgreementFileLocalization $body, ?AgreementFileLocalizatio
}

/**
* Gets an item from the Microsoft\Graph\Generated.agreements.item.file.localizations.item.versions.item collection
* Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.
* @param string $id Unique identifier of the item
* @return AgreementFileVersionItemRequestBuilder
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class VersionsRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class LocalizationsRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class FilesRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AgreementFileLocalizationItemRequestBuilder
private string $urlTemplate;

/**
* The versions property
* Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.
*/
public function versions(): VersionsRequestBuilder {
return new VersionsRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down Expand Up @@ -181,7 +181,7 @@ public function patch(AgreementFileLocalization $body, ?AgreementFileLocalizatio
}

/**
* Gets an item from the Microsoft\Graph\Generated.agreements.item.files.item.versions.item collection
* Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity.
* @param string $id Unique identifier of the item
* @return AgreementFileVersionItemRequestBuilder
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class VersionsRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
4 changes: 2 additions & 2 deletions src/Generated/AppCatalogs/AppCatalogsRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AppCatalogsRequestBuilder
private RequestAdapter $requestAdapter;

/**
* The teamsApps property
* Provides operations to manage the teamsApps property of the microsoft.graph.appCatalogs entity.
*/
public function teamsApps(): TeamsAppsRequestBuilder {
return new TeamsAppsRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down Expand Up @@ -141,7 +141,7 @@ public function patch(AppCatalogs $body, ?AppCatalogsRequestBuilderPatchRequestC
}

/**
* Gets an item from the Microsoft\Graph\Generated.appCatalogs.teamsApps.item collection
* Provides operations to manage the teamsApps property of the microsoft.graph.appCatalogs entity.
* @param string $id Unique identifier of the item
* @return TeamsAppItemRequestBuilder
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class AppDefinitionsRequestBuilder
{
/**
* The Count property
* Provides operations to count the resources in the collection.
*/
public function count(): CountRequestBuilder {
return new CountRequestBuilder($this->pathParameters, $this->requestAdapter);
Expand Down
Loading