Skip to content

Commit

Permalink
Update quickstart examples for fic v1.0 and feature flag removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-dou committed May 7, 2024
1 parent 896b186 commit 653e5f0
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 653e5f0

Please sign in to comment.