Skip to content

Commit 653e5f0

Browse files
committed
Update quickstart examples for fic v1.0 and feature flag removal
1 parent 896b186 commit 653e5f0

7 files changed

Lines changed: 7 additions & 13 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"experimentalFeaturesEnabled": {
3-
"extensibility": true,
4-
"microsoftGraphPreview": true
3+
"extensibility": true
54
}
65
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"experimentalFeaturesEnabled": {
3-
"extensibility": true,
4-
"microsoftGraphPreview": true
3+
"extensibility": true
54
}
65
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"experimentalFeaturesEnabled": {
3-
"extensibility": true,
4-
"microsoftGraphPreview": true
3+
"extensibility": true
54
}
65
}

quickstart-templates/create-fic-for-github-actions/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource githubActionsApp 'Microsoft.Graph/applications@v1.0' = {
1313
uniqueName: 'githubActionsApp'
1414
displayName: 'Github Actions App'
1515

16-
resource githubFic 'federatedIdentityCredentials@beta' = {
16+
resource githubFic 'federatedIdentityCredentials' = {
1717
name: '${githubActionsApp.uniqueName}/githubFic'
1818
audiences: [microsoftEntraAudience]
1919
description: 'FIC for Github Actions to access Entra protected resources'
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"experimentalFeaturesEnabled": {
3-
"extensibility": true,
4-
"microsoftGraphPreview": true
3+
"extensibility": true
54
}
65
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"experimentalFeaturesEnabled": {
3-
"extensibility": true,
4-
"microsoftGraphPreview": true
3+
"extensibility": true
54
}
65
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"experimentalFeaturesEnabled": {
3-
"extensibility": true,
4-
"microsoftGraphPreview": true
3+
"extensibility": true
54
}
65
}

0 commit comments

Comments
 (0)