Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public Preview Release - 2024-02-01 #31129

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
60d52c0
Public Preview Release - 2024-02-01, Initial Commit
Oct 21, 2024
2b46015
Public Preview Release - 2024-02-01, Added changes for Alert and Aler…
Oct 21, 2024
7d707a9
Public Preview Release - 2024-02-01, Typo in Alert.tsp
sk23jatin Oct 21, 2024
7fe01a2
Public Preview Release - 2024-02-01, Moving version enum to main.tsp
sk23jatin Oct 21, 2024
dba1843
Public Preview Release - 2024-02-01, type in monitor.json
sk23jatin Oct 22, 2024
d1ae24d
Public Preview Release - 2024-02-01, formatting Alert.tsp and AlertTe…
sk23jatin Oct 22, 2024
1871b97
Public Preview Release - 2024-02-01, reverting changes for Provider T…
sk23jatin Oct 22, 2024
a53d61b
Public Preview Release - 2024-02-01, Adding changes for new version i…
sk23jatin Oct 22, 2024
3fe5b47
Public Preview Release - 2024-02-01, Prettier json for 3 files.
sk23jatin Oct 22, 2024
01bd978
Public Preview Release - 2024-02-01, Prettier json for 1 file.
sk23jatin Oct 22, 2024
d21590a
Public Preview Release - 2024-02-01, modified Alert.tsp and AlertTemp…
sk23jatin Oct 28, 2024
0fc553d
Public Preview Release - 2024-02-01, Using Simple list function in Al…
sk23jatin Oct 28, 2024
601d57d
Public Preview Release - 2024-02-01, Added files in Worloads.Operations.
sk23jatin Oct 29, 2024
5e634e3
Public Preview Release - 2024-02-01, Modified examples operation Id a…
sk23jatin Oct 29, 2024
ff85b29
Public Preview Release - 2024-02-01, used json prettier for operation…
sk23jatin Oct 29, 2024
0f9c3d4
Public Preview Release - 2024-02-01, Resolved Few swagger model Valid…
sk23jatin Oct 29, 2024
d19e857
Public Preview Release - 2024-02-01, Review changes, Added multuple e…
sk23jatin Oct 30, 2024
a38e82b
Merge branch 'main' into preview-feb-24-1
venu-sivanadham Oct 31, 2024
597d7e4
Public Preview Release - 2024-02-01, Review change, modifying Alert n…
sk23jatin Nov 4, 2024
8f48edc
Merge branch 'main' into preview-feb-24-1
venu-sivanadham Nov 5, 2024
da09243
Merge branch 'main' into preview-feb-24-1
sk23jatin Nov 14, 2024
7b065d0
Merge branch 'main' into preview-feb-24-1
venu-sivanadham Nov 15, 2024
4d908f6
Merge branch 'main' into preview-feb-24-1
sk23jatin Nov 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,345 @@
{
"parameters": {
"api-version": "2024-02-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.Workloads/monitors/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors",
"operation": "monitors_List",
"description": "Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor."
}
},
{
"name": "Microsoft.Workloads/monitors/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors",
"operation": "monitors_ListByResourceGroup",
"description": "Gets a list of SAP monitors in the specified resource group."
}
},
{
"name": "Microsoft.Workloads/monitors/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors",
"operation": "monitors_Get",
"description": "Gets properties of a SAP monitor for the specified subscription, resource group, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors",
"operation": "monitors_Create",
"description": "Creates a SAP monitor for the specified subscription, resource group, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors",
"operation": "monitors_Delete",
"description": "Deletes a SAP monitor with the specified subscription, resource group, and monitor name."
}
},
{
"name": "Microsoft.Workloads/monitors/write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors",
"operation": "monitors_Update",
"description": "Patches the Tags field of a SAP monitor for the specified subscription, resource group, and monitor name."
}
},
{
"name": "Microsoft.Workloads/monitors/providerInstances/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/providerInstances",
"operation": "ProviderInstances_List",
"description": "Gets a list of provider instances in the specified SAP monitor. The operations returns various properties of each provider instances."
}
},
{
"name": "Microsoft.Workloads/monitors/providerInstances/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/providerInstances",
"operation": "ProviderInstances_Get",
"description": "Gets properties of a provider instance for the specified subscription, resource group, Monitor name, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/providerInstances/write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/providerInstances",
"operation": "ProviderInstances_Create",
"description": "Creates a provider instance for the specified subscription, resource group, Monitor name, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/providerInstances/delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/providerInstances",
"operation": "ProviderInstances_Delete",
"description": "Deletes a provider instance for the specified subscription, resource group, Monitor name, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/sapLandscapeMonitor/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/sapLandscapeMonitor",
"operation": "SapLandscapeMonitor_List",
"description": "Gets a list of properties of a SAP Landscape monitor configuration for the specified subscription, resource group, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/sapLandscapeMonitor/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/sapLandscapeMonitor",
"operation": "SapLandscapeMonitor_Get",
"description": "Gets properties of a SAP Landscape monitor configuration for the specified subscription, resource group, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/sapLandscapeMonitor/write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/sapLandscapeMonitor",
"operation": "SapLandscapeMonitor_Create",
"description": "Creates a SAP Landscape monitor configuration for the specified subscription, resource group, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/sapLandscapeMonitor/delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/sapLandscapeMonitor",
"operation": "SapLandscapeMonitor_Delete",
"description": "Deletes a SAP Landscape monitor configuration with the specified subscription, resource group, and monitor name."
}
},
{
"name": "Microsoft.Workloads/SapDiscoverySites/Write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "SapDiscoverySites",
"operation": "Creates or updates the SapDiscoverySites",
"description": "Set SapDiscoverySites"
}
},
{
"name": "Microsoft.Workloads/SapDiscoverySites/Delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "SapDiscoverySites",
"operation": "Deletes the SapDiscoverySites",
"description": "Delete SapDiscoverySites"
}
},
{
"name": "Microsoft.Workloads/SapDiscoverySites/Read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "SapDiscoverySites",
"operation": "Reads the SapDiscoverySites",
"description": "Read SapDiscoverySites"
}
},
{
"name": "Microsoft.Workloads/SapDiscoverySites/SapInstances/Write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "SapInstances",
"operation": "Creates or updates the SapInstances",
"description": "Set SapInstances"
}
},
{
"name": "Microsoft.Workloads/SapDiscoverySites/SapInstances/Delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "SapInstances",
"operation": "Deletes the SapInstances",
"description": "Delete SapInstances"
}
},
{
"name": "Microsoft.Workloads/SapDiscoverySites/SapInstances/Read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "SapInstances",
"operation": "Reads the SapInstances",
"description": "Read SapInstances"
}
},
{
"name": "Microsoft.Workloads/SapDiscoverySites/SapInstances/serverInstances/Write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "serverInstances",
"operation": "Creates or updates the serverInstances",
"description": "Set serverInstances"
}
},
{
"name": "Microsoft.Workloads/SapDiscoverySites/SapInstances/serverInstances/Delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "serverInstances",
"operation": "Deletes the serverInstances",
"description": "Delete serverInstances"
}
},
{
"name": "Microsoft.Workloads/SapDiscoverySites/SapInstances/serverInstances/Read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "serverInstances",
"operation": "Reads the serverInstances",
"description": "Read serverInstances"
}
},
{
"name": "Microsoft.Workloads/connectors/Write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "connectors",
"operation": "Creates or updates the connectors",
"description": "Set connectors"
}
},
{
"name": "Microsoft.Workloads/connectors/Read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "connectors",
"operation": "Reads the connectors",
"description": "Read connectors"
}
},
{
"name": "Microsoft.Workloads/connectors/acssBackups/Write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "acssBackups",
"operation": "Creates or updates the acssBackups",
"description": "Set acssBackups"
}
},
{
"name": "Microsoft.Workloads/connectors/acssBackups/Read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "acssBackups",
"operation": "Reads the acssBackups",
"description": "Read acssBackups"
}
},
{
"name": "Microsoft.Workloads/monitors/alert/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/alerts",
"operation": "Alerts_List",
"description": "Gets a list of alerts in the specified SAP monitor. The operation returns various properties of each alert."
}
},
{
"name": "Microsoft.Workloads/monitors/alert/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/alerts",
"operation": "Alerts_Get",
"description": "Gets properties of an Alert for the specified subscription, resource group, Monitor name, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/alert/write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/alerts",
"operation": "Alerts_Create",
"description": "Creates an Alert for the specified subscription, resource group, Monitor name, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/alert/delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/alerts",
"operation": "Alerts_Delete",
"description": "Deletes an Alert for the specified subscription, resource group, Monitor name, and resource name."
}
},
{
"name": "Microsoft.Workloads/monitors/alertTemplates/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/alertTemplates",
"operation": "AlertTemplates_List",
"description": "Gets a list of alert Templates in the specified SAP monitor. The operation returns various properties of each alert template."
}
},
{
"name": "Microsoft.Workloads/monitors/alertTemplates/read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Workloads",
"resource": "monitors/alertTemplates",
"operation": "AlertTemplates_Get",
"description": "Gets properties of an Alert Template for the specified subscription, resource group, Monitor name, and resource name."
}
}
]
}
}
},
"operationId": "Operations_List",
"title": "List the operations for the provider."
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ enum Versions {
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v3)
v2023_10_01_preview: "2023-10-01-preview",

/**
* The 2024-02-01-preview API version.
*/
@useDependency(Azure.ResourceManager.Versions.v1_0_Preview_1)
@useDependency(Azure.Core.Versions.v1_0_Preview_1)
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v5)
v2024_02_01_preview: "2024-02-01-preview",

/**
* The 2024-09-01 API version.
*/
Expand Down
Loading