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

[MVMoreMessage] [Hub Generated] Review request for Microsoft.HealthcareApis to add version stable/2020-03-30 #8

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
4c0054d
Update batch sdk comments (#10517)
xingwu1 Sep 11, 2020
faf8e1c
Changes for new api version sdk generate (#10685)
yifalu Sep 11, 2020
ff5dc59
[Azure Stack] Updates to Azs.AzureBridge.Admin spec (#9035)
viananth Sep 11, 2020
1c32b72
Connected machine az cli (#10640)
TylerLeonhardt Sep 12, 2020
7a82688
Fix Billing Swagger (#10276)
LianwMS Sep 14, 2020
c008c10
Incident entities (#10648)
moranraz Sep 14, 2020
e52e85b
Update Readmes for Python for Automanage (#10633)
stowen-msft Sep 14, 2020
bd9aa6d
[SRP] Introduce 2020-08-01-preview version. (#10570)
huizlAzure Sep 14, 2020
9092e14
[Hub Generated] Review request for Microsoft.DigitalTwins to add vers…
sjiherzig Sep 14, 2020
a4100a3
Updating readme for MySQL and PostgreSQL to include new flexible serv…
mjain2 Sep 15, 2020
6b69d6e
[NetAppFiles]Anf 6195 swagger restapi to2020 06 01 bugfix (#10753)
audunn Sep 15, 2020
e354da0
Update workbooks api to include sourceId (#10781)
yves-chan Sep 15, 2020
dcf5f21
add alias for auto_rev_minor_version to fix az CLI linter error (#10789)
TylerLeonhardt Sep 15, 2020
4e73d15
Add new resource to Microsoft.Sql "ServerTrustGroup". (#10705)
dmitarredz Sep 15, 2020
32af5f5
Adding request body for listcredential for Microsoft.Kubernetes (#10766)
akashkeshari Sep 15, 2020
fbe9266
Update openapi-authoring-automated-guidelines.md (#10606)
jianyexi Sep 15, 2020
baa81a2
Add support for filter by deviceId (#10771)
liranc Sep 15, 2020
56d853a
Corrected Examples for Resource Mover to generate documentation examp…
ajaygit158 Sep 15, 2020
aa25f9e
Add new API version 2020-09-01 (#10737)
xingwu1 Sep 15, 2020
07f6986
Update keys.json (#10495)
jlichwa Sep 15, 2020
39466d2
Remove LiveVideoAnalytics Swagger and samples from Azure repo, as thi…
giakas Sep 15, 2020
560c551
Add Metrics Advisor API Properties. (#10722)
yangyuan Sep 16, 2020
8f7f2ce
[Microsoft.ApiManagement][2019-12-01] Content management resources: C…
azaslonov Sep 16, 2020
988270d
Update provisioningStatus field name for assignment (#10754)
abhinav-ghai Sep 16, 2020
7cf01c8
[ASR][V2A-RCM] Add new properties and provider specific models for V2…
imshashwataggarwal Sep 16, 2020
1b98adc
[Hub Generated] Review request for Microsoft.CostManagement to add ve…
paornela Sep 16, 2020
a79f3b3
Bump up version number for "old" preview api (#10768)
jorgbaca Sep 16, 2020
d199ce1
updated apispec (#10719)
tamilmani1989 Sep 16, 2020
942718d
added new api version (#10784)
jorgecotillo Sep 16, 2020
995320f
[Hub Generated] Move private branch 'dev-healthcareapis-Microsoft.Hea…
shmartel Sep 16, 2020
8362798
[Synapse] - Unify dayofweek definition (#10449)
idear1203 Sep 16, 2020
0ac9e06
fix synapse readme for python (#10750)
wonner Sep 16, 2020
c71c7ee
Fix Python conf for AnomalyDectector (#10818)
lmazuel Sep 16, 2020
5325e13
Add CloudEvent and Custom Schema versions of the EventGrid Data-Plane…
ellismg Sep 16, 2020
f595fe8
Change enum value name for SupportedRuntimeVersion (#10824)
metacpp Sep 17, 2020
e342403
python codegen (#10826)
changlong-liu Sep 17, 2020
434f266
[Hub Generated] Review request for Microsoft.AlertsManagement to add …
orieldar Sep 17, 2020
2bb9298
Corrected case in operation ids (#10811)
audunn Sep 17, 2020
3aa6a51
Document IMDS version 2020-06-01 (#10426)
LittleBoxOfSunshine Sep 17, 2020
b0cc5a8
Adds base for updating Microsoft.HealthcareApis from version stable/2…
anrudraw Sep 17, 2020
c627c60
Updates readme
anrudraw Sep 17, 2020
1e3c4b5
Updates API version in new specs and examples
anrudraw Sep 17, 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
updated apispec (Azure#10719)
* updated apispec

* spell error fix

* removed dncappid from response

* updated apispec

* Added appid and endpoint in response
  • Loading branch information
tamilmani1989 authored Sep 16, 2020
commit d199ce15b2716c2167aa2b30949640159cfa8d51
Original file line number Diff line number Diff line change
Expand Up @@ -744,42 +744,6 @@
},
"x-ms-azure-resource": true
},
"DelegatedSubnetResource": {
"description": "Represents an instance of a DelegatedSubnet resource.",
"type": "object",
"properties": {
"id": {
"type": "string",
"readOnly": true,
"description": "An identifier that represents the DelegatedSubnet resource."
},
"name": {
"type": "string",
"readOnly": true,
"description": "The name of the DelegatedSubnet resource."
},
"type": {
"type": "string",
"readOnly": true,
"description": "The type of the DelegatedSubnet resource.(Microsoft.DelegatedNetwork/delegatedSubnet)"
},
"location": {
"type": "string",
"description": "Location of the DelegatedSubnet resource."
}
},
"x-ms-azure-resource": true
},
"DelegatedSubnetParameters": {
"description": "DelegatedSubnet Parameters",
"type": "object",
"properties": {
"controllerID": {
"type": "string",
"description": "Delegated Network Controller ID"
}
}
},
"DelegatedControllers": {
"description": "An array of Delegated controller resources.",
"type": "object",
Expand All @@ -796,36 +760,25 @@
"value"
]
},
"DelegatedSubnetList": {
"description": "An array of Delegated subnets resources.",
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/DelegatedSubnet"
},
"description": "An array of Delegated subnets resources."
}
},
"required": [
"value"
]
},
"ControllerTypeParameters": {
"description": "Details of controller type.",
"type": "object",
"properties": {
"controllerType": {
"type": "string",
"description": "Type of Delegated controller."
},
"kubernetesProperties": {
"type": "array",
"description": "properties of kubernetes clusters",
"items": {
"$ref": "#/definitions/KubernetesProperties"
"description": "Type of controller",
"enum": [
"Kubernetes"
],
"x-ms-enum": {
"name": "ControllerType",
"modelAsString": true
}
},
"properties": {
"x-ms-client-flatten": true,
"description": "Controller properties",
"$ref": "#/definitions/ControllerInstanceProperties"
}
}
},
Expand All @@ -835,7 +788,7 @@
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ControllerProperties",
"$ref": "#/definitions/ControllerResponseProperties",
"description": "Properties of the provision operation request."
}
},
Expand All @@ -845,7 +798,7 @@
}
]
},
"ControllerProperties": {
"ControllerResponseProperties": {
"description": "Properties of Delegated controller resource.",
"type": "object",
"properties": {
Expand All @@ -864,26 +817,18 @@
"readOnly": true,
"description": "The current state of dnc controller resource."
},
"type": {
"type": "string",
"description": "Type of dnc controller."
},
"resourceGuid": {
"dncAppId": {
"type": "string",
"description": "Gets or sets resource GUID property of the controller resource."
},
"dncAppID": {
"type": "string",
"description": "Get controller AAD ID."
"description": "The current state of dnc controller resource."
},
"dncEndpoint": {
"type": "string",
"description": "Dnc Endpoint url."
"description": "dnc endpoint url that customers can use to connect to"
}
}
},
"KubernetesProperties": {
"description": "Properties of kubernetes cluster",
"ControllerInstanceProperties": {
"description": "Properties of orchestrator",
"type": "object",
"properties": {
"serverAppID": {
Expand All @@ -904,13 +849,65 @@
}
}
},
"DelegatedSubnetResource": {
"description": "Represents an instance of a DelegatedSubnet resource.",
"type": "object",
"properties": {
"id": {
"type": "string",
"readOnly": true,
"description": "An identifier that represents the DelegatedSubnet resource."
},
"name": {
"type": "string",
"readOnly": true,
"description": "The name of the DelegatedSubnet resource."
},
"type": {
"type": "string",
"readOnly": true,
"description": "The type of the DelegatedSubnet resource.(Microsoft.DelegatedNetwork/delegatedSubnet)"
},
"location": {
"type": "string",
"description": "Location of the DelegatedSubnet resource."
}
},
"x-ms-azure-resource": true
},
"DelegatedSubnetParameters": {
"description": "DelegatedSubnet Parameters",
"type": "object",
"properties": {
"controllerID": {
"type": "string",
"description": "Delegated Network Controller ARM resource ID"
}
}
},
"DelegatedSubnetList": {
"description": "An array of Delegated subnets resources.",
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/DelegatedSubnet"
},
"description": "An array of Delegated subnets resources."
}
},
"required": [
"value"
]
},
"DelegatedSubnet": {
"description": "Delegated subnet details",
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/DelegatedSubnetProperties",
"$ref": "#/definitions/DelegatedSubnetResponseProperties",
"description": "Properties of the delegated subnet request"
}
},
Expand All @@ -920,7 +917,7 @@
}
]
},
"DelegatedSubnetProperties": {
"DelegatedSubnetResponseProperties": {
"description": "Properties of delegated subnet resource.",
"type": "object",
"properties": {
Expand All @@ -938,6 +935,10 @@
},
"readOnly": true,
"description": "The current state of delegated subnet resource."
},
"resourceGuid": {
"type": "string",
"description": "Guid for the resource(delegatedSubnet) created"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
"type": "Microsoft.DelegatedNetwork/controller",
"properties": {
"state": "Succeeded",
"type": "Kubernetes",
"resourceGuid": "a182cbcf-e8ea-4175-ac2b-ad36a73f9801",
"dncAppID": "ac6192d7-503f-477a-9cfe-4efc3ee2b645",
"dncEndpoint": "https://uscentral.dnc.azure.com/"
"dncAppId": "ac1192d7-503f-477a-9cfe-4efc3ee2bd60",
"dncEndpoint": "https://orch.useast.dnc.azure.com"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"type": "Microsoft.DelegatedNetwork/controller",
"properties": {
"state": "Succeeded",
"type": "Kubernetes",
"resourceGuid": "a182cbcf-e8ea-4175-ac2b-ad36a73f9801",
"dncAppID": "ac6192d7-503f-477a-9cfe-4efc3ee2b645"
"dncAppId": "ac1192d7-503f-477a-9cfe-4efc3ee2bd60",
"dncEndpoint": "https://orch.useast.dnc.azure.com"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"name": "delegated1",
"type": "Microsoft.DelegatedNetwork/delegatedSubnets",
"properties": {
"state": "Succeeded"
"state": "Succeeded",
"resourceGuid": "5a82cbcf-e8ea-4175-ac2b-ad36a73f9801"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"name": "delegated1",
"type": "Microsoft.DelegatedNetwork/delegatedSubnets",
"properties": {
"state": "Succeeded"
"state": "Succeeded",
"resourceGuid": "5a82cbcf-e8ea-4175-ac2b-ad36a73f9801"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"resourceName": "delegated1",
"api-version": "2020-08-08-preview",
"delegatedSubnetParameters": {
"controllerID": "a182cbcf-e8ea-4175-ac2b-ad36a73f9801"
"controllerID": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.DelegatedNetwork/controller/dnctestcontroller"
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
"type": "Microsoft.DelegatedNetwork/controller",
"properties": {
"state": "Succeeded",
"type": "Kubernetes",
"resourceGuid": "a182cbcf-e8ea-4175-ac2b-ad36a73f9801",
"dncAppID": "ac6192d7-503f-477a-9cfe-4efc3ee2b645",
"dncEndpoint": "https://uscentral.dnc.azure.com/"
"dncAppId": "ac1192d7-503f-477a-9cfe-4efc3ee2bd60",
"dncEndpoint": "https://orch.useast.dnc.azure.com"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"name": "delegated1",
"type": "Microsoft.DelegatedNetwork/delegatedSubnets",
"properties": {
"state": "Succeeded"
"state": "Succeeded",
"resourceGuid": "5a82cbcf-e8ea-4175-ac2b-ad36a73f9801"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
"api-version": "2020-08-08-preview",
"controllerParameters": {
"controllerType": "Kubernetes",
"kubernetesProperties": [
{
"serverAppID": "546192d7-503f-477a-9cfe-4efc3ee2b6e1",
"serverTenantID": "da6192d7-503f-477a-9cfe-4efc3ee2b6c3",
"clusterRootCA": "ddsadsad344mfdsfdl",
"apiServerEndpoint": "https://testk8s.cloudapp.net"
}
]
"properties": {
"serverAppID": "546192d7-503f-477a-9cfe-4efc3ee2b6e1",
"serverTenantID": "da6192d7-503f-477a-9cfe-4efc3ee2b6c3",
"clusterRootCA": "ddsadsad344mfdsfdl",
"apiServerEndpoint": "https://testk8s.cloudapp.net"
}
}
},
"responses": {
Expand All @@ -26,10 +24,8 @@
"type": "Microsoft.DelegatedNetwork/controller",
"properties": {
"state": "Succeeded",
"type": "Kubernetes",
"resourceGuid": "a182cbcf-e8ea-4175-ac2b-ad36a73f9801",
"dncAppID": "ac6192d7-503f-477a-9cfe-4efc3ee2b645",
"dncEndpoint": "https://uscentral.dnc.azure.com/"
"dncAppId": "ac1192d7-503f-477a-9cfe-4efc3ee2bd60",
"dncEndpoint": "https://orch.useast.dnc.azure.com"
}
}
},
Expand All @@ -41,8 +37,7 @@
"name": "dnctestcontroller",
"type": "Microsoft.DelegatedNetwork/controller",
"properties": {
"state": "Provisioning",
"type": "Kubernetes"
"state": "Provisioning"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"resourceName": "delegated1",
"api-version": "2020-08-08-preview",
"delegatedSubnetParameters": {
"controllerID": "a182cbcf-e8ea-4175-ac2b-ad36a73f9801"
"controllerID": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.DelegatedNetwork/controller/dnctestcontroller"
}
},
"responses": {
Expand All @@ -19,7 +19,8 @@
"name": "delegated1",
"type": "Microsoft.DelegatedNetwork/delegatedSubnets",
"properties": {
"state": "Succeeded"
"state": "Succeeded",
"resourceGuid": "5a82cbcf-e8ea-4175-ac2b-ad36a73f9801"
}
}
},
Expand Down
Loading