We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfbb1c commit 6aba8b6Copy full SHA for 6aba8b6
service/privatelink/model.go
@@ -67,7 +67,7 @@ type NotFound struct {
67
}
68
69
func (f *NotFound) Error() string {
70
- return fmt.Sprintf("resource not found - subscription %d", f.subscriptionID)
+ return fmt.Sprintf("privatelink resource not found - subscription %d", f.subscriptionID)
71
72
73
type NotFoundActiveActive struct {
0 commit comments