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

Revert "[AKS] add apiServerAuthorizedIPRanges property" #5150

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c61974b
Revert "typo: azure-mgmt-containerservices -> azure-mgmt-containerser…
yangl900 Feb 4, 2019
45226e9
Revert "Add missing Java code gen info to Kusto (#5142)"
yangl900 Feb 4, 2019
e4d2870
Revert "Update compute.json (#4866)"
yangl900 Feb 4, 2019
cc45c77
Revert "Add SkillsetOperations to C# code generation settings (#5132)"
yangl900 Feb 4, 2019
b3e4b90
Revert "[GuestConfiguration]Update ConfigurationInfo class to include…
yangl900 Feb 4, 2019
43d2a1f
Revert "Adding new api-version to Microsoft.Security Alerts resource …
yangl900 Feb 4, 2019
7c096b4
Revert "Add a spec for policyStates API version 2018-07-01-preview (#…
yangl900 Feb 4, 2019
9985149
Revert "added link to disk properties for UltraSSD values (#5135)"
yangl900 Feb 4, 2019
276d16b
Revert "Undoing unintended removal of a field (#5133)"
yangl900 Feb 4, 2019
e93a336
Revert "Run separate instance of OAV (#5026)"
yangl900 Feb 4, 2019
2a76f71
Revert "Eventhub: Added skipEmptyArchives to Eventhub CaptureDescript…
yangl900 Feb 4, 2019
9bfb4c9
Revert "Resourcehealth events response (#5116)"
yangl900 Feb 4, 2019
21b7062
Revert "Add Helm Events to ACR Schema for Event Grid (#5109)"
yangl900 Feb 4, 2019
84c70ed
Revert " Creates the "real" API for Scheduled Alert Rules (#5084)"
yangl900 Feb 4, 2019
470f70a
Revert "Update managedInstances.json (#5114)"
yangl900 Feb 4, 2019
b065094
Revert "HDFS FE: Update 2018-11-09 DataLakeStorage Swagger. (#5108)"
yangl900 Feb 4, 2019
9369a6d
Revert "Add dispatch child to LUIS Runtime response (#5100)"
yangl900 Feb 4, 2019
800c5be
Revert "Add new field 'proximityPlacementGroup' to properties of Hana…
yangl900 Feb 4, 2019
8fa5b15
Revert "fix Go SDK codegen for Microsoft.Insights (#5106)"
yangl900 Feb 4, 2019
61675bb
Revert "[AKS] add apiServerAuthorizedIPRanges property (#5101)"
yangl900 Feb 4, 2019
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
Expand Up @@ -1353,13 +1353,6 @@
"aadProfile": {
"$ref": "#/definitions/ManagedClusterAADProfile",
"description": "Profile of Azure Active Directory configuration."
},
"apiServerAuthorizedIPRanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Authorized IP Ranges to kubernetes API server."
}
},
"description": "Properties of the managed cluster."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1315,13 +1315,6 @@
"aadProfile": {
"$ref": "#/definitions/ManagedClusterAADProfile",
"description": "Profile of Azure Active Directory configuration."
},
"apiServerAuthorizedIPRanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Authorized IP Ranges to kubernetes API server."
}
},
"description": "Properties of the managed cluster."
Expand Down