-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from microsoftgraph/jasondou/quickstart-v0.1.5
Update quickstart examples for fic v1.0 and feature flag removal
- Loading branch information
Showing
7 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
quickstart-templates/application-serviceprincipal-create-client-resource/bicepconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"experimentalFeaturesEnabled": { | ||
"extensibility": true, | ||
"microsoftGraphPreview": true | ||
"extensibility": true | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
quickstart-templates/create-client-app-sp-with-kv-cert/bicepconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"experimentalFeaturesEnabled": { | ||
"extensibility": true, | ||
"microsoftGraphPreview": true | ||
"extensibility": true | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
quickstart-templates/create-fic-for-github-actions/bicepconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"experimentalFeaturesEnabled": { | ||
"extensibility": true, | ||
"microsoftGraphPreview": true | ||
"extensibility": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
3 changes: 1 addition & 2 deletions
3
...kstart-templates/resource-application-access-grant-to-client-application/bicepconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"experimentalFeaturesEnabled": { | ||
"extensibility": true, | ||
"microsoftGraphPreview": true | ||
"extensibility": true | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
quickstart-templates/security-group-assign-azure-role/bicepconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"experimentalFeaturesEnabled": { | ||
"extensibility": true, | ||
"microsoftGraphPreview": true | ||
"extensibility": true | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
quickstart-templates/security-group-create-with-owners-and-members/bicepconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"experimentalFeaturesEnabled": { | ||
"extensibility": true, | ||
"microsoftGraphPreview": true | ||
"extensibility": true | ||
} | ||
} |