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
flags.StringVar(&o.configFilePath, "azure-property-checker-config-file", o.configFilePath, "Path to the Azure property checker configuration file.")
29
+
flags.StringVar(&o.computeServiceAddressWithBasePath, "azure-compute-server-address", o.computeServiceAddressWithBasePath, "The address of the Azure compute service with base path.")
30
30
}
31
31
32
32
// IsEnabled returns whether the Azure property checker is enabled.
0 commit comments