From 653e5f0144b10ffd1d6593ea6bdbcca7af16a98f Mon Sep 17 00:00:00 2001 From: Jason Dou Date: Tue, 7 May 2024 16:46:47 -0700 Subject: [PATCH] Update quickstart examples for fic v1.0 and feature flag removal --- .../bicepconfig.json | 3 +-- .../create-client-app-sp-with-kv-cert/bicepconfig.json | 3 +-- .../create-fic-for-github-actions/bicepconfig.json | 3 +-- quickstart-templates/create-fic-for-github-actions/main.bicep | 2 +- .../bicepconfig.json | 3 +-- .../security-group-assign-azure-role/bicepconfig.json | 3 +-- .../bicepconfig.json | 3 +-- 7 files changed, 7 insertions(+), 13 deletions(-) diff --git a/quickstart-templates/application-serviceprincipal-create-client-resource/bicepconfig.json b/quickstart-templates/application-serviceprincipal-create-client-resource/bicepconfig.json index 834c085..8c461ef 100644 --- a/quickstart-templates/application-serviceprincipal-create-client-resource/bicepconfig.json +++ b/quickstart-templates/application-serviceprincipal-create-client-resource/bicepconfig.json @@ -1,6 +1,5 @@ { "experimentalFeaturesEnabled": { - "extensibility": true, - "microsoftGraphPreview": true + "extensibility": true } } \ No newline at end of file diff --git a/quickstart-templates/create-client-app-sp-with-kv-cert/bicepconfig.json b/quickstart-templates/create-client-app-sp-with-kv-cert/bicepconfig.json index 834c085..8c461ef 100644 --- a/quickstart-templates/create-client-app-sp-with-kv-cert/bicepconfig.json +++ b/quickstart-templates/create-client-app-sp-with-kv-cert/bicepconfig.json @@ -1,6 +1,5 @@ { "experimentalFeaturesEnabled": { - "extensibility": true, - "microsoftGraphPreview": true + "extensibility": true } } \ No newline at end of file diff --git a/quickstart-templates/create-fic-for-github-actions/bicepconfig.json b/quickstart-templates/create-fic-for-github-actions/bicepconfig.json index 834c085..8c461ef 100644 --- a/quickstart-templates/create-fic-for-github-actions/bicepconfig.json +++ b/quickstart-templates/create-fic-for-github-actions/bicepconfig.json @@ -1,6 +1,5 @@ { "experimentalFeaturesEnabled": { - "extensibility": true, - "microsoftGraphPreview": true + "extensibility": true } } \ No newline at end of file diff --git a/quickstart-templates/create-fic-for-github-actions/main.bicep b/quickstart-templates/create-fic-for-github-actions/main.bicep index 594ab70..6dac5cc 100644 --- a/quickstart-templates/create-fic-for-github-actions/main.bicep +++ b/quickstart-templates/create-fic-for-github-actions/main.bicep @@ -13,7 +13,7 @@ resource githubActionsApp 'Microsoft.Graph/applications@v1.0' = { 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' diff --git a/quickstart-templates/resource-application-access-grant-to-client-application/bicepconfig.json b/quickstart-templates/resource-application-access-grant-to-client-application/bicepconfig.json index 834c085..8c461ef 100644 --- a/quickstart-templates/resource-application-access-grant-to-client-application/bicepconfig.json +++ b/quickstart-templates/resource-application-access-grant-to-client-application/bicepconfig.json @@ -1,6 +1,5 @@ { "experimentalFeaturesEnabled": { - "extensibility": true, - "microsoftGraphPreview": true + "extensibility": true } } \ No newline at end of file diff --git a/quickstart-templates/security-group-assign-azure-role/bicepconfig.json b/quickstart-templates/security-group-assign-azure-role/bicepconfig.json index 834c085..8c461ef 100644 --- a/quickstart-templates/security-group-assign-azure-role/bicepconfig.json +++ b/quickstart-templates/security-group-assign-azure-role/bicepconfig.json @@ -1,6 +1,5 @@ { "experimentalFeaturesEnabled": { - "extensibility": true, - "microsoftGraphPreview": true + "extensibility": true } } \ No newline at end of file diff --git a/quickstart-templates/security-group-create-with-owners-and-members/bicepconfig.json b/quickstart-templates/security-group-create-with-owners-and-members/bicepconfig.json index 834c085..8c461ef 100644 --- a/quickstart-templates/security-group-create-with-owners-and-members/bicepconfig.json +++ b/quickstart-templates/security-group-create-with-owners-and-members/bicepconfig.json @@ -1,6 +1,5 @@ { "experimentalFeaturesEnabled": { - "extensibility": true, - "microsoftGraphPreview": true + "extensibility": true } } \ No newline at end of file