@integrity-labs/agt-cli 0.27.54 → 0.27.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1093,6 +1093,19 @@ var FIXED_SECONDS = {
1093
1093
  "4h": 4 * 60 * 60
1094
1094
  };
1095
1095
 
1096
+ // ../../packages/core/dist/channels/azure-provisioning.js
1097
+ var AAD_OIDC_SCOPES = ["offline_access", "openid", "profile"];
1098
+ var AZURE_ARM_SCOPES = [
1099
+ ...AAD_OIDC_SCOPES,
1100
+ "https://management.azure.com/user_impersonation"
1101
+ ];
1102
+ var AZURE_GRAPH_SCOPES = ["https://graph.microsoft.com/Application.ReadWrite.All"];
1103
+ var AZURE_PROVISIONING_SCOPES = [
1104
+ ...AAD_OIDC_SCOPES,
1105
+ ...AZURE_GRAPH_SCOPES,
1106
+ "https://management.azure.com/user_impersonation"
1107
+ ];
1108
+
1096
1109
  // ../../packages/core/dist/parser/frontmatter.js
1097
1110
  import { parse as parseYaml } from "yaml";
1098
1111
  function extractFrontmatter(content) {
@@ -3979,4 +3992,4 @@ export {
3979
3992
  attributeTranscriptUsageByRun,
3980
3993
  KANBAN_CHECK_COMMAND
3981
3994
  };
3982
- //# sourceMappingURL=chunk-2NOH5XB5.js.map
3995
+ //# sourceMappingURL=chunk-5XPUZ2LX.js.map