Skip to content

Commit 7863f2b

Browse files
committed
Fixed how group role is assigned
1 parent 83c37bd commit 7863f2b

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

update-conference-prague-2024/demo-code-feedback-system/infra/Builders/AzureResourceGroup/AzureResourceGroupStackBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private AdGroupInfrastructure GenerateAdGroup(ResourceGroupInfrastructure resour
6161

6262
var groupMember = new GroupMember(memberName, new()
6363
{
64-
GroupObjectId = group.Id,
64+
GroupObjectId = group.ObjectId,
6565
MemberObjectId = user.ObjectId
6666
});
6767

update-conference-prague-2024/presentation.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,12 @@ <h1 id="demo-time">Demo Time</h1>
245245
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="27" data-paginate="true" data-theme="gaia" lang="en-US" data-marpit-pagination="27" style="--paginate:true;--theme:gaia;" data-marpit-pagination-total="28">
246246
<h1 id="review">Review</h1>
247247
<ul>
248-
<li>Use platform-specific stuff to do platform-specific stuff</li>
249-
<li>Use C# FTW!</li>
248+
<li>Use platform-specific stuff for platform-specific stuff
249+
<ul>
250+
<li>Use C# for everything else</li>
251+
</ul>
252+
</li>
253+
<li>Use C#...FTW!</li>
250254
</ul>
251255
</section>
252256
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section data-paginate="true" data-theme="gaia" lang="en-US" data-marpit-pagination="28" style="--paginate:true;--theme:gaia;--marpit-advanced-background-split:50%;" data-marpit-pagination-total="28" data-marpit-advanced-background="background" data-marpit-advanced-background-split="right"><div data-marpit-advanced-background-container="true" data-marpit-advanced-background-direction="horizontal"><figure style="background-image:url(&quot;presentation-images/presentation_link_qrcode.png&quot;);background-size:80%;"></figure></div></section></foreignObject><foreignObject width="50%" height="720"><section id="28" data-paginate="true" data-theme="gaia" lang="en-US" data-marpit-pagination="28" style="--paginate:true;--theme:gaia;--marpit-advanced-background-split:50%;" data-marpit-pagination-total="28" data-marpit-advanced-background="content" data-marpit-advanced-background-split="right">

update-conference-prague-2024/presentation.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,7 @@ with AL Rodriguez
6161

6262
---
6363

64-
# What's the "Entire Stack"?
65-
66-
- Frontend / Backend
67-
- Build
68-
- Deploy
69-
- Automated Tests
70-
- Doing all development in the same set of tools
71-
- The Best Tools - C# FTW!
72-
73-
---
74-
75-
# Why C# for the Entire Stack?
64+
# .NET is Everywhere
7665

7766
- ".NET Everywhere"
7867
- Scott Hanselman talked about it in 2021
@@ -92,6 +81,17 @@ with AL Rodriguez
9281

9382
---
9483

84+
# What's the "Entire Stack"?
85+
86+
- Frontend / Backend
87+
- Build
88+
- Deploy
89+
- Automated Tests
90+
- Doing all development in the same set of tools
91+
- The Best Tools - C# FTW!
92+
93+
---
94+
9595
# What do we get from Entire Stack C#?
9696

9797
- Tools Familiarity
@@ -213,8 +213,9 @@ with AL Rodriguez
213213

214214
# Review
215215

216-
- Use platform-specific stuff to do platform-specific stuff
217-
- Use C# FTW!
216+
- Use platform-specific stuff for platform-specific stuff
217+
- Use C# for everything else
218+
- Use C#...FTW!
218219

219220
---
220221

0 commit comments

Comments
 (0)