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 3186f31 commit ca61000Copy full SHA for ca61000
examples/parameters.py
@@ -127,7 +127,7 @@
127
password = None
128
129
# Cloud Simulator/on-premise: not used
130
-# Service: 'user principal', 'instance principal' or 'resource principals'
+# Service: 'user principal', 'instance principal' or 'resource principal'
131
principal = None
132
133
test/parameters.py
@@ -78,7 +78,7 @@
78
79
80
def iam_principal():
81
- # Use 'user principal', 'instance principal' or 'resource principals' for
+ # Use 'user principal', 'instance principal' or 'resource principal' for
82
# production pod, and use None for minicloud testing.
83
return None
84
0 commit comments