Skip to content

Commit 81c801e

Browse files
author
SDKAuto
committed
CodeGen from PR 12928 in Azure/azure-rest-api-specs
Merge 8e0fffaaba70b55b18aecfa6189fc510cb8e5afe into a2a3da0d9f4a26b317fc15eb1cf34557c2a8d05a
1 parent 5cce369 commit 81c801e

File tree

6 files changed

+60
-6
lines changed

6 files changed

+60
-6
lines changed

schemas/2015-10-31/Microsoft.Automation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2801,4 +2801,4 @@
28012801
"description": "The properties of the create webhook operation."
28022802
}
28032803
}
2804-
}
2804+
}

schemas/2017-05-15-preview/Microsoft.Automation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,4 +1047,4 @@
10471047
"description": "Windows specific update configuration."
10481048
}
10491049
}
1050-
}
1050+
}

schemas/2018-01-15/Microsoft.Automation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,4 @@
276276
"description": "The parameter properties supplied to the create or update node configuration operation."
277277
}
278278
}
279-
}
279+
}

schemas/2018-06-30/Microsoft.Automation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,4 +536,4 @@
536536
"description": "Definition of the runbook parameter type."
537537
}
538538
}
539-
}
539+
}

schemas/2019-06-01/Microsoft.Automation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3740,4 +3740,4 @@
37403740
"description": "Windows specific update configuration."
37413741
}
37423742
}
3743-
}
3743+
}

schemas/2020-01-13-preview/Microsoft.Automation.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,17 @@
925925
],
926926
"description": "The encryption settings for automation account"
927927
},
928+
"publicNetworkAccess": {
929+
"oneOf": [
930+
{
931+
"type": "boolean"
932+
},
933+
{
934+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
935+
}
936+
],
937+
"description": "Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet"
938+
},
928939
"sku": {
929940
"oneOf": [
930941
{
@@ -1663,6 +1674,10 @@
16631674
],
16641675
"description": "The properties of the create certificate operation."
16651676
},
1677+
"Componentssgqdofschemasidentitypropertiesuserassignedidentitiesadditionalproperties": {
1678+
"type": "object",
1679+
"properties": {}
1680+
},
16661681
"ConnectionCreateOrUpdateProperties": {
16671682
"type": "object",
16681683
"properties": {
@@ -1954,6 +1969,17 @@
19541969
"EncryptionProperties": {
19551970
"type": "object",
19561971
"properties": {
1972+
"identity": {
1973+
"oneOf": [
1974+
{
1975+
"$ref": "#/definitions/EncryptionPropertiesIdentity"
1976+
},
1977+
{
1978+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1979+
}
1980+
],
1981+
"description": "User identity used for CMK."
1982+
},
19571983
"keySource": {
19581984
"oneOf": [
19591985
{
@@ -1983,6 +2009,17 @@
19832009
},
19842010
"description": "The encryption settings for automation account"
19852011
},
2012+
"EncryptionPropertiesIdentity": {
2013+
"type": "object",
2014+
"properties": {
2015+
"userAssignedIdentity": {
2016+
"type": "object",
2017+
"properties": {},
2018+
"description": "The user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
2019+
}
2020+
},
2021+
"description": "User identity used for CMK."
2022+
},
19862023
"FieldDefinition": {
19872024
"type": "object",
19882025
"properties": {
@@ -2027,6 +2064,8 @@
20272064
"type": "string",
20282065
"enum": [
20292066
"SystemAssigned",
2067+
"UserAssigned",
2068+
"SystemAssigned, UserAssigned",
20302069
"None"
20312070
]
20322071
},
@@ -2035,6 +2074,21 @@
20352074
}
20362075
],
20372076
"description": "The identity type."
2077+
},
2078+
"userAssignedIdentities": {
2079+
"oneOf": [
2080+
{
2081+
"type": "object",
2082+
"additionalProperties": {
2083+
"$ref": "#/definitions/Componentssgqdofschemasidentitypropertiesuserassignedidentitiesadditionalproperties"
2084+
},
2085+
"properties": {}
2086+
},
2087+
{
2088+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2089+
}
2090+
],
2091+
"description": "The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
20382092
}
20392093
},
20402094
"description": "Identity for the resource."
@@ -2510,4 +2564,4 @@
25102564
"description": "Definition of the watcher properties"
25112565
}
25122566
}
2513-
}
2567+
}

0 commit comments

Comments
 (0)