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
# New API operation '$OperationName' on API Management instance was added.
90
+
# New API operation '$OperationName' was added on Azure API Management service '$ServiceName' in resource group '$ResourceGroupName'
91
+
# Updated policy of the operation '$OperationId' in API '$ApiId' of the Azure API Management service '$ServiceName' in resource group '$ResourceGroupName'
95
92
```
96
93
97
94
## Creating a new user in an Azure API Management service
98
95
99
-
Signup or invite a new user in an existing Azure API Management instance.
96
+
Sign-up or invite a new user in an existing Azure API Management instance.
# Attempting to invite $FirstName $LastName ($MailAddress)
129
-
# Invitation has been sent to FirstName $LastName ($MailAddress)
125
+
# Invitation has been sent to $FirstName $LastName ($mailAddress) for Azure API Management service '$ServiceName' in resource group '$ResourceGroupName'
130
126
```
131
127
132
128
Invite a new user in an existing Azure API Management instance and specify a UserId.
# Attempting to invite $FirstName $LastName ($MailAddress)
143
-
# Invitation has been sent to FirstName $LastName ($MailAddress)
138
+
# Invitation has been sent to $FirstName $LastName ($mailAddress) for Azure API Management service '$ServiceName' in resource group '$ResourceGroupName'
144
139
```
145
140
146
141
Invite a new user in an existing Azure API Management instance and include a note.
# Attempting to invite $FirstName $LastName ($MailAddress)
157
-
# Invitation has been sent to FirstName $LastName ($MailAddress)
151
+
# Invitation has been sent to $FirstName $LastName ($mailAddress) for Azure API Management service '$ServiceName' in resource group '$ResourceGroupName'
158
152
```
159
153
160
154
Invite a new user in an existing Azure API Management instance and send a notification.
# Attempting to invite $FirstName $LastName ($MailAddress)
171
-
# Invitation has been sent to FirstName $LastName ($MailAddress)
164
+
# Invitation has been sent to $FirstName $LastName ($mailAddress) for Azure API Management service '$ServiceName' in resource group '$ResourceGroupName'
172
165
```
173
166
174
167
Signup a new user in an existing Azure API Management instance.
# Attempting to create account for FirstName $LastName ($MailAddress)
185
-
# Account has been created for FirstName $LastName ($MailAddress)
177
+
# Account has been created for $FirstName $LastName ($mailAddress) for Azure API Management service '$ServiceName' in resource group '$ResourceGroupName'
186
178
# Since no password was provided, one has been generated. Please advise the user to change this password the first time logging in
# Attempting to create account for FirstName $LastName ($MailAddress)
201
-
# Account has been created for FirstName $LastName ($MailAddress)
192
+
# Account has been created for $FirstName $LastName ($mailAddress) for Azure API Management service '$ServiceName' in resource group '$ResourceGroupName'
202
193
```
203
194
204
195
## Removing a user from an Azure API Management service
# Retrieving the user account with e-mail '$MailAddress'
226
-
# Attempting to remove the user account with e-mail '$MailAddress' and id '1'
227
-
# Removed the user account with e-mail '$MailAddress' and id '1'
216
+
# Removed the user account with e-mail '$MailAddress' and ID '1' for the Azure API Management service '$ServiceName' in resource group '$ResourceGroupName'
228
217
```
229
218
230
219
## Importing a policy to a product in the Azure API Management instance
# Using API Management instance 'my-api-management-instance' in resource group 'my-resource-group'
399
-
# Uploaded private certificate at 'c:\temp\certificate.pfx'
381
+
# Uploaded private certificate at 'C:\temp\certificate.pfx' for the Azure API Management service 'my-api-management-instance' in resource group 'my-resource-group'
@@ -176,10 +176,11 @@ Saves/retains a specific Azure DevOps pipeline run.
176
176
PS> Save-AzDevOpsBuild `
177
177
-ProjectId $(System.TeamProjectId) `
178
178
-BuildId $(Build.BuildId)
179
-
# The variables $(System.TeamProjectId) and $(Build.BuildId) are predefined Azure DevOps variables
180
-
# Information on them can be found here: https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml
179
+
# Saved Azure DevOps build with build ID $BuildId in project $ProjectId
181
180
```
182
181
182
+
> 💡 The variables $(System.TeamProjectId) and $(Build.BuildId) are predefined Azure DevOps variables. Information on them can be found here: https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml
183
+
183
184
**Azure DevOps Example**
184
185
This function is intended to be used from an Azure DevOps pipeline. Internally, it uses some predefined Azure DevOps variables.
185
186
One of the environment variables that is used, is the `SYSTEM_ACCESSTOKEN` variable. However, due to safety reasons this variable is not available out-of-the box.
0 commit comments