Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Azure.Provisioning to latest version #5592

Merged
merged 37 commits into from
Sep 18, 2024
Merged

Commits on Sep 9, 2024

  1. Update Azure.Provisioning to latest version

    Fix dotnet#5583
    
    WIP: This first stab converts KeyVault to the new Provisioning version.
    eerhardt committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bbfea9d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Add AsBicepParameter

    eerhardt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    929fcac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a364cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4c4f8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e23335 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    6b4faf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    906e1c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e1a0c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    d63bcf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9147277 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e34551 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0acf431 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb7fb7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a1bfa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb41af8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7acb33c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bb8479 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6097a9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    41c8089 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    113be63 View commit details
    Browse the repository at this point in the history
  13. Get tests building

    eerhardt committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bc16653 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix up so azd up works

    - Use resource versions in more places
    - Always add a location parameter
    - Can remove sorting now that the CDK has it
    eerhardt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bc36aa0 View commit details
    Browse the repository at this point in the history
  2. Use GetTenant function

    eerhardt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c8322a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    665a4dc View commit details
    Browse the repository at this point in the history
  4. Fix bicep tests

    Also consolidate ResourceVersions into a shared file. Use defined ResourceVersions in more places.
    eerhardt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b371332 View commit details
    Browse the repository at this point in the history
  5. Update test nuget.configs

    eerhardt authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    18cbd0a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    2bb632d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c1112b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc2ef1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15f7258 View commit details
    Browse the repository at this point in the history
  5. Remove hard-coded ResourceVersions.

    The ones that still need to be specified are:
    
    Top-level
    - RedisResource
    - SignalRService
    - WebPubSubService
    
    Child resources
    - CognitiveServicesAccountDeployment
    - CosmosDBSqlDatabase
    - PostgreSqlFlexibleServerFirewallRule
    - PostgreSqlFlexibleServerDatabase
    - SqlFirewallRule
    - SqlDatabase
    eerhardt committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d2fe6cd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    35dd244 View commit details
    Browse the repository at this point in the history
  2. Fix up whitespace

    eerhardt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fa37195 View commit details
    Browse the repository at this point in the history
  3. Use 8.x naming scheme.

    eerhardt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    16ea988 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    369e72f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da65e75 View commit details
    Browse the repository at this point in the history
  6. Respond to PR feedback

    - Default Storage AccessTier = Hot, to keep existing behavior
    - Use IPAddress when setting PostgreSQL firewall rules
    eerhardt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    422d838 View commit details
    Browse the repository at this point in the history