Skip to content

Commit c83e05a

Browse files
Merge pull request #284708 from Albertyang0/2024_08-Monthly-broken-links-fix-SnehaSudhirG
2024_08 - Fix monthly broken links - SnehaSudhirG
2 parents 58e3db0 + f100859 commit c83e05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/runbook-input-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ In the label beneath the input box, you can see the properties that have been se
178178
179179
#### Start a runbook using an SDK and assign parameters
180180

181-
* **Azure Resource Manager method:** You can start a runbook using the SDK of a programming language. Below is a C# code snippet for starting a runbook in your Automation account. You can view all the code at our [GitHub repository](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/automation/Microsoft.Azure.Management.Automation/tests/TestSupport/AutomationTestBase.cs).
181+
* **Azure Resource Manager method:** You can start a runbook using the SDK of a programming language. Below is a C# code snippet for starting a runbook in your Automation account. You can view all the code at our [GitHub repository](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/automation/Azure.ResourceManager.Automation/tests/AutomationManagementTestBase.cs).
182182

183183
```csharp
184184
public Job StartRunbook(string runbookName, IDictionary<string, string> parameters = null)
@@ -198,7 +198,7 @@ In the label beneath the input box, you can see the properties that have been se
198198
}
199199
```
200200

201-
* **Azure classic deployment model method:** You can start a runbook by using the SDK of a programming language. Below is a C# code snippet for starting a runbook in your Automation account. You can view all the code at our [GitHub repository](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/automation/Microsoft.Azure.Management.Automation/tests/TestSupport/AutomationTestBase.cs).
201+
* **Azure classic deployment model method:** You can start a runbook by using the SDK of a programming language. Below is a C# code snippet for starting a runbook in your Automation account. You can view all the code at our [GitHub repository](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/automation/Azure.ResourceManager.Automation/tests/AutomationManagementTestBase.cs).
202202

203203
```csharp
204204
public Job StartRunbook(string runbookName, IDictionary<string, string> parameters = null)

0 commit comments

Comments
 (0)