Skip to content

Commit 75814da

Browse files
(AzureCXP) resolves MicrosoftDocs/azure-docs#46771
added correct api version
1 parent 4d4521e commit 75814da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/scheduled-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Azure Metadata service exposes information about running Virtual Machines using
5353
### Endpoint Discovery
5454
For VNET enabled VMs, the metadata service is available from a static non-routable IP, `169.254.169.254`. The full endpoint for the latest version of Scheduled Events is:
5555

56-
> `http://169.254.169.254/metadata/scheduledevents?api-version=2017-11-01`
56+
> `http://169.254.169.254/metadata/scheduledevents?api-version=2017-08-01`
5757
5858
If the Virtual Machine is not created within a Virtual Network, the default cases for cloud services and classic VMs, additional logic is required to discover the IP address to use.
5959
Refer to this sample to learn how to [discover the host endpoint](https://github.com/azure-samples/virtual-machines-python-scheduled-events-discover-endpoint-for-non-vnet-vm).

0 commit comments

Comments
 (0)