You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// StackDiskAPIVersionProfile is the API Version to set for the disk client.
121
+
// API Version Profile "2020-06-01" is not supported for disks.
122
+
StackDiskAPIVersionProfile="2018-06-01"
123
+
)
124
+
112
125
var (
113
126
// LinuxBootstrapExtensionCommand is the command the VM bootstrap extension will execute to verify Linux nodes bootstrap completes successfully.
114
127
LinuxBootstrapExtensionCommand=fmt.Sprintf("for i in $(seq 1 %d); do test -f %s && break; if [ $i -eq %d ]; then exit 1; else sleep %d; fi; done", bootstrapExtensionRetries, bootstrapSentinelFile, bootstrapExtensionRetries, bootstrapExtensionSleep)
@@ -357,7 +370,7 @@ func UserAgent() string {
357
370
}
358
371
359
372
// ARMClientOptions returns default ARM client options for CAPZ SDK v2 requests.
0 commit comments