Skip to content

Commit 8854f2f

Browse files
dsouzaarunAjit Navasare (MINDTREE LIMITED)
authored andcommitted
Microsoft.Relay API version 2021-11-01 (Azure#17480)
* base commit for new API version * Added new API version for 2021-11-01 * CI fixes * update * fix for Pythontrack2 * Revert "fix for Pythontrack2" This reverts commit e70f2e9. * fix for 2018-01-01-preview API version Nextlink * Revert "fix for 2018-01-01-preview API version Nextlink" This reverts commit b2f1dff. * reverted python readme.md files changes * update ARM review comments * operations lintdifff fix * corrected authorization spelling * updated to use few common types * removed unused common types and combined v1 and v2 common types Co-authored-by: Ajit Navasare (MINDTREE LIMITED) <v-ajnav@microsoft.com>
1 parent 2ec64d2 commit 8854f2f

File tree

58 files changed

+4863
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4863
-69
lines changed

custom-words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,6 +2531,8 @@ businessmetadata
25312531
Qualys
25322532
operatorconnect
25332533
servermetrics
2534+
usermetadata
2535+
Relaytype
25342536
Deboards
25352537
Deregisters
25362538
Dataworld

specification/relay/resource-manager/Microsoft.Relay/common/v1/definitions.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,34 @@
8686
"type": "string"
8787
}
8888
}
89+
},
90+
"ProxyResource": {
91+
"title": "Resource",
92+
"description": "Common fields that are returned in the response for all Azure Resource Manager resources",
93+
"type": "object",
94+
"properties": {
95+
"id": {
96+
"readOnly": true,
97+
"type": "string",
98+
"description": "Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
99+
},
100+
"name": {
101+
"readOnly": true,
102+
"type": "string",
103+
"description": "The name of the resource"
104+
},
105+
"type": {
106+
"readOnly": true,
107+
"type": "string",
108+
"description": "The type of the resource. E.g. \"Microsoft.EventHub/Namespaces\" or \"Microsoft.EventHub/Namespaces/EventHubs\""
109+
},
110+
"location": {
111+
"type": "string",
112+
"readOnly": true,
113+
"description": "The geo-location where the resource lives"
114+
}
115+
},
116+
"x-ms-azure-resource": true
89117
}
90118
},
91119
"parameters": {
@@ -122,6 +150,49 @@
122150
"maxLength": 50,
123151
"x-ms-parameter-location": "method",
124152
"description": "The namespace name"
153+
},
154+
"PrivateEndpointConnectionNameParameter": {
155+
"name": "privateEndpointConnectionName",
156+
"in": "path",
157+
"required": true,
158+
"type": "string",
159+
"x-ms-parameter-location": "method",
160+
"description": "The PrivateEndpointConnection name"
161+
},
162+
"PrivateLinkResourceNameParameter": {
163+
"name": "privateLinkResourceName",
164+
"in": "path",
165+
"required": true,
166+
"type": "string",
167+
"x-ms-parameter-location": "method",
168+
"description": "The PrivateLinkResource name"
169+
},
170+
"HybridConnectionNameParameter": {
171+
"name": "hybridConnectionName",
172+
"in": "path",
173+
"required": true,
174+
"type": "string",
175+
"minLength": 1,
176+
"x-ms-parameter-location": "method",
177+
"description": "The hybrid connection name."
178+
},
179+
"AuthorizationRuleNameParameter": {
180+
"name": "authorizationRuleName",
181+
"in": "path",
182+
"required": true,
183+
"type": "string",
184+
"minLength": 1,
185+
"x-ms-parameter-location": "method",
186+
"description": "The authorization rule name."
187+
},
188+
"RelayNameParameter": {
189+
"name": "relayName",
190+
"in": "path",
191+
"required": true,
192+
"type": "string",
193+
"minLength": 1,
194+
"x-ms-parameter-location": "method",
195+
"description": "The relay name."
125196
}
126197
}
127198
}

0 commit comments

Comments
 (0)