Skip to content

Commit

Permalink
Merge pull request #94 from microsoftgraph/jasondou/quickstart-v0.1.5
Browse files Browse the repository at this point in the history
Update quickstart examples for fic v1.0 and feature flag removal
  • Loading branch information
eketo-msft authored May 8, 2024
2 parents 896b186 + 653e5f0 commit af9a4bc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"experimentalFeaturesEnabled": {
"extensibility": true,
"microsoftGraphPreview": true
"extensibility": true
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"experimentalFeaturesEnabled": {
"extensibility": true,
"microsoftGraphPreview": true
"extensibility": true
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"experimentalFeaturesEnabled": {
"extensibility": true,
"microsoftGraphPreview": true
"extensibility": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource githubActionsApp 'Microsoft.Graph/[email protected]' = {
uniqueName: 'githubActionsApp'
displayName: 'Github Actions App'

resource githubFic 'federatedIdentityCredentials@beta' = {
resource githubFic 'federatedIdentityCredentials' = {
name: '${githubActionsApp.uniqueName}/githubFic'
audiences: [microsoftEntraAudience]
description: 'FIC for Github Actions to access Entra protected resources'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"experimentalFeaturesEnabled": {
"extensibility": true,
"microsoftGraphPreview": true
"extensibility": true
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"experimentalFeaturesEnabled": {
"extensibility": true,
"microsoftGraphPreview": true
"extensibility": true
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"experimentalFeaturesEnabled": {
"extensibility": true,
"microsoftGraphPreview": true
"extensibility": true
}
}

0 comments on commit af9a4bc

Please sign in to comment.