@azure/arm-notificationhubs 3.0.0-alpha.20250619.1 → 3.0.0-alpha.20250718.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +170 -80
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/notificationHubsManagementClient.js +16 -5
- package/dist/browser/notificationHubsManagementClient.js.map +1 -1
- package/dist/browser/operations/namespaces.js +78 -124
- package/dist/browser/operations/namespaces.js.map +1 -1
- package/dist/browser/operations/notificationHubs.js +45 -79
- package/dist/browser/operations/notificationHubs.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +41 -65
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +170 -80
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/notificationHubsManagementClient.js +16 -5
- package/dist/commonjs/notificationHubsManagementClient.js.map +1 -1
- package/dist/commonjs/operations/namespaces.js +78 -123
- package/dist/commonjs/operations/namespaces.js.map +1 -1
- package/dist/commonjs/operations/notificationHubs.js +45 -78
- package/dist/commonjs/operations/notificationHubs.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +41 -64
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +170 -80
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/notificationHubsManagementClient.js +16 -5
- package/dist/esm/notificationHubsManagementClient.js.map +1 -1
- package/dist/esm/operations/namespaces.js +78 -124
- package/dist/esm/operations/namespaces.js.map +1 -1
- package/dist/esm/operations/notificationHubs.js +45 -79
- package/dist/esm/operations/notificationHubs.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +41 -65
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +170 -80
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/notificationHubsManagementClient.js +16 -5
- package/dist/react-native/notificationHubsManagementClient.js.map +1 -1
- package/dist/react-native/operations/namespaces.js +78 -124
- package/dist/react-native/operations/namespaces.js.map +1 -1
- package/dist/react-native/operations/notificationHubs.js +45 -79
- package/dist/react-native/operations/notificationHubs.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +41 -65
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-notificationhubs.api.md → arm-notificationhubs-node.api.md} +0 -0
|
@@ -1909,85 +1909,103 @@ exports.ProxyResource = {
|
|
|
1909
1909
|
type: {
|
|
1910
1910
|
name: "Composite",
|
|
1911
1911
|
className: "ProxyResource",
|
|
1912
|
-
modelProperties:
|
|
1912
|
+
modelProperties: {
|
|
1913
|
+
...exports.Resource.type.modelProperties,
|
|
1914
|
+
},
|
|
1913
1915
|
},
|
|
1914
1916
|
};
|
|
1915
1917
|
exports.TrackedResource = {
|
|
1916
1918
|
type: {
|
|
1917
1919
|
name: "Composite",
|
|
1918
1920
|
className: "TrackedResource",
|
|
1919
|
-
modelProperties:
|
|
1921
|
+
modelProperties: {
|
|
1922
|
+
...exports.Resource.type.modelProperties,
|
|
1923
|
+
tags: {
|
|
1920
1924
|
serializedName: "tags",
|
|
1921
1925
|
type: {
|
|
1922
1926
|
name: "Dictionary",
|
|
1923
1927
|
value: { type: { name: "String" } },
|
|
1924
1928
|
},
|
|
1925
|
-
},
|
|
1929
|
+
},
|
|
1930
|
+
location: {
|
|
1926
1931
|
serializedName: "location",
|
|
1927
1932
|
required: true,
|
|
1928
1933
|
type: {
|
|
1929
1934
|
name: "String",
|
|
1930
1935
|
},
|
|
1931
|
-
}
|
|
1936
|
+
},
|
|
1937
|
+
},
|
|
1932
1938
|
},
|
|
1933
1939
|
};
|
|
1934
1940
|
exports.CheckAvailabilityResult = {
|
|
1935
1941
|
type: {
|
|
1936
1942
|
name: "Composite",
|
|
1937
1943
|
className: "CheckAvailabilityResult",
|
|
1938
|
-
modelProperties:
|
|
1944
|
+
modelProperties: {
|
|
1945
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1946
|
+
isAvailiable: {
|
|
1939
1947
|
serializedName: "isAvailiable",
|
|
1940
1948
|
type: {
|
|
1941
1949
|
name: "Boolean",
|
|
1942
1950
|
},
|
|
1943
|
-
},
|
|
1951
|
+
},
|
|
1952
|
+
location: {
|
|
1944
1953
|
serializedName: "location",
|
|
1945
1954
|
type: {
|
|
1946
1955
|
name: "String",
|
|
1947
1956
|
},
|
|
1948
|
-
},
|
|
1957
|
+
},
|
|
1958
|
+
tags: {
|
|
1949
1959
|
serializedName: "tags",
|
|
1950
1960
|
type: {
|
|
1951
1961
|
name: "Dictionary",
|
|
1952
1962
|
value: { type: { name: "String" } },
|
|
1953
1963
|
},
|
|
1954
|
-
},
|
|
1964
|
+
},
|
|
1965
|
+
sku: {
|
|
1955
1966
|
serializedName: "sku",
|
|
1956
1967
|
type: {
|
|
1957
1968
|
name: "Composite",
|
|
1958
1969
|
className: "Sku",
|
|
1959
1970
|
},
|
|
1960
|
-
}
|
|
1971
|
+
},
|
|
1972
|
+
},
|
|
1961
1973
|
},
|
|
1962
1974
|
};
|
|
1963
1975
|
exports.DebugSendResponse = {
|
|
1964
1976
|
type: {
|
|
1965
1977
|
name: "Composite",
|
|
1966
1978
|
className: "DebugSendResponse",
|
|
1967
|
-
modelProperties:
|
|
1979
|
+
modelProperties: {
|
|
1980
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1981
|
+
location: {
|
|
1968
1982
|
serializedName: "location",
|
|
1969
1983
|
type: {
|
|
1970
1984
|
name: "String",
|
|
1971
1985
|
},
|
|
1972
|
-
},
|
|
1986
|
+
},
|
|
1987
|
+
tags: {
|
|
1973
1988
|
serializedName: "tags",
|
|
1974
1989
|
type: {
|
|
1975
1990
|
name: "Dictionary",
|
|
1976
1991
|
value: { type: { name: "String" } },
|
|
1977
1992
|
},
|
|
1978
|
-
},
|
|
1993
|
+
},
|
|
1994
|
+
success: {
|
|
1979
1995
|
serializedName: "properties.success",
|
|
1980
1996
|
readOnly: true,
|
|
1981
1997
|
type: {
|
|
1982
1998
|
name: "Number",
|
|
1983
1999
|
},
|
|
1984
|
-
},
|
|
2000
|
+
},
|
|
2001
|
+
failure: {
|
|
1985
2002
|
serializedName: "properties.failure",
|
|
1986
2003
|
readOnly: true,
|
|
1987
2004
|
type: {
|
|
1988
2005
|
name: "Number",
|
|
1989
2006
|
},
|
|
1990
|
-
},
|
|
2007
|
+
},
|
|
2008
|
+
results: {
|
|
1991
2009
|
serializedName: "properties.results",
|
|
1992
2010
|
readOnly: true,
|
|
1993
2011
|
type: {
|
|
@@ -1999,25 +2017,30 @@ exports.DebugSendResponse = {
|
|
|
1999
2017
|
},
|
|
2000
2018
|
},
|
|
2001
2019
|
},
|
|
2002
|
-
}
|
|
2020
|
+
},
|
|
2021
|
+
},
|
|
2003
2022
|
},
|
|
2004
2023
|
};
|
|
2005
2024
|
exports.SharedAccessAuthorizationRuleResource = {
|
|
2006
2025
|
type: {
|
|
2007
2026
|
name: "Composite",
|
|
2008
2027
|
className: "SharedAccessAuthorizationRuleResource",
|
|
2009
|
-
modelProperties:
|
|
2028
|
+
modelProperties: {
|
|
2029
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2030
|
+
location: {
|
|
2010
2031
|
serializedName: "location",
|
|
2011
2032
|
type: {
|
|
2012
2033
|
name: "String",
|
|
2013
2034
|
},
|
|
2014
|
-
},
|
|
2035
|
+
},
|
|
2036
|
+
tags: {
|
|
2015
2037
|
serializedName: "tags",
|
|
2016
2038
|
type: {
|
|
2017
2039
|
name: "Dictionary",
|
|
2018
2040
|
value: { type: { name: "String" } },
|
|
2019
2041
|
},
|
|
2020
|
-
},
|
|
2042
|
+
},
|
|
2043
|
+
rights: {
|
|
2021
2044
|
serializedName: "properties.rights",
|
|
2022
2045
|
type: {
|
|
2023
2046
|
name: "Sequence",
|
|
@@ -2027,174 +2050,207 @@ exports.SharedAccessAuthorizationRuleResource = {
|
|
|
2027
2050
|
},
|
|
2028
2051
|
},
|
|
2029
2052
|
},
|
|
2030
|
-
},
|
|
2053
|
+
},
|
|
2054
|
+
primaryKey: {
|
|
2031
2055
|
serializedName: "properties.primaryKey",
|
|
2032
2056
|
type: {
|
|
2033
2057
|
name: "String",
|
|
2034
2058
|
},
|
|
2035
|
-
},
|
|
2059
|
+
},
|
|
2060
|
+
secondaryKey: {
|
|
2036
2061
|
serializedName: "properties.secondaryKey",
|
|
2037
2062
|
type: {
|
|
2038
2063
|
name: "String",
|
|
2039
2064
|
},
|
|
2040
|
-
},
|
|
2065
|
+
},
|
|
2066
|
+
keyName: {
|
|
2041
2067
|
serializedName: "properties.keyName",
|
|
2042
2068
|
readOnly: true,
|
|
2043
2069
|
type: {
|
|
2044
2070
|
name: "String",
|
|
2045
2071
|
},
|
|
2046
|
-
},
|
|
2072
|
+
},
|
|
2073
|
+
modifiedTime: {
|
|
2047
2074
|
serializedName: "properties.modifiedTime",
|
|
2048
2075
|
readOnly: true,
|
|
2049
2076
|
type: {
|
|
2050
2077
|
name: "DateTime",
|
|
2051
2078
|
},
|
|
2052
|
-
},
|
|
2079
|
+
},
|
|
2080
|
+
createdTime: {
|
|
2053
2081
|
serializedName: "properties.createdTime",
|
|
2054
2082
|
readOnly: true,
|
|
2055
2083
|
type: {
|
|
2056
2084
|
name: "DateTime",
|
|
2057
2085
|
},
|
|
2058
|
-
},
|
|
2086
|
+
},
|
|
2087
|
+
claimType: {
|
|
2059
2088
|
serializedName: "properties.claimType",
|
|
2060
2089
|
readOnly: true,
|
|
2061
2090
|
type: {
|
|
2062
2091
|
name: "String",
|
|
2063
2092
|
},
|
|
2064
|
-
},
|
|
2093
|
+
},
|
|
2094
|
+
claimValue: {
|
|
2065
2095
|
serializedName: "properties.claimValue",
|
|
2066
2096
|
readOnly: true,
|
|
2067
2097
|
type: {
|
|
2068
2098
|
name: "String",
|
|
2069
2099
|
},
|
|
2070
|
-
},
|
|
2100
|
+
},
|
|
2101
|
+
revision: {
|
|
2071
2102
|
serializedName: "properties.revision",
|
|
2072
2103
|
readOnly: true,
|
|
2073
2104
|
type: {
|
|
2074
2105
|
name: "Number",
|
|
2075
2106
|
},
|
|
2076
|
-
}
|
|
2107
|
+
},
|
|
2108
|
+
},
|
|
2077
2109
|
},
|
|
2078
2110
|
};
|
|
2079
2111
|
exports.PnsCredentialsResource = {
|
|
2080
2112
|
type: {
|
|
2081
2113
|
name: "Composite",
|
|
2082
2114
|
className: "PnsCredentialsResource",
|
|
2083
|
-
modelProperties:
|
|
2115
|
+
modelProperties: {
|
|
2116
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2117
|
+
location: {
|
|
2084
2118
|
serializedName: "location",
|
|
2085
2119
|
type: {
|
|
2086
2120
|
name: "String",
|
|
2087
2121
|
},
|
|
2088
|
-
},
|
|
2122
|
+
},
|
|
2123
|
+
tags: {
|
|
2089
2124
|
serializedName: "tags",
|
|
2090
2125
|
type: {
|
|
2091
2126
|
name: "Dictionary",
|
|
2092
2127
|
value: { type: { name: "String" } },
|
|
2093
2128
|
},
|
|
2094
|
-
},
|
|
2129
|
+
},
|
|
2130
|
+
admCredential: {
|
|
2095
2131
|
serializedName: "properties.admCredential",
|
|
2096
2132
|
type: {
|
|
2097
2133
|
name: "Composite",
|
|
2098
2134
|
className: "AdmCredential",
|
|
2099
2135
|
},
|
|
2100
|
-
},
|
|
2136
|
+
},
|
|
2137
|
+
apnsCredential: {
|
|
2101
2138
|
serializedName: "properties.apnsCredential",
|
|
2102
2139
|
type: {
|
|
2103
2140
|
name: "Composite",
|
|
2104
2141
|
className: "ApnsCredential",
|
|
2105
2142
|
},
|
|
2106
|
-
},
|
|
2143
|
+
},
|
|
2144
|
+
baiduCredential: {
|
|
2107
2145
|
serializedName: "properties.baiduCredential",
|
|
2108
2146
|
type: {
|
|
2109
2147
|
name: "Composite",
|
|
2110
2148
|
className: "BaiduCredential",
|
|
2111
2149
|
},
|
|
2112
|
-
},
|
|
2150
|
+
},
|
|
2151
|
+
browserCredential: {
|
|
2113
2152
|
serializedName: "properties.browserCredential",
|
|
2114
2153
|
type: {
|
|
2115
2154
|
name: "Composite",
|
|
2116
2155
|
className: "BrowserCredential",
|
|
2117
2156
|
},
|
|
2118
|
-
},
|
|
2157
|
+
},
|
|
2158
|
+
gcmCredential: {
|
|
2119
2159
|
serializedName: "properties.gcmCredential",
|
|
2120
2160
|
type: {
|
|
2121
2161
|
name: "Composite",
|
|
2122
2162
|
className: "GcmCredential",
|
|
2123
2163
|
},
|
|
2124
|
-
},
|
|
2164
|
+
},
|
|
2165
|
+
mpnsCredential: {
|
|
2125
2166
|
serializedName: "properties.mpnsCredential",
|
|
2126
2167
|
type: {
|
|
2127
2168
|
name: "Composite",
|
|
2128
2169
|
className: "MpnsCredential",
|
|
2129
2170
|
},
|
|
2130
|
-
},
|
|
2171
|
+
},
|
|
2172
|
+
wnsCredential: {
|
|
2131
2173
|
serializedName: "properties.wnsCredential",
|
|
2132
2174
|
type: {
|
|
2133
2175
|
name: "Composite",
|
|
2134
2176
|
className: "WnsCredential",
|
|
2135
2177
|
},
|
|
2136
|
-
},
|
|
2178
|
+
},
|
|
2179
|
+
xiaomiCredential: {
|
|
2137
2180
|
serializedName: "properties.xiaomiCredential",
|
|
2138
2181
|
type: {
|
|
2139
2182
|
name: "Composite",
|
|
2140
2183
|
className: "XiaomiCredential",
|
|
2141
2184
|
},
|
|
2142
|
-
},
|
|
2185
|
+
},
|
|
2186
|
+
fcmV1Credential: {
|
|
2143
2187
|
serializedName: "properties.fcmV1Credential",
|
|
2144
2188
|
type: {
|
|
2145
2189
|
name: "Composite",
|
|
2146
2190
|
className: "FcmV1Credential",
|
|
2147
2191
|
},
|
|
2148
|
-
}
|
|
2192
|
+
},
|
|
2193
|
+
},
|
|
2149
2194
|
},
|
|
2150
2195
|
};
|
|
2151
2196
|
exports.PrivateEndpointConnectionResource = {
|
|
2152
2197
|
type: {
|
|
2153
2198
|
name: "Composite",
|
|
2154
2199
|
className: "PrivateEndpointConnectionResource",
|
|
2155
|
-
modelProperties:
|
|
2200
|
+
modelProperties: {
|
|
2201
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2202
|
+
properties: {
|
|
2156
2203
|
serializedName: "properties",
|
|
2157
2204
|
type: {
|
|
2158
2205
|
name: "Composite",
|
|
2159
2206
|
className: "PrivateEndpointConnectionProperties",
|
|
2160
2207
|
},
|
|
2161
|
-
}
|
|
2208
|
+
},
|
|
2209
|
+
},
|
|
2162
2210
|
},
|
|
2163
2211
|
};
|
|
2164
2212
|
exports.PrivateLinkResource = {
|
|
2165
2213
|
type: {
|
|
2166
2214
|
name: "Composite",
|
|
2167
2215
|
className: "PrivateLinkResource",
|
|
2168
|
-
modelProperties:
|
|
2216
|
+
modelProperties: {
|
|
2217
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2218
|
+
properties: {
|
|
2169
2219
|
serializedName: "properties",
|
|
2170
2220
|
type: {
|
|
2171
2221
|
name: "Composite",
|
|
2172
2222
|
className: "PrivateLinkResourceProperties",
|
|
2173
2223
|
},
|
|
2174
|
-
}
|
|
2224
|
+
},
|
|
2225
|
+
},
|
|
2175
2226
|
},
|
|
2176
2227
|
};
|
|
2177
2228
|
exports.NotificationHubResource = {
|
|
2178
2229
|
type: {
|
|
2179
2230
|
name: "Composite",
|
|
2180
2231
|
className: "NotificationHubResource",
|
|
2181
|
-
modelProperties:
|
|
2232
|
+
modelProperties: {
|
|
2233
|
+
...exports.TrackedResource.type.modelProperties,
|
|
2234
|
+
sku: {
|
|
2182
2235
|
serializedName: "sku",
|
|
2183
2236
|
type: {
|
|
2184
2237
|
name: "Composite",
|
|
2185
2238
|
className: "Sku",
|
|
2186
2239
|
},
|
|
2187
|
-
},
|
|
2240
|
+
},
|
|
2241
|
+
namePropertiesName: {
|
|
2188
2242
|
serializedName: "properties.name",
|
|
2189
2243
|
type: {
|
|
2190
2244
|
name: "String",
|
|
2191
2245
|
},
|
|
2192
|
-
},
|
|
2246
|
+
},
|
|
2247
|
+
registrationTtl: {
|
|
2193
2248
|
serializedName: "properties.registrationTtl",
|
|
2194
2249
|
type: {
|
|
2195
2250
|
name: "String",
|
|
2196
2251
|
},
|
|
2197
|
-
},
|
|
2252
|
+
},
|
|
2253
|
+
authorizationRules: {
|
|
2198
2254
|
serializedName: "properties.authorizationRules",
|
|
2199
2255
|
readOnly: true,
|
|
2200
2256
|
type: {
|
|
@@ -2206,172 +2262,202 @@ exports.NotificationHubResource = {
|
|
|
2206
2262
|
},
|
|
2207
2263
|
},
|
|
2208
2264
|
},
|
|
2209
|
-
},
|
|
2265
|
+
},
|
|
2266
|
+
apnsCredential: {
|
|
2210
2267
|
serializedName: "properties.apnsCredential",
|
|
2211
2268
|
type: {
|
|
2212
2269
|
name: "Composite",
|
|
2213
2270
|
className: "ApnsCredential",
|
|
2214
2271
|
},
|
|
2215
|
-
},
|
|
2272
|
+
},
|
|
2273
|
+
wnsCredential: {
|
|
2216
2274
|
serializedName: "properties.wnsCredential",
|
|
2217
2275
|
type: {
|
|
2218
2276
|
name: "Composite",
|
|
2219
2277
|
className: "WnsCredential",
|
|
2220
2278
|
},
|
|
2221
|
-
},
|
|
2279
|
+
},
|
|
2280
|
+
gcmCredential: {
|
|
2222
2281
|
serializedName: "properties.gcmCredential",
|
|
2223
2282
|
type: {
|
|
2224
2283
|
name: "Composite",
|
|
2225
2284
|
className: "GcmCredential",
|
|
2226
2285
|
},
|
|
2227
|
-
},
|
|
2286
|
+
},
|
|
2287
|
+
mpnsCredential: {
|
|
2228
2288
|
serializedName: "properties.mpnsCredential",
|
|
2229
2289
|
type: {
|
|
2230
2290
|
name: "Composite",
|
|
2231
2291
|
className: "MpnsCredential",
|
|
2232
2292
|
},
|
|
2233
|
-
},
|
|
2293
|
+
},
|
|
2294
|
+
admCredential: {
|
|
2234
2295
|
serializedName: "properties.admCredential",
|
|
2235
2296
|
type: {
|
|
2236
2297
|
name: "Composite",
|
|
2237
2298
|
className: "AdmCredential",
|
|
2238
2299
|
},
|
|
2239
|
-
},
|
|
2300
|
+
},
|
|
2301
|
+
baiduCredential: {
|
|
2240
2302
|
serializedName: "properties.baiduCredential",
|
|
2241
2303
|
type: {
|
|
2242
2304
|
name: "Composite",
|
|
2243
2305
|
className: "BaiduCredential",
|
|
2244
2306
|
},
|
|
2245
|
-
},
|
|
2307
|
+
},
|
|
2308
|
+
browserCredential: {
|
|
2246
2309
|
serializedName: "properties.browserCredential",
|
|
2247
2310
|
type: {
|
|
2248
2311
|
name: "Composite",
|
|
2249
2312
|
className: "BrowserCredential",
|
|
2250
2313
|
},
|
|
2251
|
-
},
|
|
2314
|
+
},
|
|
2315
|
+
xiaomiCredential: {
|
|
2252
2316
|
serializedName: "properties.xiaomiCredential",
|
|
2253
2317
|
type: {
|
|
2254
2318
|
name: "Composite",
|
|
2255
2319
|
className: "XiaomiCredential",
|
|
2256
2320
|
},
|
|
2257
|
-
},
|
|
2321
|
+
},
|
|
2322
|
+
fcmV1Credential: {
|
|
2258
2323
|
serializedName: "properties.fcmV1Credential",
|
|
2259
2324
|
type: {
|
|
2260
2325
|
name: "Composite",
|
|
2261
2326
|
className: "FcmV1Credential",
|
|
2262
2327
|
},
|
|
2263
|
-
},
|
|
2328
|
+
},
|
|
2329
|
+
dailyMaxActiveDevices: {
|
|
2264
2330
|
serializedName: "properties.dailyMaxActiveDevices",
|
|
2265
2331
|
readOnly: true,
|
|
2266
2332
|
type: {
|
|
2267
2333
|
name: "Number",
|
|
2268
2334
|
},
|
|
2269
|
-
}
|
|
2335
|
+
},
|
|
2336
|
+
},
|
|
2270
2337
|
},
|
|
2271
2338
|
};
|
|
2272
2339
|
exports.NamespaceResource = {
|
|
2273
2340
|
type: {
|
|
2274
2341
|
name: "Composite",
|
|
2275
2342
|
className: "NamespaceResource",
|
|
2276
|
-
modelProperties:
|
|
2343
|
+
modelProperties: {
|
|
2344
|
+
...exports.TrackedResource.type.modelProperties,
|
|
2345
|
+
sku: {
|
|
2277
2346
|
serializedName: "sku",
|
|
2278
2347
|
type: {
|
|
2279
2348
|
name: "Composite",
|
|
2280
2349
|
className: "Sku",
|
|
2281
2350
|
},
|
|
2282
|
-
},
|
|
2351
|
+
},
|
|
2352
|
+
namePropertiesName: {
|
|
2283
2353
|
serializedName: "properties.name",
|
|
2284
2354
|
readOnly: true,
|
|
2285
2355
|
type: {
|
|
2286
2356
|
name: "String",
|
|
2287
2357
|
},
|
|
2288
|
-
},
|
|
2358
|
+
},
|
|
2359
|
+
provisioningState: {
|
|
2289
2360
|
serializedName: "properties.provisioningState",
|
|
2290
2361
|
type: {
|
|
2291
2362
|
name: "String",
|
|
2292
2363
|
},
|
|
2293
|
-
},
|
|
2364
|
+
},
|
|
2365
|
+
status: {
|
|
2294
2366
|
serializedName: "properties.status",
|
|
2295
2367
|
type: {
|
|
2296
2368
|
name: "String",
|
|
2297
2369
|
},
|
|
2298
|
-
},
|
|
2370
|
+
},
|
|
2371
|
+
enabled: {
|
|
2299
2372
|
serializedName: "properties.enabled",
|
|
2300
2373
|
readOnly: true,
|
|
2301
2374
|
type: {
|
|
2302
2375
|
name: "Boolean",
|
|
2303
2376
|
},
|
|
2304
|
-
},
|
|
2377
|
+
},
|
|
2378
|
+
critical: {
|
|
2305
2379
|
serializedName: "properties.critical",
|
|
2306
2380
|
readOnly: true,
|
|
2307
2381
|
type: {
|
|
2308
2382
|
name: "Boolean",
|
|
2309
2383
|
},
|
|
2310
|
-
},
|
|
2384
|
+
},
|
|
2385
|
+
subscriptionId: {
|
|
2311
2386
|
serializedName: "properties.subscriptionId",
|
|
2312
2387
|
readOnly: true,
|
|
2313
2388
|
type: {
|
|
2314
2389
|
name: "String",
|
|
2315
2390
|
},
|
|
2316
|
-
},
|
|
2391
|
+
},
|
|
2392
|
+
region: {
|
|
2317
2393
|
serializedName: "properties.region",
|
|
2318
2394
|
readOnly: true,
|
|
2319
2395
|
type: {
|
|
2320
2396
|
name: "String",
|
|
2321
2397
|
},
|
|
2322
|
-
},
|
|
2398
|
+
},
|
|
2399
|
+
metricId: {
|
|
2323
2400
|
serializedName: "properties.metricId",
|
|
2324
2401
|
readOnly: true,
|
|
2325
2402
|
type: {
|
|
2326
2403
|
name: "String",
|
|
2327
2404
|
},
|
|
2328
|
-
},
|
|
2405
|
+
},
|
|
2406
|
+
createdAt: {
|
|
2329
2407
|
serializedName: "properties.createdAt",
|
|
2330
2408
|
readOnly: true,
|
|
2331
2409
|
type: {
|
|
2332
2410
|
name: "DateTime",
|
|
2333
2411
|
},
|
|
2334
|
-
},
|
|
2412
|
+
},
|
|
2413
|
+
updatedAt: {
|
|
2335
2414
|
serializedName: "properties.updatedAt",
|
|
2336
2415
|
readOnly: true,
|
|
2337
2416
|
type: {
|
|
2338
2417
|
name: "DateTime",
|
|
2339
2418
|
},
|
|
2340
|
-
},
|
|
2419
|
+
},
|
|
2420
|
+
namespaceType: {
|
|
2341
2421
|
serializedName: "properties.namespaceType",
|
|
2342
2422
|
type: {
|
|
2343
2423
|
name: "String",
|
|
2344
2424
|
},
|
|
2345
|
-
},
|
|
2425
|
+
},
|
|
2426
|
+
replicationRegion: {
|
|
2346
2427
|
serializedName: "properties.replicationRegion",
|
|
2347
2428
|
type: {
|
|
2348
2429
|
name: "String",
|
|
2349
2430
|
},
|
|
2350
|
-
},
|
|
2431
|
+
},
|
|
2432
|
+
zoneRedundancy: {
|
|
2351
2433
|
defaultValue: "Disabled",
|
|
2352
2434
|
serializedName: "properties.zoneRedundancy",
|
|
2353
2435
|
type: {
|
|
2354
2436
|
name: "String",
|
|
2355
2437
|
},
|
|
2356
|
-
},
|
|
2438
|
+
},
|
|
2439
|
+
networkAcls: {
|
|
2357
2440
|
serializedName: "properties.networkAcls",
|
|
2358
2441
|
type: {
|
|
2359
2442
|
name: "Composite",
|
|
2360
2443
|
className: "NetworkAcls",
|
|
2361
2444
|
},
|
|
2362
|
-
},
|
|
2445
|
+
},
|
|
2446
|
+
pnsCredentials: {
|
|
2363
2447
|
serializedName: "properties.pnsCredentials",
|
|
2364
2448
|
type: {
|
|
2365
2449
|
name: "Composite",
|
|
2366
2450
|
className: "PnsCredentials",
|
|
2367
2451
|
},
|
|
2368
|
-
},
|
|
2452
|
+
},
|
|
2453
|
+
serviceBusEndpoint: {
|
|
2369
2454
|
serializedName: "properties.serviceBusEndpoint",
|
|
2370
2455
|
readOnly: true,
|
|
2371
2456
|
type: {
|
|
2372
2457
|
name: "String",
|
|
2373
2458
|
},
|
|
2374
|
-
},
|
|
2459
|
+
},
|
|
2460
|
+
privateEndpointConnections: {
|
|
2375
2461
|
serializedName: "properties.privateEndpointConnections",
|
|
2376
2462
|
readOnly: true,
|
|
2377
2463
|
type: {
|
|
@@ -2383,23 +2469,27 @@ exports.NamespaceResource = {
|
|
|
2383
2469
|
},
|
|
2384
2470
|
},
|
|
2385
2471
|
},
|
|
2386
|
-
},
|
|
2472
|
+
},
|
|
2473
|
+
scaleUnit: {
|
|
2387
2474
|
serializedName: "properties.scaleUnit",
|
|
2388
2475
|
type: {
|
|
2389
2476
|
name: "String",
|
|
2390
2477
|
},
|
|
2391
|
-
},
|
|
2478
|
+
},
|
|
2479
|
+
dataCenter: {
|
|
2392
2480
|
serializedName: "properties.dataCenter",
|
|
2393
2481
|
type: {
|
|
2394
2482
|
name: "String",
|
|
2395
2483
|
},
|
|
2396
|
-
},
|
|
2484
|
+
},
|
|
2485
|
+
publicNetworkAccess: {
|
|
2397
2486
|
defaultValue: "Enabled",
|
|
2398
2487
|
serializedName: "properties.publicNetworkAccess",
|
|
2399
2488
|
type: {
|
|
2400
2489
|
name: "String",
|
|
2401
2490
|
},
|
|
2402
|
-
}
|
|
2491
|
+
},
|
|
2492
|
+
},
|
|
2403
2493
|
},
|
|
2404
2494
|
};
|
|
2405
2495
|
exports.PrivateEndpointConnectionsDeleteHeaders = {
|