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

[Hub Generated] Review request for Microsoft.ChangeAnalysis to add version preview/2020-04-01-preview #8981

Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
87707ff
New Readme Config File
alexaloni Apr 8, 2020
b88e44e
New Go Language Readme Config File
alexaloni Apr 8, 2020
2900661
New Typescript Language Readme Config File
alexaloni Apr 8, 2020
26de02c
New Python Language Readme Config File
alexaloni Apr 8, 2020
f317100
New C# Language Readme Config File
alexaloni Apr 8, 2020
486c882
New Ruby Language Readme Config File
alexaloni Apr 8, 2020
3936148
New Swagger Spec File
alexaloni Apr 8, 2020
15a3efb
New Swagger Example Spec File
alexaloni Apr 8, 2020
0f97011
add swagger spec second time
Apr 8, 2020
ed86b9f
trying to fix violations #1
Apr 8, 2020
b497be3
adding descriptions and schema tag for default error
Apr 9, 2020
4a15aaf
removing required location element from proxy resource.
Apr 9, 2020
eaba2d3
adding prettifier fixed
Apr 9, 2020
5a07e88
update 3
Apr 14, 2020
bc860cf
update 4
Apr 14, 2020
b41c5a9
update 5
Apr 14, 2020
814485d
update 6
Apr 15, 2020
2cc5e95
update 7
Apr 15, 2020
7cc6dc6
update 8
Apr 15, 2020
e3eb646
update 9
Apr 15, 2020
0fa3c15
update 10
Apr 15, 2020
7361345
update 11
Apr 15, 2020
a9d5d8c
update 12
Apr 15, 2020
c94d45d
update 13
Apr 15, 2020
9c00be1
update 14
Apr 15, 2020
90be23b
update 15
Apr 15, 2020
cc8f039
update 16
Apr 15, 2020
a444027
update 17
Apr 15, 2020
741fe10
update 18
Apr 15, 2020
4a15edc
Adds suppression to readme
alexaloni Apr 15, 2020
4c69ff2
updating comments of few models
Apr 19, 2020
8acbff5
changing description of few elements
May 7, 2020
f596cc2
Merge branch 'v2-dev-changeanalysis-Microsoft.ChangeAnalysis-2020-04-…
May 7, 2020
8a8a8db
prettier run:
May 8, 2020
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
Prev Previous commit
Next Next commit
update 4
  • Loading branch information
Alex Dubinkov committed Apr 14, 2020
commit bc860cf93171a608cd03c22332427c1af4f4b33c
Original file line number Diff line number Diff line change
@@ -187,7 +187,7 @@
],
"summary": "Lists operations for the resource provider.",
"description": "Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their description.",
"operationId": "List",
"operationId": "Operation_List",
"produces": [
"application/json",
"default"
@@ -225,9 +225,11 @@
},
"definitions": {
"ResourceIdentity": {
"description": "The identity block returned by ARM resource that supports managed identity.",
"type": "object",
"properties": {
"type": {
"description": "The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.",
"enum": [
"None",
"SystemAssigned"
@@ -240,26 +242,34 @@
},
"principalId": {
"format": "uuid",
"type": "string"
"description": "The principal id of the identity. This property will only be provided for a system-assigned identity.",
"type": "string",
"readOnly": true
},
"tenantId": {
"format": "uuid",
"type": "string"
"description": "The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity.",
"type": "string",
"readOnly": true
}
}
},
"AzureMonitorWorkspaceProperties": {
"description": "Azure Monitor workspace configuration to receive change notifications.",
"type": "object",
"properties": {
"workspaceId": {
"description": "The Azure Monitor workspace ID - the unique identifier for the Log Analytics workspace.",
"type": "string"
},
"workspaceResourceId": {
"description": "The Azure Monitor workspace ARM Resource ID.\r\nThe resource ID should be in the following format:\r\n/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}",
"type": "string"
}
}
},
"NotificationsState": {
"description": "The state of notifications feature.",
"enum": [
"None",
"Enabled",
@@ -272,6 +282,7 @@
}
},
"NotificationSettings": {
"description": "Notifications model to configure notification settings for subscription.",
"type": "object",
"properties": {
"azureMonitorWorkspaceProperties": {
@@ -283,6 +294,7 @@
}
},
"ConfigurationProfileResourceProperties": {
"description": "The properties of a configuration profile.",
"type": "object",
"properties": {
"notifications": {
@@ -338,6 +350,7 @@
}
},
"ResourceProviderOperationDisplay": {
"description": "The resource provider operation details.",
"type": "object",
"properties": {
"provider": {
@@ -359,6 +372,7 @@
}
},
"ResourceProviderOperationDefinition": {
"description": "The resource provider operation definition.",
"type": "object",
"properties": {
"name": {
@@ -371,6 +385,7 @@
}
},
"ResourceProviderOperationList": {
"description": "The resource provider operation list.",
"type": "object",
"properties": {
"value": {