Skip to content

Commit

Permalink
block resource group's 2024-11-01 as it's unavailable (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu authored Dec 30, 2024
1 parent 6c2da80 commit ccc7d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/azure/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ func GetApiVersions(resourceType string) []string {
}
}

// TODO: remove the below codes when Resources RP 2024-07-01 is available
// TODO: remove the below codes when Resources RP 2024-11-01 is available
if strings.EqualFold(resourceType, arm.ResourceGroupResourceType.String()) {
temp := make([]string, 0)
for _, v := range res {
if v != "2024-07-01" {
if v != "2024-11-01" {
temp = append(temp, v)
}
}
Expand Down

0 comments on commit ccc7d9c

Please sign in to comment.