Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/rubocop-1.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencegripper committed Oct 25, 2023
2 parents 30be7ec + 9981c6e commit f255b33
Show file tree
Hide file tree
Showing 55 changed files with 31,216 additions and 14,022 deletions.
1,000 changes: 584 additions & 416 deletions internal/pkg/expanders/swagger-armspecs.generated.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2023-01-01-preview",
"version": "2023-08-01-preview",
"title": "Azure Alerts Management Service Resource Provider",
"description": "Azure Alerts Management Service provides a single pane of glass of alerts across Azure Monitor."
},
Expand Down Expand Up @@ -194,6 +194,10 @@
"type": "string",
"description": "The recommendation alert rule type."
},
"category": {
"type": "string",
"description": "The recommendation alert rule category."
},
"displayInformation": {
"description": "A dictionary that provides the display information for an alert rule recommendation.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"addition_input_file_paths": [], "input_files": ["Microsoft.AlertsManagement/stable/2023-03-01/PrometheusRuleGroups.json", "Microsoft.AlertsManagement/preview/2023-07-12-preview/AlertsManagement.json", "Microsoft.AlertsManagement/preview/2019-05-05-preview/SmartGroups.json", "Microsoft.AlertsManagement/preview/2023-01-01-preview/AlertRuleRecommendations.json", "Microsoft.AlertsManagement/preview/2023-05-01-preview/AlertProcessingRules.json"], "name": "package-2023-03"}
{"addition_input_file_paths": [], "input_files": ["Microsoft.AlertsManagement/stable/2023-03-01/PrometheusRuleGroups.json", "Microsoft.AlertsManagement/preview/2023-07-12-preview/AlertsManagement.json", "Microsoft.AlertsManagement/preview/2019-05-05-preview/SmartGroups.json", "Microsoft.AlertsManagement/preview/2023-08-01-preview/AlertRuleRecommendations.json", "Microsoft.AlertsManagement/preview/2023-05-01-preview/AlertProcessingRules.json"], "name": "package-2023-03"}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2023-10-01",
"version": "2023-11-01",
"title": "Azure App Configuration"
},
"schemes": [
Expand Down Expand Up @@ -147,13 +147,13 @@
{
"name": "key",
"in": "query",
"description": "A filter used to match keys.",
"description": "A filter used to match keys. Syntax reference: https://aka.ms/azconfig/docs/keyvaluefiltering",
"type": "string"
},
{
"name": "label",
"in": "query",
"description": "A filter used to match labels",
"description": "A filter used to match labels. Syntax reference: https://aka.ms/azconfig/docs/keyvaluefiltering",
"type": "string"
},
{
Expand Down Expand Up @@ -194,6 +194,17 @@
"in": "header",
"description": "Used to perform an operation only if the targeted resource's etag does not match the value provided.",
"type": "string"
},
{
"name": "tags",
"in": "query",
"description": "A filter used to query by tags. Syntax reference: https://aka.ms/azconfig/docs/keyvaluefiltering",
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "multi",
"uniqueItems": true
}
],
"responses": {
Expand Down Expand Up @@ -248,13 +259,13 @@
{
"name": "key",
"in": "query",
"description": "A filter used to match keys.",
"description": "A filter used to match keys. Syntax reference: https://aka.ms/azconfig/docs/keyvaluefiltering",
"type": "string"
},
{
"name": "label",
"in": "query",
"description": "A filter used to match labels",
"description": "A filter used to match labels. Syntax reference: https://aka.ms/azconfig/docs/keyvaluefiltering",
"type": "string"
},
{
Expand Down Expand Up @@ -295,6 +306,17 @@
"in": "header",
"description": "Used to perform an operation only if the targeted resource's etag does not match the value provided.",
"type": "string"
},
{
"name": "tags",
"in": "query",
"description": "A filter used to query by tags. Syntax reference: https://aka.ms/azconfig/docs/keyvaluefiltering",
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "multi",
"uniqueItems": true
}
],
"responses": {
Expand Down Expand Up @@ -1403,13 +1425,13 @@
{
"name": "key",
"in": "query",
"description": "A filter used to match keys.",
"description": "A filter used to match keys. Syntax reference: https://aka.ms/azconfig/docs/restapirevisions",
"type": "string"
},
{
"name": "label",
"in": "query",
"description": "A filter used to match labels",
"description": "A filter used to match labels. Syntax reference: https://aka.ms/azconfig/docs/restapirevisions",
"type": "string"
},
{
Expand All @@ -1432,6 +1454,17 @@
},
{
"$ref": "#/parameters/KeyValueFields"
},
{
"name": "tags",
"in": "query",
"description": "A filter used to query by tags. Syntax reference: https://aka.ms/azconfig/docs/restapirevisions",
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "multi",
"uniqueItems": true
}
],
"responses": {
Expand Down Expand Up @@ -1480,13 +1513,13 @@
{
"name": "key",
"in": "query",
"description": "A filter used to match keys.",
"description": "A filter used to match keys. Syntax reference: https://aka.ms/azconfig/docs/restapirevisions",
"type": "string"
},
{
"name": "label",
"in": "query",
"description": "A filter used to match labels",
"description": "A filter used to match labels. Syntax reference: https://aka.ms/azconfig/docs/restapirevisions",
"type": "string"
},
{
Expand All @@ -1509,6 +1542,17 @@
},
{
"$ref": "#/parameters/KeyValueFields"
},
{
"name": "tags",
"in": "query",
"description": "A filter used to query by tags. Syntax reference: https://aka.ms/azconfig/docs/restapirevisions",
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "multi",
"uniqueItems": true
}
],
"responses": {
Expand Down Expand Up @@ -1726,7 +1770,7 @@
}
},
"KeyValueFilter": {
"description": "Enables filtering of key-values.",
"description": "Enables filtering of key-values. Syntax reference: https://aka.ms/azconfig/docs/restapisnapshots",
"type": "object",
"required": [
"key"
Expand All @@ -1739,6 +1783,14 @@
"label": {
"description": "Filters key-values by their label field.",
"type": "string"
},
"tags": {
"description": "Filters key-values by their tags field.",
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion swagger-specs/appconfiguration/data-plane/api-set.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"addition_input_file_paths": [], "input_files": ["Microsoft.AppConfiguration/stable/2023-10-01/appconfiguration.json"], "name": "package-2023-10-01"}
{"addition_input_file_paths": [], "input_files": ["Microsoft.AppConfiguration/stable/2023-11-01/appconfiguration.json"], "name": "package-2023-11-01"}
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,18 @@
{
"$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter"
},
{
"$ref": "#/parameters/CodeSigningOptions.codeSigningAccountName"
},
{
"$ref": "#/parameters/CodeSigningOptions.certificateProfileName"
},
{
"name": "operationId",
"in": "path",
"description": "The unique ID of the operation.",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/CodeSigningOptions.codeSigningAccountName"
},
{
"$ref": "#/parameters/CodeSigningOptions.certificateProfileName"
}
],
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"systemData": {
"readOnly": true,
"type": "object",
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information.",
"$ref": "#/definitions/systemData"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@
"securityDefinitions": {
"Authorization": {
"type": "apiKey",
"description": "An Azure Communication Services user access token.",
"description": "An authentication string containing a signature generated using HMAC-SHA256 scheme.",
"name": "Authorization",
"in": "header"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"addition_input_file_paths": [], "input_files": ["stable/2022-10-01/CommunicationIdentity.json"], "name": "package-2022-10"}
{"addition_input_file_paths": [], "input_files": ["stable/2023-10-01/CommunicationIdentity.json"], "name": "package-2023-10"}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "CommunicationIdentityClient",
"description": "Azure Communication Identity Service",
"version": "2022-10-01"
"version": "2023-10-01"
},
"paths": {
"/identities": {
Expand Down Expand Up @@ -332,12 +332,37 @@
"description": "List of scopes for an access token.",
"enum": [
"chat",
"voip"
"voip",
"chat.join",
"chat.join.limited",
"voip.join"
],
"type": "string",
"x-ms-enum": {
"name": "CommunicationIdentityTokenScope",
"modelAsString": true
"modelAsString": true,
"values": [
{
"value": "chat",
"description": "Use this for full access to Chat APIs."
},
{
"value": "voip",
"description": "Use this for full access to Calling APIs."
},
{
"value": "chat.join",
"description": "Access to Chat APIs but without the authorization to create, delete or update chat threads."
},
{
"value": "chat.join.limited",
"description": "A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios."
},
{
"value": "voip.join",
"description": "Access to Calling APIs but without the authorization to start new calls."
}
]
}
},
"TeamsUserExchangeTokenRequest": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"addition_input_file_paths": [], "input_files": ["preview/2023-08-24-preview/CommunicationServicesMessages.json"], "name": "package-2023-08-24-preview"}

0 comments on commit f255b33

Please sign in to comment.