Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions provider/cmd/pulumi-resource-azure-native/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -604000,7 +604000,8 @@
"$ref": "#/types/azure-native:containerservice:GPUInstanceProfile"
}
],
"description": "GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU."
"description": "GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.",
"willReplaceOnChanges": true
},
"hostGroupID": {
"type": "string",
Expand Down Expand Up @@ -604194,7 +604195,8 @@
},
"vmSize": {
"type": "string",
"description": "VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions"
"description": "VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions",
"willReplaceOnChanges": true
},
"vnetSubnetID": {
"type": "string",
Expand Down
4 changes: 4 additions & 0 deletions provider/pkg/gen/replacement.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ var forceNewMap = map[string]map[string]codegen.StringSet{
"nodeResourceGroup",
"windowsProfile",
),
"AgentPool": codegen.NewStringSet(
"gpuInstanceProfile",
"vmSize",
),
},
"Insights": {
"Component": codegen.NewStringSet(), // covered by x-ms-mutability
Expand Down