Skip to content

Commit

Permalink
Fix external documentation links
Browse files Browse the repository at this point in the history
Update external docs links to point to the current documentation
  • Loading branch information
katherinebecker committed Nov 1, 2019
1 parent 4c541a2 commit 00d15a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"description": "Create a new software update configuration with the name given in the URI.",
"externalDocs": {
"url": "http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations"
"url": "https://docs.microsoft.com/dotnet/api/microsoft.azure.management.automation.softwareupdateconfigurationsoperationsextensions"
},
"x-ms-examples": {
"Create software update configuration": {
Expand Down Expand Up @@ -113,7 +113,7 @@
],
"description": "Get a single software update configuration by name.",
"externalDocs": {
"url": "http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations"
"url": "https://docs.microsoft.com/dotnet/api/microsoft.azure.management.automation.softwareupdateconfigurationsoperationsextensions"
},
"x-ms-examples": {
"Get software update configuration by name": {
Expand Down Expand Up @@ -166,7 +166,7 @@
],
"description": "Delete a specific software update configuration.",
"externalDocs": {
"url": "http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations"
"url": "https://docs.microsoft.com/dotnet/api/microsoft.azure.management.automation.softwareupdateconfigurationsoperationsextensions"
},
"x-ms-examples": {
"Delete software update configuration": {
Expand Down Expand Up @@ -221,7 +221,7 @@
],
"description": "Get all software update configurations for the account.",
"externalDocs": {
"url": "http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations"
"url": "https://docs.microsoft.com/dotnet/api/microsoft.azure.management.automation.softwareupdateconfigurationsoperationsextensions"
},
"x-ms-examples": {
"List software update configurations": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"description": "Get a single software update configuration machine run by ID.",
"externalDocs": {
"url": "http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations"
"url": "https://docs.microsoft.com/dotnet/api/microsoft.azure.management.automation.softwareupdateconfigurationmachinerunsoperationsextensions"
},
"x-ms-examples": {
"Get software update configuration machine run": {
Expand Down Expand Up @@ -101,7 +101,7 @@
],
"description": "Return list of software update configuration machine runs",
"externalDocs": {
"url": "http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations"
"url": "https://docs.microsoft.com/dotnet/api/microsoft.azure.management.automation.softwareupdateconfigurationmachinerunsoperationsextensions"
},
"x-ms-examples": {
"List software update configuration machine runs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"description": "Get a single software update configuration run by ID.",
"externalDocs": {
"url": "http://aka.ms/azureautomationsdk/softwareupdateconfigurationrunoperations"
"url": "https://docs.microsoft.com/dotnet/api/microsoft.azure.management.automation.softwareupdateconfigurationrunsoperationsextensions"
},
"x-ms-examples": {
"Get software update configuration runs by ID": {
Expand Down Expand Up @@ -101,7 +101,7 @@
],
"description": "Return list of software update configuration runs.",
"externalDocs": {
"url": "http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations"
"url": "https://docs.microsoft.com/dotnet/api/microsoft.azure.management.automation.softwareupdateconfigurationrunsoperationsextensions"
},
"x-ms-examples": {
"List software update configuration machine runs": {
Expand Down

0 comments on commit 00d15a1

Please sign in to comment.