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

dependencies: update to latest go-azure-sdk v0.20240923.1151247 and implement discriminated child models #27491

Merged
merged 6 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    eb2d345 View commit details
    Browse the repository at this point in the history
  2. Update all usages of discriminated models

    * Update all instances where response structs previously referenced `*interface{}`
      for discriminated models, but now return a (non-pointer) named interface.
    
    * Where payloads for discriminated models previously used maps as a crutch, attempt
      to use the child model type wherever possible.
    
    * For `aurerm_role_management_policy`, the child models are currently not resolved
      correctly in Pandora and as such don't yet exist in the SDK. As a workaround,
      define a type for this model in the resource package so that it can be typed,
      and crucially so that it can satisfy the new parent model interface.
    manicminer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0ecea0b View commit details
    Browse the repository at this point in the history
  3. linting

    manicminer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6db7ccc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24276f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. azurerm_app_service_connection: CustomizeDiff is ineffective as most …

    …computed values are unknown/zero at plan time
    manicminer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e8d572c View commit details
    Browse the repository at this point in the history
  2. azurerm_kusto_eventgrid_data_connection: remove update acceptance t…

    …est as it is only changing two properties and one of them is ForceNew
    manicminer committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c97b295 View commit details
    Browse the repository at this point in the history