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 costmanagement API to 2023-08-01 #27680

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Update costmanagement API to 2023-08-01

    This change updates the costmanagement API to version 2023-08-01, ensuring
    compatibility with both the public Azure Cloud and AzureChinaCloud. It's
    important to note that AzureChinaCloud has specific API version requirements,
    and version 2023-08-01 meets these.
    
    In addition, the `azurerm_cost_anomaly_alert` resource now includes a new
    optional parameter, `email_address_sender`, introduced in this API version.
    Should this parameter be omitted, the the TF provider will default to using the
    first email address listed in `email_addresses`, aligning with the default
    behavior observed in the Azure Portal.
    
    The ScheduledActionsClient_v2022_10_01, which previously existed alongside the
    ScheduledActionsClient, has been discontinued. This is because the API version
    2023-08-01 seems to be compatible with all uses.
    s4heid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c5744a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c23b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. merge main

    katbyte committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9e39243 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    aff8e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74a1327 View commit details
    Browse the repository at this point in the history