We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e95296 commit 36e5ba9Copy full SHA for 36e5ba9
1 file changed
src/mas/devops/mas.py
@@ -163,6 +163,7 @@ def verifyMasInstance(dynClient: DynamicClient, instanceId: str) -> bool:
163
logger.error("Error: Unable to verify MAS instance due to failed authorization: {e}")
164
return False
165
166
+
167
def verifyAppInstance(dynClient: DynamicClient, instanceId: str, applicationId: str) -> bool:
168
"""
169
Validate that the chosen app instance exists
0 commit comments