Skip to content

Commit

Permalink
Merge pull request #663 from microsoftgraph/schemas/metadata-publishi…
Browse files Browse the repository at this point in the history
…ng-2024-08-14

Schema sync 2024-08-14 from 1.3.453.0
  • Loading branch information
andrueastman authored Aug 14, 2024
2 parents cc22a36 + bddb03a commit 615782b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
9 changes: 3 additions & 6 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5419,12 +5419,6 @@
<Member Name="inactive" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="multiTenantOrgLabelType">
<Member Name="none" Value="0" />
<Member Name="groupName" Value="1" />
<Member Name="customName" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="mutability">
<Member Name="ReadWrite" Value="0" />
<Member Name="ReadOnly" Value="1" />
Expand Down Expand Up @@ -37088,6 +37082,9 @@
<Action Name="completeMigration" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.channel" />
</Action>
<Action Name="completeMigration" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.chat" />
</Action>
<Action Name="completeMigration" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.team" />
</Action>
Expand Down
3 changes: 3 additions & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -32176,6 +32176,9 @@
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<ReturnType Type="Edm.Boolean" />
</Action>
<Action Name="promoteToInitial" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
</Action>
<Action Name="proper" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
<Parameter Name="text" Type="graph.Json" />
Expand Down
3 changes: 3 additions & 0 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -24708,6 +24708,9 @@
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<ReturnType Type="Edm.Boolean" />
</Action>
<Action Name="promoteToInitial" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
</Action>
<Action Name="provisionEmail" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.channel" />
<ReturnType Type="graph.provisionChannelEmailResult" />
Expand Down
9 changes: 3 additions & 6 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5419,12 +5419,6 @@
<Member Name="inactive" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="multiTenantOrgLabelType">
<Member Name="none" Value="0" />
<Member Name="groupName" Value="1" />
<Member Name="customName" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="mutability">
<Member Name="ReadWrite" Value="0" />
<Member Name="ReadOnly" Value="1" />
Expand Down Expand Up @@ -37088,6 +37082,9 @@
<Action Name="completeMigration" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.channel" />
</Action>
<Action Name="completeMigration" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.chat" />
</Action>
<Action Name="completeMigration" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.team" />
</Action>
Expand Down
3 changes: 3 additions & 0 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -11033,6 +11033,9 @@
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<ReturnType Type="Edm.Boolean" />
</Action>
<Action Name="promoteToInitial" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
</Action>
<Action Name="provisionEmail" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.channel" />
<ReturnType Type="graph.provisionChannelEmailResult" />
Expand Down
3 changes: 3 additions & 0 deletions schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -11062,6 +11062,9 @@
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<ReturnType Type="Edm.Boolean" />
</Action>
<Action Name="promoteToInitial" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
</Action>
<Action Name="provisionEmail" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.channel" />
<ReturnType Type="graph.provisionChannelEmailResult" />
Expand Down

0 comments on commit 615782b

Please sign in to comment.